![]() |
|
#1
|
|||
|
|||
|
I trying to figure out the best way to go about this situation. I have multiple certification dates that must be tracked. At the bottom of each column must count up all the non-expired dates. The expiration falls on the anniversary date of the date entered. |
|
#2
|
|||
|
|||
|
You mean like ...
=COUNTIF(A1:A107, ">" & EDATE(TODAY(), -12)) |
|
#3
|
|||
|
|||
|
That worked like a champ thank you. But one last thing what would the formula be for counting cells with dates in them?
|
|
#4
|
|||
|
|||
|
You're welcome.
Dates are just numbers, so ... =COUNT(A1:A107) |
|
#5
|
|||
|
|||
|
Tried that it does not work for whatever the reason. I need to be able to count the cells that have dates in them.
|
|
#6
|
|||
|
|||
|
Post an example that shows it not working.
|
|
#7
|
|||
|
|||
|
Correction, I still had the if in the equation. Thank you
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Counting unique visitors by ward, counting monthly visits by status, editing existing workbook | JaxV | Excel | 9 | 11-14-2014 12:25 AM |
one trial version expired. Can I ....
|
t-4-2 | Office | 3 | 12-06-2011 10:33 PM |
| Expired Certificate message in Outlook 2007 | tupham | Outlook | 0 | 11-15-2011 02:50 PM |
OWA Certificate Expired Issue
|
ama | Outlook | 2 | 03-18-2011 02:11 PM |
how to display expired date in red (access)
|
iffy | Office | 5 | 01-16-2011 06:28 AM |