+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP two criteria to return value

  1. #1
    Registered User
    Join Date
    01-21-2011
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2007
    Posts
    2

    VLOOKUP two criteria to return value

    Hi all,

    I've looked at all of the FAQ and Tips and haven't found anyone who has done anything like this.

    I'm looking to lookup two different items and find the corresponding match on a different tab and return the value of a number. Attached is my example. This is a much more condensed and simplified version of my problem -- so keep that in mind.

    My ultimate goal is to find the match (of two items, Column A and Column D) from the 'Forecast' tab with the corresponding match (of two items, Column A and D of the 'Actuals' tab) and return the value of Column E (the actuals), on the 'Forecast' tab under Column G.

    For example: for the first entry, I would like it to see that the customer is, Target, and the Item # is 975 and return the actuals value from the 'Forecast' sheet that has Target and Item # 975. In doing this, I can see a side-by-side comparison of forecast vs. actuals.

    This will be done for hundreds of customers with about one thousand item numbers so as I said, this is a simplified version.

    Can anyone help?!

    Thanks ahead of time.
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: VLOOKUP two criteria to return value

    Try:

    =SUMIFS(Actuals!E:E,Actuals!A:A,A2,Actuals!D:D,D2)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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