Matt Allington
MrExcel MVP
- Joined
- Dec 18, 2014
- Messages
- 1,629
Can anyone tell me how can a I replace a list of values such as {";",":","!"} that exists inside a function such as this
Text.Remove([Contents],{";",":","!"})
with a table of values (single column table). eg
ColumnHeader
;
,
:
!
I have tried creating the table above and then using it in the formula with Table.ToList() but that didn't work. I assume {";",":","!"} is just a list, but I could be wrong.
Thanks for any help.
Text.Remove([Contents],{";",":","!"})
with a table of values (single column table). eg
ColumnHeader
;
,
:
!
I have tried creating the table above and then using it in the formula with Table.ToList() but that didn't work. I assume {";",":","!"} is just a list, but I could be wrong.
Thanks for any help.
Last edited: