Latest Modified Date/Modified by Formula
Hello
I need help on a formula tracking when a particular person has modified a sheet.
I have 25 project plans that I am admin for. I need to find out when the last time the project manager updated their plan. I have the following formulas running against the Modified and Modified By column. However, I need to update the formula so that I can return the last time the sheet was modified by a particular person or have the formula exclude my email from the formula.
Last Date Modified
=MAX(COLLECT(Modified:Modified, Modified:Modified, ISDATE(@cell)))
Last Modified By
=INDEX(COLLECT([Modified By]:[Modified By], Modified:Modified, MAX(Modified:Modified)), 1)
Answers
-
You would add another range/criteria set within the COLLECT function looking at the [Modified By] column and the criteria being that specific email.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!