+ Reply to Thread
Results 1 to 7 of 7

multiple cell value to find match in range

  1. #1
    Registered User
    Join Date
    08-26-2015
    Location
    brunei
    MS-Off Ver
    2013
    Posts
    18

    multiple cell value to find match in range

    Hello,
    I have problem to find formula to show row in which specific cell value must include .
    let me say if cell value 0,9and 7 of A56:C56 to find which row have included all these 3 number in range A1:D54.
    in sample sheet, row23 must return result true because all 0,9 and 7 were completed.
    I am sorry for my english if can;t make clear describe the problem.
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,054

    Re: multiple cell value to find match in range

    Use this in E2 and extend formula down:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    08-26-2015
    Location
    brunei
    MS-Off Ver
    2013
    Posts
    18

    Re: multiple cell value to find match in range

    Thank you zbor,
    I've tried your formula but result is different what i expected.
    I'd like to see the row which has all these three number 7,9 and 0 together.
    in row 23, there is 7,8,9and 0 ,so should return true.
    same thing in row 30, there 5,7,9 and 0 together, so should return true also.
    wherein row which 7, 9 and 0 included, (assume double number also), to return result true.
    anyway thanks you for your effort.
    regards

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: multiple cell value to find match in range

    Row No 19 have values 9,0,3,7
    Why it is not True?
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Registered User
    Join Date
    08-26-2015
    Location
    brunei
    MS-Off Ver
    2013
    Posts
    18

    Re: multiple cell value to find match in range

    Quote Originally Posted by nflsales View Post
    Row No 19 have values 9,0,3,7
    Why it is not True?
    Hi nflsales,
    Yes, row 19 also true.
    I just point out that example in row 23 and 30.
    I learnt your answer on other post regarding counting number using sumproduct and right formula.
    Can you help my problem here?

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: multiple cell value to find match in range

    If that is the case @ zbor formula
    Please Login or Register  to view this content.
    in post 2 will work

    =SUMPRODUCT((COUNTIF(A2:D2, {0,7,9})>0)+0)>2

  7. #7
    Registered User
    Join Date
    08-26-2015
    Location
    brunei
    MS-Off Ver
    2013
    Posts
    18

    Re: multiple cell value to find match in range

    Quote Originally Posted by nflsales View Post
    If that is the case @ zbor formula
    Please Login or Register  to view this content.
    in post 2 will work

    =SUMPRODUCT((COUNTIF(A2:D2, {0,7,9})>0)+0)>2
    Oh.... thats work.

    Thank you Zbor and nflsales .
    you are my guru.
    I have to learn a lot and before mark as a solved, I will be pleased if you explain how you create formula and thinking .
    Just request only in brief.(i know you all were busy helping ppl)
    because I really not know symbol { } .part of array formula?
    Thank you very much.
    best regards,
    tin

+ 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. Range.Find function fails to find a match but For loop confirms that match exists
    By 6StringJazzer in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-08-2013, 03:35 PM
  2. Replies: 12
    Last Post: 09-18-2012, 03:13 PM
  3. Multiple Row Match (VLOOKUP Extended) to find Multiple Rows
    By Niper in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-24-2011, 10:58 AM
  4. Match a cell with dynamic range (multiple columns)
    By bgonen in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-29-2011, 05:34 AM
  5. Find a match from a cell that has multiple values?
    By rjos4 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-18-2011, 05:47 PM
  6. Find exact match in cell with multiple strings
    By Garage23 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-16-2010, 07:23 AM
  7. MATCH - find values in a range <> another range
    By allanr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2007, 07:39 AM
  8. Replies: 1
    Last Post: 02-08-2005, 03:06 PM

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