Best Of
Re: Form for evaluation
Using a form, you would need to set it up on a separate sheet. You can then use a formula to create a hyperlink to the form with pre-populated fields (there are a number of threads on URL Queries here in the Community to help you get started with that). One of those fields should be some sort of unique ID for the row. You would set up an alert on the main sheet to send them the link generated by the formula.
Also in this main sheet would be the answer columns and each would have formulas with cross sheet references such as INDEX/MATCH to pull the form responses back over into your main sheet.

Re: Can a SysAdmin transfer ownership of a WorkApp
Hi @io_DR
You can contact Support to help with the transfer if the user has already been deactivated. Please see the steps in the Help Article linked above:
Cheers,
Genevieve

Re: February Question of the Month - Join the conversation and receive a badge
Not great at coming up with clever names, but a series of badges recognizing proficiency with premium apps might be nice.

Re: February Question of the Month - Join the conversation and receive a badge
I think a Published Performer badge for users who create published reports, dashboards, sheets, etc., and a Distinguished Dashboarder badge for users who create dashboards. You could award it by request or by how many dashboards and published pages they are admin or owners of.

Re: February Question of the Month - Join the conversation and receive a badge
The newest badge I would like to earn is the Quarterly Topic. It would be the culmination of the discussion and deep dive into features of Smartsheet over the course of a quarter. The Badge(s) would be Q1, Q2, Q3 and Q4 for Beginner, Intermediate, Expert and EAP levels.
Some Examples:
Beginner - Basic Sheets, Beginning Formulas, Beginning Automation
Intermediate - Dashboards, Advanced Formulas, Advanced Automation
Re: Deactivate form after set # of entries/submissions OR by date
I would love to have the ability to deactivate the form after a specific number of entries. We use forms for event management and have limited space. It would be extremely helpful if the form could be deactivated automatically after a certain number of entries.

Re: February Question of the Month - Join the conversation and receive a badge
I'd love to see a Smartsheet Mentor badge, with nominations similar to the Peak Human badge process.

Re: Is there a way to generate an alert/block on Smartsheet, in case a schedule causes overallocation?
Hi Isaac, thank you so much for your detailed guide, I will try it!

Re: Smartsheet User Groups - Sign Up Today!
Hi Angie! We're working on adding more virtual sessions to the calendarโstay tuned! We're also exploring future locations, possibly in Florida!

Re: Sheet Summary with combined date fields
If your dates are in date format columns you could try the DATEONLY function.
=DATEONLY([Start Date]#) + " - " + DATEONLY([End Date]#)
If they are text you can use the LEFT function to return only the first 8 characters.
=LEFT([Start Date]#, 8) + " - " + LEFT([End Date]#, 8)
