View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
dmc0409 dmc0409 is offline
external usenet poster
 
Posts: 1
Default Count Rows when certain conditions are met

I am trying to calculate the total number of rows in a table where certain
conditions are met. For example, to put in plain English:

count row 8 if k8=X and n8 = x
count row 9 if k9=x and n8=x
count row 10 if k10= x and n10=x
and so forth....to row 32

Total number of rows where this is true________

Thanks.
DMC