Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mnemonic Man
 
Posts: n/a
Default Looking for a formula to create a mnemonic, using two existing col

lets say my excel sheet looks like this:

A B C
Last Name First Name Mnemonic
Johnston John

at the moment the mnemonic column is empty...what I want to do, is create a
formula that can take the FIRST letter of the FIRST name, and the first SEVEN
letters from the LAST name and insert it into column C. So Excel would take
Johnston, John and turn it to Jjohnsto. Can anyone offer me help with this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Looking for a formula to create a mnemonic, using two existing col

=left(b1,1)&left(a1,7)


"Mnemonic Man" wrote:

lets say my excel sheet looks like this:

A B C
Last Name First Name Mnemonic
Johnston John

at the moment the mnemonic column is empty...what I want to do, is create a
formula that can take the FIRST letter of the FIRST name, and the first SEVEN
letters from the LAST name and insert it into column C. So Excel would take
Johnston, John and turn it to Jjohnsto. Can anyone offer me help with this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mnemonic Man
 
Posts: n/a
Default Looking for a formula to create a mnemonic, using two existing

Perfect! Thank you so much, I just got the mnemonic for 950+ names in about
30 seconds with your help!

"Toppers" wrote:

=left(b1,1)&left(a1,7)


"Mnemonic Man" wrote:

lets say my excel sheet looks like this:

A B C
Last Name First Name Mnemonic
Johnston John

at the moment the mnemonic column is empty...what I want to do, is create a
formula that can take the FIRST letter of the FIRST name, and the first SEVEN
letters from the LAST name and insert it into column C. So Excel would take
Johnston, John and turn it to Jjohnsto. Can anyone offer me help with this?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Looking for a formula to create a mnemonic, using two existing

No problem .... and thank you for the feedback.

"Mnemonic Man" wrote:

Perfect! Thank you so much, I just got the mnemonic for 950+ names in about
30 seconds with your help!

"Toppers" wrote:

=left(b1,1)&left(a1,7)


"Mnemonic Man" wrote:

lets say my excel sheet looks like this:

A B C
Last Name First Name Mnemonic
Johnston John

at the moment the mnemonic column is empty...what I want to do, is create a
formula that can take the FIRST letter of the FIRST name, and the first SEVEN
letters from the LAST name and insert it into column C. So Excel would take
Johnston, John and turn it to Jjohnsto. Can anyone offer me help with this?

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
NEED TO CREATE A CONDITIONAL FORMULA SB Excel Worksheet Functions 1 February 15th 06 10:53 PM
help create a formula using the IF command with AND [email protected] Excel Discussion (Misc queries) 2 January 16th 06 06:29 PM
How do I create a 26 'tier' IF formula? callum Excel Discussion (Misc queries) 5 October 23rd 05 04:48 PM
How to create specific formula STS Excel Worksheet Functions 4 May 2nd 05 01:44 AM
Create formula Leo Excel Worksheet Functions 2 January 19th 05 10:16 PM


All times are GMT +1. The time now is 01:30 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"