Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to make a formula which will add all items in another tab which are
less than 11/30/05 and have the same vendor |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Miguel
With your data on Sheet1, Dates in column A, Vendor in column B, and row 1 as a header. On Sheet2 with Date require entered in A1 and Vendor required in B1, enter in C1 =SUMPRODUCT(--(Sheet1!$A$2:$A$100<=A1),--(Sheet1!$B$2:$B$100=B1)) -- Regards Roger Govier "Miguel" wrote in message ... I need to make a formula which will add all items in another tab which are less than 11/30/05 and have the same vendor |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(DateRange<DATE(2005,11,30),--(VendorRange="Vendor1"),Range_to
Sum) -- Regards, Peo Sjoblom "Miguel" wrote in message ... I need to make a formula which will add all items in another tab which are less than 11/30/05 and have the same vendor |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, forgot to add the column of data being added, which I assume is
column C on sheet1 =SUMPRODUCT(--(Sheet1!$A$2:$A$100<=A1),--(Sheet1!$B$2:$B$100=B1),Sheet1$C$2:$C$100) -- Regards Roger Govier "Roger Govier" wrote in message ... Hi Miguel With your data on Sheet1, Dates in column A, Vendor in column B, and row 1 as a header. On Sheet2 with Date require entered in A1 and Vendor required in B1, enter in C1 =SUMPRODUCT(--(Sheet1!$A$2:$A$100<=A1),--(Sheet1!$B$2:$B$100=B1)) -- Regards Roger Govier "Miguel" wrote in message ... I need to make a formula which will add all items in another tab which are less than 11/30/05 and have the same vendor |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF with Mutiple Ranges & Criteria | Excel Discussion (Misc queries) | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
help with "criterea" in the sumif function | Excel Worksheet Functions |