I have many formulas that use a default value if they return an error from an Index/Match. Well today during a meeting everything was returning a default value. I went to troubleshoot after the meeting and slowly the Index/Match values are starting to appear if I manually save sheets with the source data.
=IFERROR(INDEX({Summary AccountName}, MATCH($Account@row, {Summary Account}, 0)), DefaultDesc@row)
I did just move large amounts of data from multiple sheets to other sheets. Maybe forumla recalulation is metered so as to not impact overall performance?
Thanks for your thoughts. Mike