M
MFreeman
How do I remove the 1st 4 characters of a field in Excel?
MFreeman said:How do I remove the 1st 4 characters of a field in Excel?
If A1 contains text THEREFORE YOU and the formula in B2 is
=MID(A1,5,LEN(A1)-4) then EFORE YOU is returned.
HTH Rob