-
February Question of the Month - Join the conversation and receive a badge
Happy February Community, What I learned from last month’s question is that you set the coolest goals, the Community is full of travelers, and we all want to visit Alaska, and Japan! I’m wishing you the best with your bucket list items, and I took note that you want me to check in on your progress mid-year. 😉📝 Ready for…
-
Introducing the newest Community Champions! 🏆 [January 2025]
If you attended one of our Jumpstart 2025 with Community parties last week, you've already heard: We have new Community Champions joining the program! I'm so excited to introduce you to them, as each one has been not only a star in the Community, but they also bring their unique perspectives and skills to the group. Please…
-
Community Corner Newsletter [February 2025]
Hello neighbors, It's been a while since I last wrote to you personally, I've missed you! I hope you are enjoying another edition of our Community Corner. Many thanks to @Arsineh, our Community Director and the author of our last edition where she told us about her travels to Italy and Switzerland, what beauty! If you…
-
Smartsheet has been recognized as a Leader in the 2024 Gartner Magic Quadrant for Collaborative Work
Hello Community, Did you hear the great news? Gartner recognized Smartsheet as a Leader in the 2024 Magic Quadrant! Not only was Smartsheet recognized as a Leader in Collaborative Work Management for the second year in a row, but we were also recognized with a Gartner Peer Insights ™ ‘Customers’ Choice’ distinction for…
-
Keep unlocking possibilities with Smartsheet AI tools
Hello Community, We are happy that so many of you tried Smartsheet AI tools during the promo time, and had great things to say about them. Learn how other customers benefited from our AI tools here, and get inspired by their stories! Loved Smartsheet AI tools, and what to continue unlocking possibilities with them? You can…
-
SmartStories - How has Smartsheet helped you advance your career?
Hello Community, SmartStories is back, highlighting the voices of the Community. This time around, the members are sharing how Smartsheet has helped them advance in their careers. Check out the video below, and get inspired by their success stories! Shout out to the Community members featured in this edition: @Darla Brown,…
-
DocuSign Integration/Generate Document Mapping Error
Hi all, I have been added into a Dynamic View Survey where I have to "Generate Documents" via Docusign. I go through the entire process successfully up until I select the DocuSign Template I want to use. These are the steps I take below: I go into Smartsheet > click on the survey sheet in question >click on the third row >…
-
Cross Sheet References Disappeared to original sheet
This discussion was created from comments split from: All cross sheet references randomly removed from sheet.
-
Automated email to Contact in a Cell
Hello, Is there a workaround to send an automated email (box check) to a contact in a cell, but its not a contact column, rather than a formula column? many thanks!
-
Dashboard access issues
Hi all, I have a number of organisational dashboards set up. When I use the "only available to users on the same Smartsheet plan" publish option, I have constant access issues with colleagues not being able to open it and having to send requests, in spite of the fact that they are all in the account user list. Am I missing…
-
Calculating Time Duration
Hello everyone - I would appreciate some assistance with calculating time. I have been through the 19 page discussion on time and have tried multiple formula combinations, but cannot seem to resolve the specific issue I am having. Basically, I need to be able to automatically calculate the hours and minutes between various…
-
Primary Columns in Grouped Reports: change label locations and move column
A report must use a sheet’s primary column and the primary column must be in the first report column. Labels for report groups are displayed in the report’s primary column, so if you don’t want to view the primary column in the report, or hide the primary column, then the groups’ labels will be hidden. If you copy the rows…
-
Rollup a row from any of our projects to a Unified Sheet
I would like to add a helper column to our projects and if that column has a checkmark in the column - copy the entire row to another created- central project sheet so that I can view it as a Calendar View of major tasks. So each respective PM can select a row that is worthy of rolling up to show this in the Unified…
-
If = 0, return a Blank or ""
I'm using the below to count different types of calls we receive, by person, by month. If a person gets none of those calls in Jan for instance I want it to return a blank, not zero. I tried IFERROR as below but that did not work. Thanks! =COUNTIFS({2025 Call/Email Log Recipient}, ="Bob Flowers", {2025 Call/Email Log…
-
How to change auto number formula when value changes in a column
Hey! It's my first time posting here, and I really hope someone can help me! 😄 I have a formula which I'd like to modify. I will explain what I have and then how I'd want to change it. I have a formula that auto-numbers indented rows, and resets the count to 1 for every parent row, like this: → RowId column that is of type…
-
LEN() command in an Intake Form
Am I able to show a field on my Intake Form based on a column length. I have the following working on the sheet column =IF(LEN([Short Description]@row) > 15, "Too many characters", "") but I would like another field to show if the Short Description has a length greater than 15. I have a field called Validation Check that I…