Leave blank if date is in the future

I'm wanting a cell to be blank if the month is in the future (highlighted cells below) but once we are in that current month to start counting. Right now my formula is pulling from our master page and counting all the entries with in a certain time period but not sure where to go from there.

=COUNTIFS({Created}, <=DATE(2022, 3, 31), {Created}, >=DATE(2022, 3, 1))


Best Answer

Answers