+ Reply to Thread
Results 1 to 3 of 3

UDF Function for Split Left & right

  1. #1
    Forum Contributor
    Join Date
    01-29-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    434

    UDF Function for Split Left & right

    Hello Team

    We want a 2 function for Split our text First Name & last Name seperated by " "

    We know we use formula but if u forum expert/guru provide me a UDF so my work will be very help full

    we have may sheet so macro can't work....

    data like following..

    Ramesh Singh
    Rakesh Singh
    Suresh Kumar


    We want split this data in 2 coloum

    thanks in advance

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,296

    Re: UDF Function for Split Left & right

    =LEFT(A1,FIND(" ";A1,1)-1)
    =RIGHT(A1,FIND(" ";A1,1)-2)

    Use these 2 formulas
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: UDF Function for Split Left & right

    Or you can simply use Text to Column feature in Excel and choose space as delimiter.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  2. Replies: 2
    Last Post: 09-11-2013, 04:35 AM
  3. Can excels Split() function split a string up at multiple spots?
    By 111StepsAhead in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-14-2011, 02:36 PM
  4. Excel 2007 : Split text in parts with words left intact
    By marianmix in forum Excel General
    Replies: 6
    Last Post: 03-06-2011, 02:05 PM
  5. Replies: 3
    Last Post: 10-27-2010, 03:11 AM

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