I would like to get the elements from col A but stop at 0.
For example, T02MC01X
I want to get all digits up to C like T02MC and not include what comes after C.
I have the following formula that only works for this case =LEFT(A3,5). If I have something like LDF01X the formula wouldn't work.
How can I create a formula that will do it automatically and collect info only up to the last digit before 0?
For example, T02MC01X
I want to get all digits up to C like T02MC and not include what comes after C.
I have the following formula that only works for this case =LEFT(A3,5). If I have something like LDF01X the formula wouldn't work.
How can I create a formula that will do it automatically and collect info only up to the last digit before 0?