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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!