+ Reply to Thread
Results 1 to 2 of 2

Help me create the right name in a dedicated rubric - derived from first, middle, and last

  1. #1
    Registered User
    Join Date
    09-12-2013
    Location
    Los angeles, CA
    MS-Off Ver
    Excel 2013
    Posts
    60

    Help me create the right name in a dedicated rubric - derived from first, middle, and last

    Hi.
    I need help.

    I have a few sources of info - first name, middle, last.
    Each source has it differently.
    I need to combine all to a single rubric that will show the full name in the right way.

    Here:


    Rubric D -------------- Rubric E
    john smith -------------- smith
    john -------------- smith
    john A -------------- smith
    john a. -------------- Smith
    John A. -------------- smith
    john a -------------- Smith
    john a smith --------------



    I wanted to ask if there is a forumal that can take all this data, and extract a proper way:

    John A. Smith


    Please help if you can (:
    Attached Files Attached Files
    Last edited by benyben123; 01-05-2014 at 01:16 AM.

  2. #2
    Forum Contributor
    Join Date
    10-18-2012
    Location
    Telford, England
    MS-Off Ver
    Excel 2010 (2003)
    Posts
    294

    Re: Help me create the right name in a dedicated rubric - derived from first, middle, and

    There is no simple formula to do this. The conversion is relatievly simple 9for example source data has given and surnames in that order).
    I would deal with the chalenge in VBA (which could be a user defined function, so as easy to call as a built-in function) but there are minor issues with UDFs.
    You will need to know that Proper(john a smith) returns 'John A Smith', and the best (IMHO) approach is to always append the second cell value to the first (rather than include a test). The rest is not complex.

+ 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. Replies: 3
    Last Post: 10-18-2013, 12:35 AM
  2. Replies: 3
    Last Post: 09-12-2013, 06:23 PM
  3. Replies: 0
    Last Post: 10-26-2011, 04:46 AM
  4. Dedicated Formula tab
    By MarcLiq in forum Excel General
    Replies: 5
    Last Post: 05-23-2010, 04:34 PM
  5. Create VBA script to short, dedicated button in excel for script?
    By realized in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-01-2009, 11:54 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