+ Reply to Thread
Results 1 to 5 of 5

Separate text with =RIGHT(FIND) based on "space" character

  1. #1
    Registered User
    Join Date
    09-28-2018
    Location
    Huntsville, AL
    MS-Off Ver
    Office 2016
    Posts
    25

    Separate text with =RIGHT(FIND) based on "space" character

    I have a list of organisms and I'd like to split the species name from the genus. I do not want to use Text to Column bc it does not retain the full name in the original column. I tried =RIGHT(A2,FIND(" ",A2)) but it's only returning the last three letters. Do I need to specify the number of characters to return in the formula? See sample attached.
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Separate text with =RIGHT(FIND) based on "space" character

    Try this in C2:

    =SUBSTITUTE(A2,B2&" ","")

  3. #3
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Separate text with =RIGHT(FIND) based on "space" character

    Formula for B2. =LEFT(A2,FIND(".",A2))

    Formula for C2 =RIGHT(A2,LEN(A2)-LEN(B2)-1)
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  4. #4
    Forum Contributor
    Join Date
    03-28-2018
    Location
    Houston, TX
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    127

    Re: Separate text with =RIGHT(FIND) based on "space" character

    behmen,

    You were really close. You need to subtract the "FIND()" position from the length to get the position from the right. Here is the formula. =RIGHT(A2,LEN(A2)-FIND(" ",A2))

  5. #5
    Registered User
    Join Date
    09-28-2018
    Location
    Huntsville, AL
    MS-Off Ver
    Office 2016
    Posts
    25

    Re: Separate text with =RIGHT(FIND) based on "space" character

    THANKS!! I need to read up on the LEN function.

+ 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. Find "TEXT 1" in a range and enter "TEXT 2" in the adjacent cell
    By madreag in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-28-2013, 05:34 PM
  2. Replies: 3
    Last Post: 04-14-2013, 11:53 PM
  3. [SOLVED] How to copy all character till first space which begins with "RXO" data
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-06-2013, 07:35 AM
  4. [SOLVED] how to separate last numeric character whice is separate by "-"
    By nur2544 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2013, 08:32 AM
  5. [SOLVED] Find multiple "text" criteria and return as ""Yes" in Matrix
    By bertrand82 in forum Excel General
    Replies: 11
    Last Post: 04-30-2012, 09:20 AM
  6. Remove space and "-" character
    By thanhnguyen in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-04-2006, 11:50 PM
  7. Replies: 6
    Last Post: 06-29-2006, 08:48 AM
  8. removing "space" character
    By crapit in forum Excel General
    Replies: 3
    Last Post: 11-08-2005, 10:10 PM

Tags for this Thread

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