G Gitz New Member Joined Dec 18, 2005 Messages 10 Dec 18, 2005 #1 Hey. I'm a little noob at this but how can I make a counter that counts how many rows in a table that meets my 2 or 3 criteria. the criteria will be put in 3 different cells over the table?
Hey. I'm a little noob at this but how can I make a counter that counts how many rows in a table that meets my 2 or 3 criteria. the criteria will be put in 3 different cells over the table?
N Nogslaw Well-known Member Joined Jul 9, 2004 Messages 904 Dec 18, 2005 #2 Does it need to meet all 3 criteria, or count it if it meets any of the three criteria? And what are the 3 criteria?
Does it need to meet all 3 criteria, or count it if it meets any of the three criteria? And what are the 3 criteria?
barry houdini MrExcel MVP Joined Mar 23, 2005 Messages 20,825 Dec 18, 2005 #3 Welcome to the board Sounds like you may want SUMPRODUCT, e.g. =SUMPRODUCT(--(A1:A100="x"),--(C1:C100="y")) counts rows within the range where both criteria are met.
Welcome to the board Sounds like you may want SUMPRODUCT, e.g. =SUMPRODUCT(--(A1:A100="x"),--(C1:C100="y")) counts rows within the range where both criteria are met.