Hi, I'm trying to extract sale order numbers in a certain format but they have recently jumped up in character length so current formula doesn't work for all cells.
Current formula is =MID(P2,4,7)
This worked fine where number was 0001234567/00100.
Now we have numbers such as 0123456789/00100
I just want to return the number with no leading zeroes and not including the last 6 digits which always begin with a slash.
Can someone help? I seem to do fine using left or right to do one thing but can't get both.
Current formula is =MID(P2,4,7)
This worked fine where number was 0001234567/00100.
Now we have numbers such as 0123456789/00100
I just want to return the number with no leading zeroes and not including the last 6 digits which always begin with a slash.
Can someone help? I seem to do fine using left or right to do one thing but can't get both.