ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   SUMPRODUCT with Date Range (https://www.excelbanter.com/excel-worksheet-functions/237018-sumproduct-date-range.html)

LouD

SUMPRODUCT with Date Range
 
Hello,

I have been searching this forum all day and I can't seem to get any code
that I find to work. Below is what I believe should work. Cell D349 has
3/1/2007 and cell D350 has 3/31/2007.

=SUMPRODUCT(--(B2:B347=--D349),--(B2:B347<=--D350),--(C2:R347="39BD382*"))

What I'm basically lookinf for is: if the part number 39BD8382 is present
anywhere in cell range C2:R347, how many shipped in March of 2007?

Thanks in advance.

Bob Phillips[_3_]

SUMPRODUCT with Date Range
 
If they are proper dates all you need is

=SUMPRODUCT(--(B2:B347=D349),--(B2:B347<=D350),--(ISNUMBER(SEARCH("39BD382",C2:R347))))


--
__________________________________
HTH

Bob

"LouD" wrote in message
...
Hello,

I have been searching this forum all day and I can't seem to get any code
that I find to work. Below is what I believe should work. Cell D349 has
3/1/2007 and cell D350 has 3/31/2007.

=SUMPRODUCT(--(B2:B347=--D349),--(B2:B347<=--D350),--(C2:R347="39BD382*"))

What I'm basically lookinf for is: if the part number 39BD8382 is present
anywhere in cell range C2:R347, how many shipped in March of 2007?

Thanks in advance.




LouD

SUMPRODUCT with Date Range
 
Bob,

I get a #VALUE! error in the cell with the formula. I am supposed to hit
ctrl + shift + enter when I'm done editing the formula to put the { } around
it, right? And how do I check for proper dates? I know I have the cells
formatted as dates...

Bob Phillips[_3_]

SUMPRODUCT with Date Range
 
Firstly, apologies, I failed to spot the third criteria was multi-column.
Try

=SUMPRODUCT((B2:B347=D349)*(B2:B347<=D350)*(ISNUM BER(SEARCH("39BD382",C2:R347))))

Secondly, no, it is not array entered, just a standard formula.

--
__________________________________
HTH

Bob

"LouD" wrote in message
...
Bob,

I get a #VALUE! error in the cell with the formula. I am supposed to hit
ctrl + shift + enter when I'm done editing the formula to put the { }
around
it, right? And how do I check for proper dates? I know I have the cells
formatted as dates...




LouD

SUMPRODUCT with Date Range
 
Bob,

This formula works perfect:

=SUMPRODUCT((B2:B347=D349)*(B2:B347<=D350)*(ISNUM BER(SEARCH("39BD382",C2:R347))))

Thanks for all your help.


All times are GMT +1. The time now is 05:40 AM.

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