View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme[_3_] Bernard Liengme[_3_] is offline
external usenet poster
 
Posts: 1,104
Default COUNTIF Function issue

=SUMPRODUCT(--(A1:A60<TODAY()-90))
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Gweduc" wrote in message
...
I need to make a count if function which will count the cell in a column
if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column of
60 dates I need to know how many of those dates are more than 90 days old.
Thanks in advance for any help