+ Reply to Thread
Results 1 to 6 of 6

IF FIND LEFT help

  1. #1
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    IF FIND LEFT help

    Cell A1 contains for example Joe G Jonathan Yellow OR it will contain Joe G Jonathan Red OR it will contain Joe G Jonathan Substitution. I want to return the value of Joe G Jonathan. Possible? I'm thinking its an IF, Or, Left, Find combined function?

  2. #2
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: IF FIND LEFT help

    Also, A2 cell contains "Joe G Jonathan Time In77'" or it could contain "Joe G Jonathan Time In77' Yellow". If it contains either of these I want a formula so I can return just the 77'

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: IF FIND LEFT help

    please show us the excel file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: IF FIND LEFT help

    Here you go. Thanks!

    sample.xlsx

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: IF FIND LEFT help

    This will give you "Joe G Jonathan"
    =IF(COUNTIF(A2,"Joe G Jonathan*"),"Joe G Jonathan","")

    This will give you the numeric value
    =LOOKUP(99^99,--("0"&MID(A2,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A2&"0123456789")),ROW($1:$10000))))*1&"'"
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  6. #6
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: IF FIND LEFT help

    Joe G Jonathan could be any name though.....so that won't work ACE.

+ 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