ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   sumif less than 11/30/2005 (https://www.excelbanter.com/excel-worksheet-functions/65067-sumif-less-than-11-30-2005-a.html)

Miguel

sumif less than 11/30/2005
 
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

Roger Govier

sumif less than 11/30/2005
 
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




Peo Sjoblom

sumif less than 11/30/2005
 
=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




Roger Govier

sumif less than 11/30/2005
 
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







All times are GMT +1. The time now is 02:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com