DerekWooley
New Member
- Joined
- May 1, 2018
- Messages
- 34
Hello, what formula could I use to extract the second to last and third to last numbers from the below string separately? I want to pull 4.410 out and then the 5.007 out.
704938 1-6/9" Dia. 12L14 Metal Row Hard 1 5.007 4.410 4.4330
the string is located in cell A10.
I extracted the last number (4.430)using : =RIGHT(A10,LEN(A10)-FIND("*",SUBSTITUTE(A10," ","*",LEN(A10)-LEN(SUBSTITUTE(A10," ","")))))
Thank you for any help.
704938 1-6/9" Dia. 12L14 Metal Row Hard 1 5.007 4.410 4.4330
the string is located in cell A10.
I extracted the last number (4.430)using : =RIGHT(A10,LEN(A10)-FIND("*",SUBSTITUTE(A10," ","*",LEN(A10)-LEN(SUBSTITUTE(A10," ","")))))
Thank you for any help.