sumifs using dynamic criteria

T

Tenacious D

any way to use dynamic data in the sumifs function? For example, the sumifs
function I am using is below:

=SUMIFS(Table5[Quantity Open],Table5[Item Number],A360,Table5[Release
Date],"<09/28/09")

I would rather not hard code the date criteria, but point to a cell
containing the date. However, once I start adding greater than/less than to
the equation, I can't make it work.

Any ideas??? Thanks!
 
B

Billy Liddel

First time I've tried this, but with the data in the same sheet and the
references in D1 and D2:

=SUMIFS(Qty,Dates,"<"&D2,Item,"="&D1)

HTH
Peter
 

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