Forum Discussion

Abzhelen's avatar
Abzhelen
Copper Contributor
Dec 20, 2022
Solved

Excel- count cells with date within the last year

Hi,    I have a database where we record compliance for training. To be compliant the date they completed the course must be within the last year, after the year they are non compliant again.    ...
  • OliverScheurich's avatar
    Dec 20, 2022

    Abzhelen 

    =COUNTIF($B$1:$B$27,">="&TODAY()-365)

    You can try this formula.

     

Resources