Goal: how many open requests are older than the specified # of days old, this formula returns a result, just don't think it is the correct one as when I try to duplicate it and ask for requests more than a year old, the number encompasses ALL open projects in the last 365 days not the ones specifically older than a year:
=COUNTIFS({OPENED}, >=TODAY(-30), {CLOSED}, ISBLANK(@cell))
=COUNTIFS({OPENED}, >=TODAY(-365), {CLOSED}, ISBLANK(@cell))