View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
HARSHAWARDHAN. S .SHASTRI[_2_] HARSHAWARDHAN. S .SHASTRI[_2_] is offline
external usenet poster
 
Posts: 69
Default In excel, how do we pull the first letter from words in a sentence

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"