Thread: Count Question
View Single Post
  #2   Report Post  
Cutter
 
Posts: n/a
Default


I assume you want to know if there is a "Y" anywhere in column C and, if
so, then count the number of times "A" appears in column R.

Try this:

=IF(COUNTIF(C:C,"Y")0,COUNTIF(R:R,"A"),False)


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=466941