Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brian
 
Posts: n/a
Default convert last, first names to intials

Hi all,

Is there an easy way to convert the following cell (lastname, firstname) to
(lastinitial, firstinitial)

e.g.

Smith, John to S, J

Thanks

Brian
  #2   Report Post  
Posted to microsoft.public.excel.misc
cha
 
Posts: n/a
Default convert last, first names to intials

Are lastname, firstname in separate cells. If yes use LEFT formula

"Brian" wrote:

Hi all,

Is there an easy way to convert the following cell (lastname, firstname) to
(lastinitial, firstinitial)

e.g.

Smith, John to S, J

Thanks

Brian

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default convert last, first names to intials

=LEFT(A2)&MID(A2,FIND(", ",A2),3)

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Brian" wrote in message
...
Hi all,

Is there an easy way to convert the following cell (lastname, firstname)

to
(lastinitial, firstinitial)

e.g.

Smith, John to S, J

Thanks

Brian



  #4   Report Post  
Posted to microsoft.public.excel.misc
Brian
 
Posts: n/a
Default convert last, first names to intials

No, lastname and firstname are in the same cell seperated by a comma

"cha" wrote:

Are lastname, firstname in separate cells. If yes use LEFT formula

"Brian" wrote:

Hi all,

Is there an easy way to convert the following cell (lastname, firstname) to
(lastinitial, firstinitial)

e.g.

Smith, John to S, J

Thanks

Brian

  #5   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default convert last, first names to intials

If Smith, John is in B3 then:
=LEFT(B3,1) & MID(B3,FIND(",",B3,1),3) will display:
S, J

--
Gary's Student


"Brian" wrote:

Hi all,

Is there an easy way to convert the following cell (lastname, firstname) to
(lastinitial, firstinitial)

e.g.

Smith, John to S, J

Thanks

Brian



  #6   Report Post  
Posted to microsoft.public.excel.misc
Brian
 
Posts: n/a
Default convert last, first names to intials

Thanks Gary"s Student - looks like that is what I need.



"Gary''s Student" wrote:

If Smith, John is in B3 then:
=LEFT(B3,1) & MID(B3,FIND(",",B3,1),3) will display:
S, J

--
Gary's Student


"Brian" wrote:

Hi all,

Is there an easy way to convert the following cell (lastname, firstname) to
(lastinitial, firstinitial)

e.g.

Smith, John to S, J

Thanks

Brian

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
look up names in one excel tab to find a match in another tab mike Excel Discussion (Misc queries) 1 May 1st 06 03:39 PM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Replace range names with cell references? KH Excel Worksheet Functions 2 August 2nd 05 01:09 AM
Finding Duplicate Names from Different Lists... PokerZan Excel Discussion (Misc queries) 1 July 8th 05 09:58 AM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM


All times are GMT +1. The time now is 10:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"