Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kikkoman
 
Posts: n/a
Default Sumif problems - meeting 2 criteria then sum

Column M can be A, B, C, D or E
COlumn N is $amts
Q can be P0, P1, P2 or P3

sum col n if col m = a and col q = p1

=SUMIF($M$14:$M$53,AND($M$14:$M$53="A",$Q$14:$Q$53 ="p1"),$N$14:$N$53)

can't get this formula to give me the correct answer... instead it gives me
Nil all the time... why??


  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

=SUMPRODUCT(--($M$14:$M$53="A"),--($Q$14:$Q$53="p1"),$N$14:$N$53)


"Kikkoman" wrote:

Column M can be A, B, C, D or E
COlumn N is $amts
Q can be P0, P1, P2 or P3

sum col n if col m = a and col q = p1

=SUMIF($M$14:$M$53,AND($M$14:$M$53="A",$Q$14:$Q$53 ="p1"),$N$14:$N$53)

can't get this formula to give me the correct answer... instead it gives me
Nil all the time... why??


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 do I use the sumif if I have multiple criteria (i.e. greater . Kellyatisl Excel Worksheet Functions 3 June 4th 06 06:33 AM
Counting the number of cells meeting conditional formating criteria Jeff Excel Worksheet Functions 4 July 9th 05 01:18 AM
SUMIF using VLOOKUP as criteria Telly Excel Worksheet Functions 1 February 18th 05 10:17 PM
"criteria" in a sumif refering to the value in another cell mark Excel Discussion (Misc queries) 1 January 31st 05 07:39 PM
Can I use a cell reference in the criteria for the sumif function. Number Cruncher Excel Worksheet Functions 2 November 4th 04 07:52 PM


All times are GMT +1. The time now is 07:02 AM.

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"