Must be an easy add-in

G

Guest

I have a worksheet that has multiple columns including a begin date, end
date, and a value. What I need to do is get daily totals for the all the
dates in the 4th quarter (from 10/1-12/31). The worksheet has over 100
records in it so to put an SUMIF formula in would be lengthy. Any ideas???
 
P

Peo Sjoblom

=SUMPRODUCT(--(A1:A100>=DATE(2004,10,1)),--(B1:B100<=DATE(2004,12,31)),C1:C1
00)

where A holds start date and B end date, amounts in C


Regards,

Peo Sjoblom

Poolie'sGal said:
I have a worksheet that has multiple columns including a begin date, end
date, and a value. What I need to do is get daily totals for the all the
dates in the 4th quarter (from 10/1-12/31). The worksheet has over 100
records in it so to put an SUMIF formula in would be lengthy. Any
ideas???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top