+ Reply to Thread
Results 1 to 9 of 9

Formula to match cell value to range of values

  1. #1
    Registered User
    Join Date
    11-06-2018
    Location
    Poland
    MS-Off Ver
    2016
    Posts
    95

    Formula to match cell value to range of values

    Hi guys,

    Can you help me understand why its not working as i wanted to?
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: array formula

    Try this instead...

    =IF(ISNUMBER(MATCH(E6,C5:C7,0)),TRUE,FALSE)

    Also, please update your thread title to describe what you are asking.
    HTH
    Regards, Jeff

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Frormula to match cell value to range of values

    Use this instead in F6:

    =COUNTIF($C$5:$C$7,E6)>0

    if you want to see if E6 is present anywhere in the range C5:C7.

    Hope this helps.

    Pete

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,822

    Re: Frormula to match cell value to range of values

    Jeff,

    slightly shorter version of yours:

    =ISNUMBER(MATCH(E6,C5:C7,0))

    Hope this helps.

    Pete

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Formula to match cell value to range of values

    Thanks Pete

  6. #6
    Registered User
    Join Date
    11-06-2018
    Location
    Poland
    MS-Off Ver
    2016
    Posts
    95

    Re: Formula to match cell value to range of values

    Thanks guys but unfortunately it wont help my purposes.. i ll post another thread and i ll try to explain it better

  7. #7
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Formula to match cell value to range of values

    No, please do not post another thread as that would be a duplicate. Please explain your requirements here.

    Thanks guys but unfortunately it wont help my purposes
    What do you mean it won't help? What Pete and I suggested answer's your question.

  8. #8
    Registered User
    Join Date
    11-06-2018
    Location
    Poland
    MS-Off Ver
    2016
    Posts
    95

    Re: Formula to match cell value to range of values

    I thought that i could handle this with only slight help but it wouldnt be enough... i need to divide database on 5 parts (20% x5) and then apply ifs=true

  9. #9
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,318

    Re: Formula to match cell value to range of values

    Okay.

    If the requirement have changed, by all means start a new thread.

    In the new thread, attach a sample workbook with a clear before and after sample. Also, please craft a better title than "Array Formula".

+ 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. Index Match Formula to Sum a range of values
    By kocs in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-15-2019, 04:57 PM
  2. Return values from string that match defined range within a single cell
    By RaydenUK in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-07-2018, 12:06 PM
  3. [SOLVED] Index(Match()) dynamic formula - reffering to tables in the formula by cell values
    By Rothuizen in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-20-2017, 04:00 AM
  4. Formula to Index, Match, Rank, and Sort a Dynamic Range of Values
    By AustinLe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-14-2014, 03:49 AM
  5. Replies: 17
    Last Post: 12-05-2012, 09:01 PM
  6. [SOLVED] compare cell value with range of values and match row values with header
    By bujji1305 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-08-2012, 12:19 AM
  7. Help! Need to move rows to separate worksheet if cell values match a value in range
    By nzamparo in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-25-2011, 12:20 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