View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Esrei Esrei is offline
external usenet poster
 
Posts: 21
Default Why count if does not work

I have a list of dates in clm A

I want to count the amount of dates that is smaler than today.

countif(A3:A19,"<today()")

gives me a 0 answer

Thank you