View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
SteveG SteveG is offline
external usenet poster
 
Posts: 1
Default Need help on countif and sumif function with dates and wildcard characters


Try SUMPRODUCT,


=SUMPRODUCT((A1:A6="Open")*(MONTH(B1:B6)=8))

Change the "Open" to "Closed" to count the closed. If you want to see
a different month then change the 8 in the formula to the corresponding
month # (Jan=1,Feb=2,Mar=3.....Dec=12).

HTH

Steve


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