I am working on a max formula that I can't seem to figure out how to set up the criteria.
Background:
I have a sheet (Intake Sheet) that is gathering project health data on a weekly basis via update request. Each week after it is collected, every row gets copied to another sheet (Historical Intake) so always have a historical copy of what the health was each week.
I am trying to write a formula on the Intake sheet that looks at the Historical intake to pull in the previous week's health to see a comparison. I know I can use the Created Date to pull in the most recent date, but I also have to look at the project ID to match, and with the goal of getting the health RYG returned.
Here is what I have:
=MAX(COLLECT({Intake Sheet Historical Project Health}, {Intake Sheet Historical Created}, "THIS IS WHERE I"M NOT SURE WHAT TO PUT", {Intake Sheet Historical Trends ID}, ID@row))
how do I put in the collect formula to collect the most recent?
Or do I have this formula all wrong and is there a better way to do it?
Thanks in advance!