+ Reply to Thread
Results 1 to 2 of 2

Multiple Criteria lookup to return an amount

  1. #1
    Registered User
    Join Date
    01-26-2011
    Location
    Illinois
    MS-Off Ver
    Excel 2007
    Posts
    1

    Multiple Criteria lookup to return an amount

    Hi,
    I am trying to find a formula to use for the following.

    Worksheet 1
    Company
    Job
    Vendor
    Amount

    Worksheet 2
    Company
    Job
    Vendor
    Amount

    I want to return the amount from Worksheet 2 to Worksheet 1 if the company, job, and vendor are found on Worksheet 2.
    I've tried a few techniques but so far, no luck and need to reach out to other resources!!

    Thanks!

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

    Re: Multiple Criteria lookup to return an amount

    Try SUMIFS

    E.g.

    =SUMIFS(Sheet2!D:D,SHEET2!A:A,A2,Sheet2!B:B,B2,Sheet3!C:C,C2)

    copied down

    where Sheet2 columns A:D contain the data as listed and A2,B2,C2 on current sheet contains first set to match up.
    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