+ Reply to Thread
Results 1 to 4 of 4

Another VLOOKUP question (multiple criteria)

  1. #1
    Registered User
    Join Date
    04-14-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Another VLOOKUP question (multiple criteria)

    I've searched endlessly for a solution for this and just havent been able to come across one. Maybe you guys can help..

    The problem that i am having is populating ONE cell with a value that matches 3 conditions using VLOOKUP or something else.

    Ive attached a spreadsheet, sorry about all the arrows but ill explain anything if you have questions.

    the table on the left is constant and never changes other than the date and sum amount values, while the table on the right is replaced every month and all i want from it is the sum(amt) values that match those 3 criteria from the table on the left.

    there are multiple tables to this but i have only created one, right now i am doing this manually where i paste the value from the table on the right to the table on the left, one by one

    Ive tried INDEX and MATCH too but i just cant get it to work for 3 columns like i need


    any input would help please
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Another VLOOKUP question (multiple criteria)

    In T2 try:

    =IFERROR(INDEX($J$1:$J$25,MAX(INDEX(ROW($C$1:$C$25)*($C$1:$C$25=M2)*($D$1:$D$25=N2)*($I$1:$I$25=S2),0))),"Not found")

    And drag down.

  3. #3
    Registered User
    Join Date
    04-14-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Another VLOOKUP question (multiple criteria)

    This is actually the opposite of what I need. I want to take the cell values FROM column T and have it populate column J. This formula will still work for that right?

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Another VLOOKUP question (multiple criteria)

    Try this in K2 with CTRL+SHIFT+ENTER,

    Please Login or Register  to view this content.
    then copy to other cells.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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