sum by dates-Excell 2003

Z

Zirt

I have a spread sheet with dates in column "A" and numbers in column "B". I
would like to sum part of column B based on dates in column A (by quarters,
Jan-March, April-June, etc...)

Can anyone tell me if it can be done in Excell 2003?
 
L

Luke M

Sure thing. Take a lookat SUMIF in help file.
Example for first quarter:
=SUMIF(A:A,">="&DATEVALUE("1/1/09"),B:B)-SUMIF(A:A,">"&DATEVALUE("3/31/09"),B:B)
 

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