Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Create initials from Full name

Hi, I have data that holds Surname in Column A and First_Name in Column B,
and I would like to return initials in Column C - so 'Betty Anne' becomes 'B
A' etc.
As you can see from some sample data below, not all entries have more than
one name, some have names & initials - I just need to be able to do a
mailshot to 'B A Neill' etc.
Thanks for any help,
Charlotte

SURNAME FIRST_NAME
NEILL BETTY ANNE
MOLLAN PATRICIA A F
QUIGLEY MARLYN
MAYES ELIZABETH ANNIE ELEANOR

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Create initials from Full name

This works for 2 initials if they are seperated by a space or 2 names which i
guess wiould always be seperated bay a space. With the 2 forenames or
initials in B1 try

=UPPER(LEFT(B1,1)&" "&MID(B1,FIND(" ",B1&" ")+1,1))

Mike

"Charlotte Howard" wrote:

Hi, I have data that holds Surname in Column A and First_Name in Column B,
and I would like to return initials in Column C - so 'Betty Anne' becomes 'B
A' etc.
As you can see from some sample data below, not all entries have more than
one name, some have names & initials - I just need to be able to do a
mailshot to 'B A Neill' etc.
Thanks for any help,
Charlotte

SURNAME FIRST_NAME
NEILL BETTY ANNE
MOLLAN PATRICIA A F
QUIGLEY MARLYN
MAYES ELIZABETH ANNIE ELEANOR

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Create initials from Full name

Hi Mike, that should work.

I thought about it a little more, and used text to columns, then Left, then
concatenate - very cumbersome!

I'll try your solution for the next lot of addresses

Charlotte

"Mike" wrote:

This works for 2 initials if they are seperated by a space or 2 names which i
guess wiould always be seperated bay a space. With the 2 forenames or
initials in B1 try

=UPPER(LEFT(B1,1)&" "&MID(B1,FIND(" ",B1&" ")+1,1))

Mike

"Charlotte Howard" wrote:

Hi, I have data that holds Surname in Column A and First_Name in Column B,
and I would like to return initials in Column C - so 'Betty Anne' becomes 'B
A' etc.
As you can see from some sample data below, not all entries have more than
one name, some have names & initials - I just need to be able to do a
mailshot to 'B A Neill' etc.
Thanks for any help,
Charlotte

SURNAME FIRST_NAME
NEILL BETTY ANNE
MOLLAN PATRICIA A F
QUIGLEY MARLYN
MAYES ELIZABETH ANNIE ELEANOR

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Create initials from Full name

and this formula works for 3 names or initials, guess you will not
need mo

=TRIM(LEFT(B2;1)&" "&IF(ISERROR(MID(B2;FIND("
";B2;1)+1;1));"";MID(B2;FIND(" ";B2;1)+1;1))&"
"&IF(ISERROR((MID(B2;LEN(FIND(" ";B2;1)+1)-1;1)));"";MID(B2;LEN(FIND("
";B2;1)+1)-1;1))&" "&A2)

Maybe you will need to change all coma-points to comas depending on
your regional settings.

regards
--
Mladen
http://excelancije.bloger.hr

On Mar 21, 4:41 pm, Mike wrote:
This works for 2 initials if they are seperated by a space or 2 names which i
guess wiould always be seperated bay a space. With the 2 forenames or
initials in B1 try

=UPPER(LEFT(B1,1)&" "&MID(B1,FIND(" ",B1&" ")+1,1))

Mike



"Charlotte Howard" wrote:
Hi, I have data that holds Surname in Column A and First_Name in Column B,
and I would like to return initials in Column C - so 'Betty Anne' becomes 'B
A' etc.
As you can see from some sample data below, not all entries have more than
one name, some have names & initials - I just need to be able to do a
mailshot to 'B A Neill' etc.
Thanks for any help,
Charlotte


SURNAME FIRST_NAME
NEILL BETTY ANNE
MOLLAN PATRICIA A F
QUIGLEY MARLYN
MAYES ELIZABETH ANNIE ELEANOR- Hide quoted text -


- Show quoted text -


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
Full path possible to be seen? Octavio New Users to Excel 10 July 2nd 06 08:51 PM
how do i convert names to initials in excel dave glynn Excel Discussion (Misc queries) 2 September 26th 05 04:06 PM
How to pluck out initials of a 2 or 3 word name Craig Brody Excel Worksheet Functions 1 September 9th 05 03:59 PM
Excel 2003, Insert Function, create full name & descriptions cybersurfer Excel Worksheet Functions 0 July 14th 05 05:13 PM
! removing initials and titles from name cell ! Rayiw Excel Discussion (Misc queries) 1 January 28th 05 08:47 PM


All times are GMT +1. The time now is 04:57 AM.

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"