Forum Discussion
k1s1
Helper I
5 years agoMore efficient way to keep only numbers in multiple columns
Hello I'm using this to strip out everything except numerals from ~150 columns: #"Convert response to numbers"=Table.TransformColumns( #"Removed Columns1" , {{"Column1 Name", each Text.Sele...
- Anonymous5 years ago
the first thing that comes to mind is to merge all the columns through a character not present in the texts (#, for example) apply your rules to the union columns and then redo the division of the colonan through the added separator (# , in the example)
Anonymous
5 years agoNot applicable
the first thing that comes to mind is to merge all the columns through a character not present in the texts (#, for example) apply your rules to the union columns and then redo the division of the colonan through the added separator (# , in the example)