View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default counting unique values of text

For this:
.. count the number of A's in column B that don't equal "FALSE" in column A?


Try: =SUMPRODUCT((A1:A5<FALSE)*(B1:B5="A"))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---