ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   SUMPRODUCT with date range question (https://www.excelbanter.com/excel-discussion-misc-queries/10775-sumproduct-date-range-question.html)

Rob V

SUMPRODUCT with date range question
 
Hi all,

I'm having trouble creating a formula as follows:
Column A: either Y or N
Coumn B: a forecasted date
Column C: $$ amount of transaction

What I would like to do is create a report that shows the sum of column C
for anything where column A is "Y" and the date in column B is today's date
or up to 90 days after today's date (Today +90)... I'm having problems with
the date criteria, and would appreciate your help! Thanks

Don Guillett

try something like this

=SUMPRODUCT((A7:A10="Y")*(B7:B10=TODAY())*(B7:B10 <=TODAY()+90)*C7:C10)-

Don Guillett
SalesAid Software

"Rob V" wrote in message
...
Hi all,

I'm having trouble creating a formula as follows:
Column A: either Y or N
Coumn B: a forecasted date
Column C: $$ amount of transaction

What I would like to do is create a report that shows the sum of column C
for anything where column A is "Y" and the date in column B is today's

date
or up to 90 days after today's date (Today +90)... I'm having problems

with
the date criteria, and would appreciate your help! Thanks





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

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