Not sure if anyone is experiencing this. I've created a METRICS sheet for every project that sums up counts for Task Health in order to present on Dashboard through Graphs. I'm noticing that theses metrics are NOT automatically updated unless I refresh the page a dozen times OR re-write the exact same formula again. But then there's no guarantee that will fix going forward. Just happen to notice as I spot check against project plans. Odd thing is other metric formula on the SAME sheet is auto updating as expected. Here's the Formula(s) for these three metric data that's having issues. Is there some tip to resolve or write in a way that's better? All these uses external reference sheet which is the project plan.
=COUNTIFS({Past Due}, 1, {Level}, <>1, {Level}, <>2)
=COUNTIFS({Project Plan Status}, "Completed", {Level}, <>1, {Level}, <>2)
=COUNTIFS({Project Plan Status}, "Not Started", {Level}, <>1, {Level}, <>2)