Count number of cells whose date is less than 24 months old?
Column A contains cells of different dates. I want to:
use conditional format to change the background color of the cell to red when it is at least 1 years old
have a cell that contains the number of cells in Column A whose dates are less than 24 months old
The former seems straightforward, but how would one implement the latter?