SUMIF using Dates

G

Guest

Hi,

I want to be able to do a SUMIF where the criteria is that the values should
be less than a date (stored in column A). Although I can get the SUMIF
expression to work if a explicitly insert the date (e.g.
SUMIF(.....,"<11/09/06",.....), if I insert and expression (e.g.
SUMIF(.....,"<(A95+7)",.....) - where A95 contains the date value for
04/09/06 - it produces the wrong result.

Can anyone point out where I am going wrong?
 
B

Biff

Hi,
I want to be able to do a SUMIF where the criteria is that the values
should
be less than a date (stored in column A). Although I can get the SUMIF
expression to work if a explicitly insert the date (e.g.
SUMIF(.....,"<11/09/06",.....), if I insert and expression (e.g.
SUMIF(.....,"<(A95+7)",.....) - where A95 contains the date value for
04/09/06 - it produces the wrong result.
Can anyone point out where I am going wrong?

Hi!

Try it like this:

SUMIF(.....,"<"&A95+7,.....)

Biff
 

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

Similar Threads

Sumif comparing dates in criteria 1
When I use Sumif 1
SUMIF Criteria 5
SUMIF CRITERIA PROBLEM 8
SUMIF and Named ranges 6
SUMIF 3
SUMIF & OR 6
Dynamic Sum-if function 5

Top