Does anyone know how to remove certain characters from a string in a cell?
I have a list like this:
N108KC/575
N108KC/59838/1
N108KC/59838/2
N108KCA/8063/170
N108KCM/950
And I want to remove the first 5 characters from those to look like this:
C/575
C/59838/1
C/59838/2
CA/8063/170
CM/950
I can't use Right() formula as all the strings are different lengths - are there any other formulas or a macro I could use?
Thanks

I have a list like this:
N108KC/575
N108KC/59838/1
N108KC/59838/2
N108KCA/8063/170
N108KCM/950
And I want to remove the first 5 characters from those to look like this:
C/575
C/59838/1
C/59838/2
CA/8063/170
CM/950
I can't use Right() formula as all the strings are different lengths - are there any other formulas or a macro I could use?
Thanks