I tried using a formula created by the Generator, using cross sheet references to pull the data into our metric sheet, and received several errors. We would like to receive an average capacity percentage for an individual PM; the Generator provided the formula below, but if I inserted sheet references in lieu of column names it returns Unparsable.
=IF([IM Lead]@row = "Amanda", AVG([Jan '24]@row:[Dec '24]@row), "N/A")
If I use and AVERAGEIF formula with the sheet references, I get closer with an Incorrect Argument error. I feel like I need an @cell or @row somewhere, but when I try to throw that in it becomes Unparsable. Which is making me think this may be impossible...