#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Sumproduct

I need a formula to add a column based on 2 criteria.

If A:A = A1 and B:B = B1 then sum C:C





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Sumproduct

In versions of XL prior to 2007 you can't use full-column references
with SUMPRODUCT, so try it like this:

=SUMPRODUCT((A2:A1000=A1)*(B2:B1000=B1)*(C2:C1000) )

I've assumed 1000 rows - adjust to suit.

Hope this helps.

Pete

On Apr 21, 4:40*pm, krandall
wrote:
I need a formula to add a column based on 2 criteria.

If A:A = A1 and B:B = B1 then sum C:C


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
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
SUMPRODUCT? Joey041 Excel Worksheet Functions 2 November 20th 06 11:35 PM
Sumproduct................. Kstalker Excel Worksheet Functions 8 September 12th 05 11:04 PM
Sumproduct? imjustme Excel Discussion (Misc queries) 1 September 7th 05 03:43 AM
SUMPRODUCT Help Sam via OfficeKB.com Excel Worksheet Functions 2 August 30th 05 02:24 AM


All times are GMT +1. The time now is 09:00 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"