Greetings All,
I'd like to track sales not only on particular days but particular times too, specifically in 1/2 hour increments. My spreadsheet is as follows:
B C D
Day Time Sales
I'm able to get the formula to account for total sales on a day but how can I get it to recognize time increments? To start I'm trying to get it to recognize time before 9:00am:
=SUM(IF((B:B="Monday")*(C:C<"9:00:00 AM"),D
))
which returns a zero and also tried Excel's decimal time:
=SUM(IF((B:B="Monday")*(C:C<0.375),D
))
which also returns a zero. I'm at a loss here in addition to trying to figure out how to get it to calc ">8:31 AND <9:00".
Can someone point me in the right direction?
Thanks,
Keith
I'd like to track sales not only on particular days but particular times too, specifically in 1/2 hour increments. My spreadsheet is as follows:
B C D
Day Time Sales
I'm able to get the formula to account for total sales on a day but how can I get it to recognize time increments? To start I'm trying to get it to recognize time before 9:00am:
=SUM(IF((B:B="Monday")*(C:C<"9:00:00 AM"),D
which returns a zero and also tried Excel's decimal time:
=SUM(IF((B:B="Monday")*(C:C<0.375),D
which also returns a zero. I'm at a loss here in addition to trying to figure out how to get it to calc ">8:31 AND <9:00".
Can someone point me in the right direction?
Thanks,
Keith