View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Khoshravan Khoshravan is offline
external usenet poster
 
Posts: 211
Default In excel, how do we pull the first letter from words in a sent

This will return only first 2 letters. Amendment is necessary to work for
more than 2 words.

"HARSHAWARDHAN. S .SHASTRI" wrote:

Deepakji ,

Suppose your data is in A1 cell then put following formula in cell B1,

=MID(A1,1,1)&MID(A1,FIND(" ",A1)+1,1)

Regards

H S Shastri

================================================== ===


"Deepak" wrote:

I need to assign codes to words for e.g. Product Master would need a code
like "PM"