Using 365
I have a column that will have either a 15 digit number or "<NONE>" without the quotes.
I want to have a column next to it with a formula basically saying:
If the cell has 15 digits, then remove only the last 5 digits.....and if it has <NONE> in the cell then populate it with WORK
for example in column AG cells I will have something like this:
123456789101112
<NONE>
in column AH I want it to show up as:
1234567891
WORKED
I am using this to remove the last 5 digits : =LEFT(AG3,LEN(AG3)-5)
I cant figure out how to get the WORKED to show up for the <NONE>
I have a column that will have either a 15 digit number or "<NONE>" without the quotes.
I want to have a column next to it with a formula basically saying:
If the cell has 15 digits, then remove only the last 5 digits.....and if it has <NONE> in the cell then populate it with WORK
for example in column AG cells I will have something like this:
123456789101112
<NONE>
in column AH I want it to show up as:
1234567891
WORKED
I am using this to remove the last 5 digits : =LEFT(AG3,LEN(AG3)-5)
I cant figure out how to get the WORKED to show up for the <NONE>