I am trying to create a function that will recognize data beginning with "006"
If it finds data beginning with "006" then remove all but the last 8 characters
I don't know why I am having such a hard time with this one.
Something like:
=IF(LEFT(A1,3)="006"(RIGHT,A1,LEN(A1)-8)
Thank you in advance for your help.
If it finds data beginning with "006" then remove all but the last 8 characters
I don't know why I am having such a hard time with this one.
Something like:
=IF(LEFT(A1,3)="006"(RIGHT,A1,LEN(A1)-8)
Thank you in advance for your help.