Thread: Counting Dates?
View Single Post
  #1   Report Post  
Aviator
 
Posts: n/a
Default Counting Dates?

=COUNTIF(A1:A100,"<" & NOW())

This works good for specific cells. I have a similar question.

How would I do the same thing given that:
1) You only have a starting date
2) Your only wanting to count work days (in this case 4 day/wk) up to NOW()

Thank you for all your help.

Aviator