L
landmark
Is there any easy way to extract numbers from a free form text field?
For example:
123 abc def
abc 456 def
abc def 789
The results I'm looking for are:
123
456
789
The alpha characters and the numbers are randomly disbursed in th
field
. I'm looking for one cool formula that would extrac
the number from the field whereever the number resides within the field
Thanks in advance.
landmar
For example:
123 abc def
abc 456 def
abc def 789
The results I'm looking for are:
123
456
789
The alpha characters and the numbers are randomly disbursed in th
field

the number from the field whereever the number resides within the field
Thanks in advance.
landmar