+ Reply to Thread
Results 1 to 2 of 2

Returning Value from Named List - IF(ISNUMBER(MATCH not working!

  1. #1
    Registered User
    Join Date
    02-19-2021
    Location
    Peoria, IL
    MS-Off Ver
    365
    Posts
    28

    Returning Value from Named List - IF(ISNUMBER(MATCH not working!

    Hey All,

    I have a named list entitled "OutsideSectorID", this list contains the values: 0, 5551,5552,5553,5554,5555,5556.

    Within my table I have a column for Sector ID in which a wide range of number values appear. Within a separate column I need the values to return as "Outside" if the corresponding value in Sector ID matches any value within the list "OutsideSectorID", and return the value as "Inside" if it does not match any values within that list.

    I have used the formula: =IF(ISNUMBER(MATCH('SectorID_Cell',OutsideSectorID,0)),"Outside","Inside") however every value is returning as "Inside". What I can't figure out is why this formula is not working for this when it is working for other list functions in the exact same way. The only difference is that this list is all numeric values whereas all my other lists contain text values.

    Any assistance is greatly appreciated!

    *Update* I figured it out: =IF(ISNUMBER(MATCH(VALUE('SectorID_Cell'),OutsideSectorID,0)),"Outside","Inside")
    Last edited by i3 Data Hound; 02-10-2022 at 05:05 PM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,640

    Re: Returning Value from Named List - IF(ISNUMBER(MATCH not working!

    Thanks for sharing your solution

    FYI you can drop the ISNUMBER function
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. extract lookup image with named range with index and match not working
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-23-2019, 02:55 PM
  2. ISNUMBER MATCH not working for CF Help Needed
    By Mr. Ervin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-21-2018, 12:20 PM
  3. If ISNUMBER MATCH function not working.
    By eurycea in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-20-2018, 10:24 AM
  4. [SOLVED] Formula containing index match isnumber and search with a few Ifs thrown in, not working
    By SueBristow in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-21-2018, 05:23 AM
  5. Dynamic Named Range + Index/Match Returning Circular Reference
    By jennarenae in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-29-2014, 06:23 PM
  6. [SOLVED] Summation across row using sumproduct/isnumber/match and named array(s)
    By samuk1000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2013, 02:24 AM
  7. [SOLVED] Code to List Named Ranges for each Sheet not working
    By leaning in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-19-2012, 11:13 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