Hi there!
I'm working on an inventory of documents. The formula I want is one that would enable me to determine the last time a resource was updated. It'll use a checkbox column.
Below is a list of what I need the formula to do. I think the bolded step is where I'm having the most trouble.
- Check whether the "Resource" value for the current item is identical to the "Resource" value for any other items. (This is because each resource ends up getting updated multiple times, so we log each update.)
- Compare the "Date Marked Completed" value for the current item to the "Date Marked Completed" value for any items identified in step 1 (This is so, if a resource was updated multiple times, I can determine which log represents the most recent update.)
If an item has a unique "Resource" value, the checkbox should display true. If an item does not have a unique "Resource" value but has a "Date Marked Completed" value which is greater than that of the other items with an identical "Resource" value, display true. If an item does not have a unique "Resource" value and does not have a "Date Marked Completed" value which is greater than that of the other items with an identical "Resource" value, display false.
Here is a screenshot showing the relevant columns.
Thank you for the help! I'm stumped on this one, and the AI formula writer isn't helping.