Link to home
Start Free TrialLog in
Avatar of Asatoma Sadgamaya
Asatoma SadgamayaFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Number of dates greater than a given date

Hi

How can i count number of dates greater than a given date in excel, using excel function(countif)?

Thank you
Avatar of Roy Cox
Roy Cox
Flag of United Kingdom of Great Britain and Northern Ireland image

I would put the date  that needs to be compared in one cell then use this formula where A1 contains the date and A3:A11 is the date range to check. Obviously adjust the ranges

=COUNTIF(A3:A11,">"& A1)

You can put the date into the formula but my suggestion is more flexible.
ASKER CERTIFIED SOLUTION
Avatar of Subodh Tiwari (Neeraj)
Subodh Tiwari (Neeraj)
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Asatoma Sadgamaya

ASKER

Thanks subodh. That did work for me
You're welcome Asatoma!
My formula is the same but different ranges!