Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Sum for two criteria

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$93 5)
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


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sum for two criteria

=SUMIF(Invoices!$C$2:$C$935,A3,Invoices!$J$2:$J$93 5)
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$935D3),Invoices!$J$2:$J$935)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Sum for two criteria

Thanks Max. Terrific

Ernie

"Max" wrote in message
...
=SUMIF(Invoices!$C$2:$C$935,A3,Invoices!$J$2:$J$93 5)
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$935D3),Invoices!$J$2:$J$935)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sum for two criteria

Welcome, Ernie
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Ernie Fenwick" wrote in message
...
Thanks Max. Terrific

Ernie



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
EXCEL - Meet 2 criteria, then find next case of third criteria Elaine Excel Worksheet Functions 3 December 1st 08 10:43 PM
=DMIN(database,field,criteria) question about criteria Dummy Excel Discussion (Misc queries) 2 April 16th 07 08:02 PM
Countif using format criteria....not number criteria? Troy Excel Worksheet Functions 1 April 20th 05 04:50 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Arain Excel Worksheet Functions 1 January 12th 05 08:33 AM


All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"