Hello,
I stumped Smartsheet Support with this formula question:
I want to return the most recent approval status from another column based on common Project ID.
I have four columns:
Created Date - Project ID - Enter Status - Project Approval Status (Where the formula exists)
All the columns are text except for Created Date, which is Date.
My current formula is:
=IF(ISBLANK([Enter Status]@row), VLOOKUP([Project ID]@row, [Project ID]:[Enter Status], 4, false), [Enter Status]@row)
Unfortunately, this returns the first instance of approval status and not the latest one. I believe the solution involves some combination of MAX and COLLECT... There are some brilliant people in this community. Can any of you see a solution where Smartsheet Support cannot?
Thank you