I'm sorry if the answer to my question is available. I could not find information about automating a scheduled update criterion included in a formula.
For a monthly dashboard, I created a series of formulas to count the number of topics at various development stages, total days in each stage, and the cycle time between each of the stages, such as from request date to publication date.
To avoid updating multiple formulas each month, is it possible to add a function to automate criterion to display the current month, the current month -1, or the required month based on information updated in one located each month?
Here is a formula example:
=COUNTIFS PubMonth:PubMonth, "4", PubYear:PubYear, "2018"
Thanks!