Forum Discussion
daniel885
3 years agoNew Member
Remove Numbers from Text String if Numbers 4 or more digits long
Hello all - I have data in a text string field that includes user inputted notes but I want to remove any numbers over 4 digits long from the list. I wrote this and it works but removes all n...
- 3 years ago
daniel885 , Have you tried
Text.Remove([#"Notes"],{"4".."9"})
amitchandak
3 years agoSuper User
daniel885 , Have you tried
Text.Remove([#"Notes"],{"4".."9"})