View Single Post
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

=RIGHT(A2,LEN(A2)-3)


--
Regards,
Dave


"brantty" wrote:

I have a cell (A2) that has a code (AAA123456B). I need a formula that will
eliminate the first 3 charatcers from this code and post the remaining
characters in a new cell. Please help.