Hi I am trying to return a count of dates between two dates that will move based on todays date, I have tried umpteen different approaches but cannot get the sheet to return a valid answer.
=COUNTIF(MigrationDate1:MigrationDate3, >TODAY() <= TODAY(+7))
19/08/20
19/08/20
05/08/20
The answer it returns is 3. I would have expected it not to count 05/08/20.
Seems like a really simple calculation but i cannot get it to work. Any help appreciated.