+ Reply to Thread
Results 1 to 2 of 2

SUMPRODUCT with date range question

  1. #1
    Rob V
    Guest

    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

  2. #2
    Don Guillett
    Guest

    Re: SUMPRODUCT with date range question

    try something like this

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

    Don Guillett
    SalesAid Software
    [email protected]
    "Rob V" <[email protected]> wrote in message
    news:[email protected]...
    > 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




+ 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