+ Reply to Thread
Results 1 to 4 of 4

Multiple Lookup Values/Criteria

  1. #1
    Registered User
    Join Date
    07-05-2006
    Posts
    5

    Multiple Lookup Values/Criteria

    Hey everyone... I need to create a complicated function that will do the following on the workbook I attached:

    1. Use a SUMIF function to check for the part number in the data values matches the part number in the column of my summary.
    2. Multiply the SUM of those values in the data table by the quantity for each item. You must only multiply where the value in the month column is greater than 0.

    If I am being unclear of what I am trying to accomplish, please let me know and I will explain in more detail.

    Thanks for any help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Enter this formula in C24, and fill down:

    =SUMPRODUCT(--($A$4:$A$12=A24),($B$4:$B$12),($C$4:$C$12))

  3. #3
    Registered User
    Join Date
    07-05-2006
    Posts
    5
    Quote Originally Posted by BigBas
    Enter this formula in C24, and fill down:

    =SUMPRODUCT(--($A$4:$A$12=A24),($B$4:$B$12),($C$4:$C$12))

    Worked great. Thanks for the help.

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Glad I could help.

+ 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