View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How to delete first three characters in all rows of a field

=RIGHT(A1,LEN(A1)-3)
--
David Biddulph

wrote in message
...
Dear Sir,
I am working in excel 2000 and want to use functions for deleting first
three characters in all rows of a field by using functions.
Regards
Arora SK