+ Reply to Thread
Results 1 to 9 of 9

sumproduct between two dates

  1. #1
    Guest

    Re: sumproduct between two dates

    Hi

    Try something like:
    =SUMPRODUCT(--(A2:A50>DATE(07,15,2005))*(A2:A50>DATE(07,15,2005))*(B2:B50>0.5),(C2:C50))

    Andy.

    "chased" <[email protected]> wrote in message
    news:[email protected]...
    >I have a Date column, a percentage column, and a balance column. I want to
    > add all balances between a specific date to 30 days after that date and
    > all
    > balances between those dates above a certain percentage.
    >
    > Date Pctg. Balance
    > 7/15/05 50% 10000
    > 7/29/05 75% 15000
    > 7/31/05 75% 15544
    > 8/08/05 50% 12344
    >
    > I want the formula to review from 7/15/05 to 8/15/05 and everything above
    > 50% and add the balances that qualify.




  2. #2
    Guest

    Re: sumproduct between two dates

    Sorry, got it wrong! Try this:
    =SUMPRODUCT(--(A2:A50>=DATE(07,15,2005))*(A2:A50<=DATE(08,15,2005))*(B2:B50>0.5),(C2:C50))

    Andy.

    <Andy> wrote in message news:%[email protected]...
    > Hi
    >
    > Try something like:
    > =SUMPRODUCT(--(A2:A50>DATE(07,15,2005))*(A2:A50>DATE(07,15,2005))*(B2:B50>0.5),(C2:C50))
    >
    > Andy.
    >
    > "chased" <[email protected]> wrote in message
    > news:[email protected]...
    >>I have a Date column, a percentage column, and a balance column. I want
    >>to
    >> add all balances between a specific date to 30 days after that date and
    >> all
    >> balances between those dates above a certain percentage.
    >>
    >> Date Pctg. Balance
    >> 7/15/05 50% 10000
    >> 7/29/05 75% 15000
    >> 7/31/05 75% 15544
    >> 8/08/05 50% 12344
    >>
    >> I want the formula to review from 7/15/05 to 8/15/05 and everything above
    >> 50% and add the balances that qualify.

    >
    >




  3. #3
    Bob Phillips
    Guest

    Re: sumproduct between two dates

    =SUMPRODUCT(--(A2:A20>=--"2005-07-20"),--(A2:A20<=--"2005-7-20"+30),--(B2:B2
    0>50%),C2:C20)

    --
    HTH

    Bob Phillips

    "chased" <[email protected]> wrote in message
    news:[email protected]...
    > I have a Date column, a percentage column, and a balance column. I want

    to
    > add all balances between a specific date to 30 days after that date and

    all
    > balances between those dates above a certain percentage.
    >
    > Date Pctg. Balance
    > 7/15/05 50% 10000
    > 7/29/05 75% 15000
    > 7/31/05 75% 15544
    > 8/08/05 50% 12344
    >
    > I want the formula to review from 7/15/05 to 8/15/05 and everything above
    > 50% and add the balances that qualify.




  4. #4
    chased
    Guest

    Re: sumproduct between two dates

    Thank you very much!! Both formulas worked.

    "Bob Phillips" wrote:

    > =SUMPRODUCT(--(A2:A20>=--"2005-07-20"),--(A2:A20<=--"2005-7-20"+30),--(B2:B2
    > 0>50%),C2:C20)
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "chased" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a Date column, a percentage column, and a balance column. I want

    > to
    > > add all balances between a specific date to 30 days after that date and

    > all
    > > balances between those dates above a certain percentage.
    > >
    > > Date Pctg. Balance
    > > 7/15/05 50% 10000
    > > 7/29/05 75% 15000
    > > 7/31/05 75% 15544
    > > 8/08/05 50% 12344
    > >
    > > I want the formula to review from 7/15/05 to 8/15/05 and everything above
    > > 50% and add the balances that qualify.

    >
    >
    >


  5. #5
    chased
    Guest

    sumproduct between two dates

    I have a Date column, a percentage column, and a balance column. I want to
    add all balances between a specific date to 30 days after that date and all
    balances between those dates above a certain percentage.

    Date Pctg. Balance
    7/15/05 50% 10000
    7/29/05 75% 15000
    7/31/05 75% 15544
    8/08/05 50% 12344

    I want the formula to review from 7/15/05 to 8/15/05 and everything above
    50% and add the balances that qualify.

  6. #6
    Guest

    Re: sumproduct between two dates

    Hi

    Try something like:
    =SUMPRODUCT(--(A2:A50>DATE(07,15,2005))*(A2:A50>DATE(07,15,2005))*(B2:B50>0.5),(C2:C50))

    Andy.

    "chased" <[email protected]> wrote in message
    news:[email protected]...
    >I have a Date column, a percentage column, and a balance column. I want to
    > add all balances between a specific date to 30 days after that date and
    > all
    > balances between those dates above a certain percentage.
    >
    > Date Pctg. Balance
    > 7/15/05 50% 10000
    > 7/29/05 75% 15000
    > 7/31/05 75% 15544
    > 8/08/05 50% 12344
    >
    > I want the formula to review from 7/15/05 to 8/15/05 and everything above
    > 50% and add the balances that qualify.




  7. #7
    Guest

    Re: sumproduct between two dates

    Sorry, got it wrong! Try this:
    =SUMPRODUCT(--(A2:A50>=DATE(07,15,2005))*(A2:A50<=DATE(08,15,2005))*(B2:B50>0.5),(C2:C50))

    Andy.

    <Andy> wrote in message news:%[email protected]...
    > Hi
    >
    > Try something like:
    > =SUMPRODUCT(--(A2:A50>DATE(07,15,2005))*(A2:A50>DATE(07,15,2005))*(B2:B50>0.5),(C2:C50))
    >
    > Andy.
    >
    > "chased" <[email protected]> wrote in message
    > news:[email protected]...
    >>I have a Date column, a percentage column, and a balance column. I want
    >>to
    >> add all balances between a specific date to 30 days after that date and
    >> all
    >> balances between those dates above a certain percentage.
    >>
    >> Date Pctg. Balance
    >> 7/15/05 50% 10000
    >> 7/29/05 75% 15000
    >> 7/31/05 75% 15544
    >> 8/08/05 50% 12344
    >>
    >> I want the formula to review from 7/15/05 to 8/15/05 and everything above
    >> 50% and add the balances that qualify.

    >
    >




  8. #8
    Bob Phillips
    Guest

    Re: sumproduct between two dates

    =SUMPRODUCT(--(A2:A20>=--"2005-07-20"),--(A2:A20<=--"2005-7-20"+30),--(B2:B2
    0>50%),C2:C20)

    --
    HTH

    Bob Phillips

    "chased" <[email protected]> wrote in message
    news:[email protected]...
    > I have a Date column, a percentage column, and a balance column. I want

    to
    > add all balances between a specific date to 30 days after that date and

    all
    > balances between those dates above a certain percentage.
    >
    > Date Pctg. Balance
    > 7/15/05 50% 10000
    > 7/29/05 75% 15000
    > 7/31/05 75% 15544
    > 8/08/05 50% 12344
    >
    > I want the formula to review from 7/15/05 to 8/15/05 and everything above
    > 50% and add the balances that qualify.




  9. #9
    chased
    Guest

    Re: sumproduct between two dates

    Thank you very much!! Both formulas worked.

    "Bob Phillips" wrote:

    > =SUMPRODUCT(--(A2:A20>=--"2005-07-20"),--(A2:A20<=--"2005-7-20"+30),--(B2:B2
    > 0>50%),C2:C20)
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "chased" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a Date column, a percentage column, and a balance column. I want

    > to
    > > add all balances between a specific date to 30 days after that date and

    > all
    > > balances between those dates above a certain percentage.
    > >
    > > Date Pctg. Balance
    > > 7/15/05 50% 10000
    > > 7/29/05 75% 15000
    > > 7/31/05 75% 15544
    > > 8/08/05 50% 12344
    > >
    > > I want the formula to review from 7/15/05 to 8/15/05 and everything above
    > > 50% and add the balances that qualify.

    >
    >
    >


+ 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