#1   Report Post  
Posted to microsoft.public.excel.misc
360Kid
 
Posts: n/a
Default Nesting SUMIF

I need to sum a column but only if 2 criteria are met. criteria is in 2
different columns. I am having problems nesting SUMIF - any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default Nesting SUMIF

Use SUMPRODUCT
=SUMPRODUCT((A1:A999="whatever")*(B1:B999="somethi ng");D1:D999)

HTH
--
AP

"360Kid" a écrit dans le message de news:
...
I need to sum a column but only if 2 criteria are met. criteria is in 2
different columns. I am having problems nesting SUMIF - any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Nesting SUMIF

try
=sumproduct((a2:a22="joe")*(b2:b22=2)*c2:c22)

--
Don Guillett
SalesAid Software

"360Kid" wrote in message
...
I need to sum a column but only if 2 criteria are met. criteria is in 2
different columns. I am having problems nesting SUMIF - any suggestions?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Nesting SUMIF

Try something like this:

=SUMPRODUCT((A1:A10=criteria1)*(B1:B10=criteria2)* C1:C10)

That formula adds values from Col_C where Col_A matches the first criteria
and Col_B matches the second criteria.

Example:
=SUMPRODUCT((A1:A10="active")*(B1:B10="employee")* C1:C10)


Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"360Kid" wrote:

I need to sum a column but only if 2 criteria are met. criteria is in 2
different columns. I am having problems nesting SUMIF - any suggestions?

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
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
Nesting SUMIF formulas Todd Excel Worksheet Functions 6 June 7th 06 12:15 PM
Sumif of Sumif perhaps? Fred Excel Discussion (Misc queries) 2 March 29th 06 05:39 PM
Nesting of sumif formula. ramana Excel Worksheet Functions 2 January 2nd 06 12:00 PM
Nesting Sumif function Need Help eek Excel Worksheet Functions 4 March 10th 05 10:26 PM


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