Happy Halloween!
I have this not-so-spooky formula that takes the value of Column C and returns everything to the right of the dash:
7073M-5B becomes 5B. How do I remove all non-numerals so it returns just 5?
jp
I have this not-so-spooky formula that takes the value of Column C and returns everything to the right of the dash:
Excel Formula:
=RIGHT(C785,LEN(C785)-SEARCH("$",SUBSTITUTE(C785,"-","$",LEN(C785)-LEN(SUBSTITUTE(C785,"-","")))))
7073M-5B becomes 5B. How do I remove all non-numerals so it returns just 5?
jp