View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
brian.mccreery brian.mccreery is offline
external usenet poster
 
Posts: 1
Default countifs month criteria

Hi, I am stuck trying to simplify formula. Have Excel 2007 and want to use
COUNTIFS ? to incorporate dates in column D for the current month. total rows
currently 1800
D L
02/08/2007 -1
01/09/2007 3
02/10/2007 4
04/10/2007 -3

This is my current working formula without using month

COUNTIF(L:L,"0")/(COUNTIF(L:L,"0")+COUNTIF(L:L,"<0"))

many thanks if someone can help