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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!