-
Re: Month name from date
Hello @month01 Please try this: = IF(MONTH(Week@row) = 1, "Jan", IF(MONTH(Week@row) = 2, "Feb", IF(MONTH(Week@row) = 3, "Mar", IF(MONTH(Week@row) = 4, "Apr", I…1 · -
Re: How to remove the unnecessary commas?
Hello @Ashley Klaers Please try this: =JOIN(COLLECT([Inspected Employee's Name 1]@row:[Inspected Employee's Name 10]@row, [Inspected Employee's Name 1]@row:[Inspected Employee's Name 10]@row, <>…1 · -
Re: Update task numbers to include year reference & restart each year
Hello @Sarah_D Please try this: Create an Autonumber System Column: Add a new column named RowID and set it to Autonumber. This will automatically generate a unique ID for each row. Add the Level Col…1 · -
Re: Workflow Subscription
Hi @Vuckecucke If they unsubscribed from a specific workflow notification, you can try re-triggering the workflow to send an email. They may receive an option in the email to resubscribe. Hope this h…1 · -
Smartsheet Gantt Chart
I’d like to suggest enhancing the Gantt chart to support more complex project schedules, similar to Microsoft Project Professional or Primavera P6. Currently, Smartsheet’s Gantt chart works well for …2 ·