I am trying to extract the first 4 digits within an excel string that have varying entry lengths/formats. I am looking for a formula based solution to achieve this result and would like to not use a VBA. Here are some example cell values:
Pro $1,000
Extra Pro $2,700-45% Freeze
Platinum.500.50.1000
Desired results:
1000
2700
0500 - If 500 is the only achievable answer, that will work as well
Here is the formula that I am using, which extracts every single number instead of the first 4:
The above formula produces:![]()
Please Login or Register to view this content.
1000
270045
500501000
Any help is appreciated!
Bookmarks