View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
daddylonglegs[_39_] daddylonglegs[_39_] is offline
external usenet poster
 
Posts: 1
Default COUNTIF with two colunms


You can't use whole column references with SUMPRODUCT, switch to
something like

=SUMPRODUCT((A1:A100="car")*(B1:B10010)*(B1:B00<4 0))


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=546445