Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're using xl2007, look at =countifs().
In any version... =sumproduct(--(a1:a99="final"),--(b1:b99=14)) Adjust the ranges to match--but you can't use whole columns (except in xl2007). =sumproduct() likes to work with numbers. The -- stuff changes trues and falses to 1's and 0's. Bob Phillips explains =sumproduct() in much more detail he http://www.xldynamic.com/source/xld.SUMPRODUCT.html And J.E. McGimpsey has some notes at: http://mcgimpsey.com/excel/formulae/doubleneg.html KiltedPhotography wrote: Two seperate functions I'm having problems creating. First, I need a COUNT of the number of cells meeting TWO sets of criteria. For example, "column A=final" AND "column B=14". Seperately, I also need a sum of values in "column C" for the same conditions above. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple Criteria, Count If, Sum Product to get count across range | Excel Worksheet Functions | |||
multiple criteria for count if | Excel Discussion (Misc queries) | |||
Count Multiple Criteria | Excel Worksheet Functions | |||
Multiple Count Criteria | Excel Worksheet Functions | |||
I need to count while using multiple criteria | Excel Worksheet Functions |