Replace
| ID | 201 |
|---|---|
| Link Reference | Not set |
| Link Credits | Not set |
| Link Technical Documentation | Not set |
| PlCodelang | Excel |
| PlGroup | Strings |
| PlItemTitle | Replace |
| Code | /* Cell A1 contains text "abc#def" */ =SUBSTITUTE(A1;"*";"/") /* Result will be: "abc/def" */ |
| Result Example |