I have a column where both numbers and text exist. I'd like to split them into two streams, one with numbers only, and the other with text or text plus numbers.
Say column A has below values
100
Amazon
Book21
200
Help/Date
...
I want to filter out the text values and keep the numbers only.