Sum for two criteria

E

Ernie Fenwick

Hi

I am trying to add figures from Invoices workseet into a Summary worksheet.
I have it working for 1 set of criteria as follows
=SUMIF(Invoices!$C$2:$C$935,A3,Invoices!$J$2:$J$935)
I also want to add for a date in col I in Invoices greater than col D in the
summary sheet

Thanks for any help

Ernie
 
M

Max

=SUMIF(Invoices!$C$2:$C$935,A3,Invoices!$J$2:$J$935)
I also want to add for a date in col I in Invoices
greater than col D in the summary sheet

Assuming real dates in col I in Invoices and in col D in the summary sheet:
=SUMPRODUCT((Invoices!$C$2:$C$935=A3)*(Invoices!$I$2:$I$935>D3),Invoices!$J$2:$J$935)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
 

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


Top