I have a summary field which uses an INDEX/MATCH pair to pull the timeline variance of a project target:
=-INDEX(Variance:Variance, MATCH(true, [Project Target]:[Project Target]))
The formula works perfectly in when viewed in the sheet, but returns #INVALID OPERATION when pulled into a report. If I open the sheet to view the output, then reload the report, the error disappears and the value is shown. However, this regularly returns an error if I open the report on its own.
My thought is that this is an error with the new baseline functionality, as I am able to use the same formula above to pull from columns other than "Variance" without issue.
Any help on this would be appreciated.