Forum Discussion

k1s1's avatar
k1s1
Icon for Helper I rankHelper I
5 years ago
Solved

More 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...
  • Anonymous's avatar
    Anonymous
    5 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)