Hi,
I am trying to capture a monthly snapshot of project health. I created an automation to copy rows to a "Helper Sheet" 1x per month and record the snapshot date. I even translated the snapshot date to a numbered month to try to make the formula easier (no luck).
I created "Monthly Snapshot" sheet where I am trying to write a formula to pull the status from the helper sheet based on the date & project id. I am either getting an incorrect argument or unparseable error.
Formula and screenshots below.
Helper sheet:
Monthly Snapshot sheet:
Formula:
=IFERROR(INDEX(COLLECT({Schedule Health}, {Project ID}, [Project ID]@row, {Snapshot Month}, 8))))
I've tried a few variations but am having no luck. Help!