Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need the functionality of COUNTIFS but for Excel 2002. I don't want to sum
but rather count. Below is the formula I would use if I had the COUNTIFS function. =COUNTIFS(A3:A7764,"PGA",J3:J7764,"x") Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=sumproduct(--(a3:a7764="pga"),--(j3:j7764="x"))
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 Task Database Nightmare wrote: I need the functionality of COUNTIFS but for Excel 2002. I don't want to sum but rather count. Below is the formula I would use if I had the COUNTIFS function. =COUNTIFS(A3:A7764,"PGA",J3:J7764,"x") Any suggestions? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NZ function equivalent in Excel | Excel Worksheet Functions | |||
Excel 2007 countifs function problem | Excel Discussion (Misc queries) | |||
Lotus 123 @nsum function equivalent in excel(?) | Excel Worksheet Functions | |||
translating countifs function to Excel 2003 | Excel Worksheet Functions | |||
What is the Excel equivalent of the CELL function? | Excel Worksheet Functions |