Best Of
Re: Formatting issue with my rowID field, anyone notice anything like this before?
Ok, I like it. Picasso!
Thanks so much @KPH!!! I used the forward slash formula that you shared and this looks infinitely better than what I had before for these ROWIDs!!!
=Account@row + "- " + SUBSTITUTE([Story Category]@row, CHAR(10), "/") + " [Look " + [Look Number]@row + "]"

Re: Formatting issue with my rowID field, anyone notice anything like this before?
That is excellent. If you want to have all the options from the multiselect on one row you could replace the line break with a space (or something else) using the SUBSTITUTE function:
=Account@row + "- " + SUBSTITUTE([Story Category]@row, CHAR(10), " ") + " [Look " + [Look Number]@row + "]"
This would use a forward slash instead of the space - you can use anything you like.
=Account@row + "- " + SUBSTITUTE([Story Category]@row, CHAR(10), "/") + " [Look " + [Look Number]@row + "]"

Re: Change How Dependencies Appear? - Would rather see task title vs row number
Coming back to say that this worked EXACTLY as I was picturing. Thank you so much Jessica!

Re: Unhide specific columns on a sheet
This + Grouping Columns is fundamental for the larger sheets, particularly those in finance / budgets which have commonalities across sections and also a lot of helper columns which typically are hidden!

Re: Help with "Syntax not quite right"
If your formula above works, go for it!
Here's an alternative:
=IFERROR(IF(AND(Hierarchy@row = 1, CONTAINS("Travel Week Start Date", DESCENDANTS(Task@row))), INDEX(DESCENDANTS([Start Date]@row), MATCH("Travel Week Start Date", DESCENDANTS(Task@row), 0)), PARENT()), PARENT())
Shout out if you need any help with anything.
Kelly

Re: Community Corner Newsletter [January 2025]
@harocha So happy you were able to join Jumpstart. I hope you found it informative and fun!

Re: Amazing Jumpstart 2025 session!
Glad you joined us and enjoyed it! Thanks for coming and thanks for your lovely feedback! 😍

Re: February Question of the Month - Join the conversation and receive a badge
If you could create a new badge in Community, what would it be?
"Multi-tab Master" For those who have 12+ tabs of Smartsheet open at any given time!

Re: February Question of the Month - Join the conversation and receive a badge
I'd introduce a badge for users based on the number of Smartsheet assets they create or own.
Something like Creation Commander
For example, badges could be awarded at milestones such as 10, 100, 1,000, 2,000, 3,000 assets, and so on.
This would be a fantastic way to recognize and celebrate the contributions of our community members in their respective companies.

Re: February Question of the Month - Join the conversation and receive a badge
I would suggest a group of people specific to helping others with formula — such as The Formulators!
