Forum Discussion
Anonymous
4 years agoNot applicable
Find text and int values in a column
I have the follwoing column containing Yes, No, Maybe and numbers from 0 to 100: Column1 Yes No 3 Maybe 4 Yes 100 I am insterested in filtering the Yes, No and the numbers. I tried...
- 4 years ago==Creat calculated column through which you can filter.Filter Column= SWITCH(TRUE(),'Table'[Column1] = "No","No",'Table'[Column1] = "Yes","Yes",'Table'[Column1] = "May be","May be","Number")Accept as solution if its worked
amitchandak
Super User
4 years agoAnonymous , Try split by digit and nondigit, if that can help
Split Column By Digit to Non Digit & Non Digit to Digit: https://youtu.be/tY4Yk1crS9s
https://goodly.co.in/separate-numbers-from-text-excel-powerquery/