#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default SUMIF nested Formula

What I need is to sum column g, if column a = "T01", and column b = P43
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default SUMIF nested Formula

You want to use sumproduct...

=sumproduct(--(A1:A1000="T01"), --(B1:B1000=P43), (G1:G1000))

Check out this link for more info on sumproduct...

http://www.xldynamic.com/source/xld.SUMPRODUCT.html
--
HTH...

Jim Thomlinson


"Lugar" wrote:

What I need is to sum column g, if column a = "T01", and column b = P43

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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Hyperlink in nested formula not linking KarenF Excel Discussion (Misc queries) 7 August 10th 06 10:43 PM
How do I set up a nested SUMIF formula for a number of variables? Nancy Excel Worksheet Functions 2 January 5th 06 05:57 PM
I get error with "ROWS" in the formula - nested formula question Marie J-son Excel Worksheet Functions 0 January 4th 06 01:55 PM
sumif formula returns incorrect value modular_brian Excel Worksheet Functions 1 June 16th 05 10:29 PM


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