I need help to define a formula that returns the value at a column x row intersect
I modified a formula found in the community that returns the column header in row 1 but have not been able to determine how to convert that into a column reference to be used with @cell or @row to return the appropriate value. The formula is as follows…
=INDEX(COLLECT([2024-04 Forecast]@row:[2025-12 Actuals]@row, [2024-04 Forecast]@row:[2025-12 Actuals]@row, "2024-10 Forecast"), 1)
The value collected is 2024-10 F (so right column, wrong row), however what I need returned is the value 30
Error received "Invalid Value"
Your help or guidance greatly appreciated