N
nebrass
I used this formula to seperate numbers in a string and return th
numbers.
Example:
original string "BD456". the outcome is "456"
The formula worked just fine, but would someone please explain to m
how it did that. The functions used don't follow the standard forma
that the stupid excel helper suggests; therefore, I didn't understan
them. The function for a string in cell G2 is
=MID(G2,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},G2&"0123456789")),1024)
Thank you in advance.
Mahmou
numbers.
Example:
original string "BD456". the outcome is "456"
The formula worked just fine, but would someone please explain to m
how it did that. The functions used don't follow the standard forma
that the stupid excel helper suggests; therefore, I didn't understan
them. The function for a string in cell G2 is
=MID(G2,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},G2&"0123456789")),1024)
Thank you in advance.
Mahmou