+ Reply to Thread
Results 1 to 3 of 3

Combine Isnumber search with index small

  1. #1
    Registered User
    Join Date
    08-17-2020
    Location
    Singapore
    MS-Off Ver
    365
    Posts
    3

    Combine Isnumber search with index small

    Please refer to the spreadsheet.
    My objective is to use index small function to return nth value, but at the same time search for cell that contain a certain value "SOP 6001" Cell D6.

    For example, i have successfully created the search index small function in Cell B11 to B13 to return result of "Mercury", "Ether", "Ethanol respectively, from cell V1 to V3 based on the search in Cell W11 to W13.
    However i have trouble getting "NaOH" to be reflected in Cell A4 since it cant recognize the value from Cell W14.

    What will be a suitable formula to achieve my objective?

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,915

    Re: Combine Isnumber search with index small

    Try this:

    =INDEX($V$11:$V$19,SMALL(IF(ISNUMBER(SEARCH($D$6,$W$11:$W$19)),ROW($W$11:$W$19)-ROW($W$11)+1),A11))

    Enter with Ctrl+Shift+Enter.

  3. #3
    Registered User
    Join Date
    08-17-2020
    Location
    Singapore
    MS-Off Ver
    365
    Posts
    3

    Re: Combine Isnumber search with index small

    Thank you. This looks good, i have been racking my brain trying to merge this 2 formula but cant get any closer to this.

+ 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. using INDEX/MATCH as within_text in SEARCH function through ISNUMBER
    By MOHsab in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-15-2020, 10:05 AM
  2. [SOLVED] Using ISNUMBER SEARCH with INDEX MATCH
    By Emile du Toit in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-15-2020, 08:54 AM
  3. [SOLVED] search criteria like small(if(isnumber(find.. with any code
    By adeel1 in forum Excel Programming / VBA / Macros
    Replies: 31
    Last Post: 10-07-2019, 01:36 AM
  4. Index/Match or If/isnumber/search Question
    By S Thibault in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-13-2019, 01:19 AM
  5. [SOLVED] Need to Combine Index, Small(If with an Or
    By amy22x3 in forum Excel General
    Replies: 9
    Last Post: 03-17-2017, 11:28 AM
  6. [SOLVED] Combine isnumber(search with choose functions
    By Jietoh in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-26-2016, 10:58 AM
  7. Combine IF THEN Function with ISNUMBER SEARCH?
    By alexa_raye in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2014, 11:44 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