Thread: Countif & "AND"
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ronnomad ronnomad is offline
external usenet poster
 
Posts: 47
Default Countif & "AND"

I have two columns of numbers but some cells in both columns are blank. I
only want to count the blank cells in one column if the corresponding cell in
the second column has a number. I have written the formula:
=COUNTIF($F$6:$F$3000,AND($F$6:$F$3000=0,$G$6:$G$3 0000))
but get no answer. Help.