View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
rsenn
 
Posts: n/a
Default Using Countif with multiple criteria in the same column.


Assuming you want a count of "Ted" plus "Bob" you could use a formula
similar to this.

=COUNTIF(C14:C19,"Ted")+COUNTIF(C14:C19,"Bob")


--
rsenn
------------------------------------------------------------------------
rsenn's Profile: http://www.excelforum.com/member.php...o&userid=29050
View this thread: http://www.excelforum.com/showthread...hreadid=492933