Counting number of dates in a column earlier than today

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Please can someone advise me on the formula I require for this problem.

I would like to calculate the number of dates in a specified column, that
equal to the current date or the date has passed.

Any suggestion will be greatly appreciated
 
Hi,
Try
=COUNTIF(G:G,"<="&TODAY())
Will return the number of dates in column G that are =< today
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top