+ Reply to Thread
Results 1 to 8 of 8

Look up list of values that matched two categories

  1. #1
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    Look up list of values that matched two categories

    Hi Guys,
    Need your help here. i have here two sheets ( result, and data bank). in sheet databank i have 3 columns (value,color,shape).
    In sheet RESULT, B8:B11 i want to get the list of all the VALUE from data bank that matched my categories in A2 and A3.

    PLEASE SEE ATTACHED EXCEL FILE FOR REFERENCE.

    THANK YOU VERY MUCH.
    Attached Files Attached Files
    blessed are those who share whats theirs

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Look up list of values that matched two categories

    Try

    B8
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Copy down!
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

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

    Re: Look up list of values that matched two categories

    Or can use pivot table
    see the attached file
    Attached Files Attached Files
    Samba

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

  4. #4
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: Look up list of values that matched two categories

    Hi samba.

    I need the formula to be placed in the sheet "RESULT". WHEREIN B2 and B3 ARE subject to drop down list.
    so if ill change B2 FROM red to pink B3 from heart to triangle, A8:A18 should list down the values with those criteria.


    thank you

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

    Re: Look up list of values that matched two categories

    if you want formula solution then its ok in pivot table also you can get the same result by changing the red to blue and heart to trangle from dropdown

  6. #6
    Registered User
    Join Date
    08-22-2013
    Location
    cebu,philippines
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: Look up list of values that matched two categories

    Hi there Samba,

    Can you explain what is the use of *10^10?

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Look up list of values that matched two categories

    This is for manipulating the TURE value into Largest numbers

  8. #8
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Look up list of values that matched two categories

    Or


    =IFERROR(INDEX('data bank'!$A:$A,SMALL(IF((result!$B$2=COLOR)*(result!$B$3=SHAPE),ROW(COLOR),""),ROWS($B$8:$B8))),"")

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

+ 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. Replies: 1
    Last Post: 09-04-2017, 02:11 PM
  2. Assign values to categories of values based on separate column attribute.
    By jenbot83 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-06-2017, 02:17 PM
  3. [SOLVED] compare list B with list A, return cell data on row where B matched A
    By master-richie in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-04-2015, 01:59 AM
  4. sum values of all categories (dropdown list)
    By reallyjoel in forum Excel General
    Replies: 1
    Last Post: 09-11-2014, 12:53 PM
  5. [SOLVED] Match values from two different columns and sort according to the matched values
    By kongfookann in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-20-2013, 09:44 AM
  6. Compare two List and Sort matched values
    By turist in forum Excel General
    Replies: 9
    Last Post: 03-22-2013, 01:47 AM
  7. Replies: 8
    Last Post: 07-28-2012, 03:22 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