View Single Post
  #7   Report Post  
Rob
 
Posts: n/a
Default

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

"Aladin Akyurek" wrote in message
...
MFreeman wrote:
How do I remove the 1st 4 characters of a field in Excel?


=REPLACE(A2,1,4,"")