-
Text Wrapping on Report Group Headings
It would be very helpful to have text wrapping on the headings that appear when you 'group by' on reports. In our case, we group some reports by project name as this is most intuitive for the users of the reports. These project names can often be several words long, and it looks really untidy when half the project name…
-
Customizing Views
Is it possible to customize views? For example, we work in grid view 99.9% of the time because when I choose any of the other views, such as timeline, card, calendar, etc, I can't see the client name & due date columns. There is no option to customize what data I want to see. Am I missing something?
-
How to make a Static Sheet Form for Multiple Cells?
Basically I have a questionnaire template for projects that I created that I need as a sheet to allow people to enter scoring rubrics and comments into a master sheet, but the projects need their own static sheet in each cell of the master sheet. Is there an easy way of doing this without having to create a million copies…
-
Create and manage fields in board view, now generally available!
January 23, 2026 Users can now create, update, and delete fields directly from board view. This goes beyond what’s currently available in card view, giving board view users greater flexibility and control over their sheets, without needing to switch back to table or grid view. To get started, click the “Fields” icon on the…
-
February Question of the Month - Join the conversation and receive a badge
Hello hello Community! We’re one month into 2026, and you’re already bringing your best into the new year. In January, we all got together and shared the new ideas we want to explore this year, and I was pleasantly surprised to see so many of you want to master Bridge. Taking note. 📝 Now who’s ready for our next question?…
-
DataShuttle Error: "Your workflow maps columns that no longer exist."
Hi all! I'm trying to offload data from a Smartsheet grid to an Excel file on our SharePoint (sadly I need the info to be in Excel in order to integrate the data with other software). Each time I try, I get an error message that says "Your workflow maps columns that no longer exist. Please refresh your mapping to remove…
-
Calculate days remaining until task due date
I'm trying to calculate how many days remain until a task's Due Date, but only if the Status is not "Complete." If it's complete, I want the cell to stay blank. What formula should I use?
-
New license model query
Our organisation uses Smartsheet on projects with our clients. The beauty of Smartsheet is (was) that we could collaborate on things with any number of people without the clients having to worry about additional license costs. We, as owners of the project (smartsheet) resources, have full paid licences. I need to clarify…
-
AVERAGEIF with OR function
Hi — I'm trying to write a formula that captures the average of the CD column only IF it's in the CD, permitting, or construction phase. Below it only has 2 of the phases; i'm not sure how to incorporate the third. My current formula is giving the #INVALID DATA TYPE error: =AVERAGEIF(OR({Metric.Phase}, "5.Permitting",…
-
Formatting Values with Join Collect
Hello! I had used a join/collect formula to pull the data from another reference sheet. I need help formatting the money and the percentages. Here are the formulas I used: =IFERROR(IF(AND($[Primary Column]@row = "Include", COUNTIF({ACT_Vendor Name}, $Vendor@row ) > 1), "$" + JOIN(COLLECT({ACT_Total Contract}, {ACT_Vendor…