View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default COUNTIF formula multiple text exclusions


You could use this.

=SUMPRODUCT((A1:A100<"N/A")*(A1:A100<"NA")*(A1:A100<"DI")*(A1:A100<" "))

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=547599