28 4 4 0 43207 43188
I created the above string with spaces between number. I figured out how to extract the first and last two numbers but I need to pull out the 3rd and 4th numbers (bold). The "answers" will end up in their own cells so I need two separate equations. One to extract each number by itself with the understanding that they number of characters in the number will vary. Lastly, I need to do it without VB. I feel like it's possible with a MID function, looking at the code, but the functions have to include multiple functions and I can't seem to get it quite right. Any assistance would be greatly appreciated.
Notes: M3 is the string ref cell in this case.
I created the above string with spaces between number. I figured out how to extract the first and last two numbers but I need to pull out the 3rd and 4th numbers (bold). The "answers" will end up in their own cells so I need two separate equations. One to extract each number by itself with the understanding that they number of characters in the number will vary. Lastly, I need to do it without VB. I feel like it's possible with a MID function, looking at the code, but the functions have to include multiple functions and I can't seem to get it quite right. Any assistance would be greatly appreciated.
Notes: M3 is the string ref cell in this case.