View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default I am trying to abbreviate text in my description column.

If you want to abbreviate it to the first 10 characters, for example, use
=LEFT(A1,10)
--
David Biddulph

"Antonio" wrote in message
...
I have created a service and product list for a our company. I am trying
to
abbreviate the description of the service or product in order to fit it in
our service or product ID Number column. Does anyone have a formula to
preform such tasks. I have of 3000 different items that I need to
abbreviate.