Return user name for latest date created
Hello,
I have a sheet that populates from entries by a form. I would like a formula that tells me the name of the user on the very latest entry. I've tried various combinations but can't seem to get the right one that returns the users name. Could someone please assist me?
I have a User Column, Created Column (auto generated).
Thanks
Best Answer
-
You can do something along these lines
=JOIN(COLLECT(NameColumn1:NameColumn1, DateColumn1:DateColumn1, MAX(DateColumn1:DateColumn1)))
Answers
-
You can do something along these lines
=JOIN(COLLECT(NameColumn1:NameColumn1, DateColumn1:DateColumn1, MAX(DateColumn1:DateColumn1)))
-
Thanks Ross. That works perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 416 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!