I can't explain this properly. I am trying to pull from a text string numbers but these numbers vary in the # of digits what formula can i use. I tried this formula and it gives me a false result. Please help.
jane doe 123456 formula to pull "123456" = if(right(a1,6))
clause 123 formula to pull "123456" = if(right(a1,3)
how can I make a standard formula that will pull all possibilities ? thanks
Bookmarks