+ Reply to Thread
Results 1 to 2 of 2

Combining Salutations with Names

  1. #1
    Registered User
    Join Date
    01-31-2018
    Location
    Florida, USA
    MS-Off Ver
    2016
    Posts
    9

    Combining Salutations with Names

    Hi there everyone,

    I'm attempting to streamline a project that uses multiple cells. The idea is to take a column that has a person's full name (ex. Mr. John Smith) and extract just the last name into another cell that already has the salutation of Mr or Mrs.

    Column A - Mr or Mrs
    Column B - empty
    Column C - Mr John Smith

  2. #2
    Registered User
    Join Date
    01-18-2017
    Location
    United States
    MS-Off Ver
    2016
    Posts
    5

    Re: Combining Salutations with Names

    Assuming the Mr/Mrs is in Column A and the full name is in Column C, the below formula should combine Column A with the last name from Column C.

    =A1&" "&MID(MID(C1,FIND(" ",C1)+1,256),FIND(" ",MID(C1,FIND(" ",C1)+1,256))+1,256)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Greetings and salutations
    By 1aaaaaaaaaaaaaaa in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 06-01-2018, 12:56 AM
  2. Salutations!
    By capodo in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 04-17-2016, 07:17 PM
  3. Greetings and salutations!
    By hmich176 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-23-2014, 04:10 AM
  4. Greetings and salutations
    By tonyusmcret in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-01-2014, 02:27 AM
  5. Salutations
    By grasstoe in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 04-07-2014, 11:46 AM
  6. Hello and Salutations
    By TomClark in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-16-2014, 07:40 PM
  7. Salutations
    By louflew in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-10-2014, 04:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1