I have built a dashboard sheet that references information on other sheets that are updated by refreshing queries against TFS.
At times (but not always), my dashboard cells will bang out to #VALUE! because my formula
=COUNTIFS('Sheet2'!$A$3:$A$5000,$B4,'Sheet2'!$K$3:$K$5000,F$3)
becomes...