+ Reply to Thread
Results 1 to 3 of 3

Display certain text from a string

  1. #1
    Registered User
    Join Date
    03-24-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Display certain text from a string

    Here is what I have.

    A1 looks like this

    ALBMDSP302 fc1/25

    I need fc1/25 in another cell

    Sometimes the fc number is bigger like fc10/25 so it's not always the same amount of characters

    Is there a formula for this?

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Display certain text from a string

    Assuming your text is in cell A1, enter =RIGHT(A1,LEN(A1)-FIND(" ",A1))

  3. #3
    Registered User
    Join Date
    03-24-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Display certain text from a string

    That worked perfectly. Thanks so much for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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