View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default How to use LEN & LEFT on last name to show only 3 letters

Okay, try this:

=IF(LEN(C2)=2,C2&"Z",LEFT(C2,3))&LEFT(A2,1)

assuming you have a header row so that your data begins in row 2.

Hope this helps.

Pete

On Jul 25, 1:21*am, Darlie Mary
wrote:

The entire last name is in Column C and the first name is in Column A.- Hide quoted text -

- Show quoted text -