Hi Smartsheet Fam,
I have the below sheet:
I have a second "helper sheet" that looks exactly like this with a rule set up: any time "MVE Increase Recommended" changes to "yes", copy the row to the helper sheet. I have this set up so I can capture a snapshot of the person who updated the "MVE Increase Recommended" cell based on the "Modified By" data and return the "Modified By" value in the "MVE Increase Recommended by" cell.
See here for more details on the helper sheet by @Andrée Starå : Lock or Store Date/Value Solution without using Zapier — Smartsheet Community
I don't understand why I'm getting the #INVALID DATA TYPE error.
This is my function: =IF([MVE Increase Recommended]@row = "yes", INDEX({Modified by}, (MAX(COLLECT({Modified}, {KLG Matter Number}, [KLG Matter Number]@row), 0))), "")
The data I'm asking it to return is the "modified by" data, which I'm assuming is either text/number or contact. I've changed the column type in the "MVE Increase Recommended by" column to both of these types, and I'm still receiving the same error. I've tried changing the column type for the "MVE Increase Recommended by" column to every single column type, but I'm still getting the same error. Is the problem that the formula contains a reference to a date field?
Bottom line: I need to return the individual's name in the modified field based on the most recent modified date in the helper sheet.@Andrée Starå