-
Allow Adjusting Baseline for Individual Tasks (Row-Level Baseline Reset)
Idea / Feature Request I’d like the ability to adjust or reset the baseline for a single task (or selected tasks) instead of having the baseline feature work only at the entire-sheet level. Right now, “Set Baseline” and “Reset Baseline” apply to the whole sheet. On certain projects, especially in construction, only certain…
-
Time Reporting Against Projects
We are looking for a simple method of capturing daily time by hours or percentage for resources that are assigned to various type of initiatives. Reporting of this time is at a initiative task by week, by month, by quarter, etc. We've tried: Timesheet (Grid) by day: Create a sheet for each resource with the initiative as…
-
Forms only for new row items?
Hi Can you utilize forms to make data entry easier into a row that already exists?. For instance, if I have pre-populated a sheet with 100 rows/items can I use a form to update certain columns in these rows…to make columns with multiple lines of text easier to enter? Many thanks Matt
-
Recent User Subscription Model / Seat Type Changes Have Broken Cross-Company Collaboration and Project Transfers
I wanted to share some real-world feedback on the recent changes to seat types and the User Subscription Model (USM) that rolled out for company/enterprise accounts. Previously, we could easily collaborate with partner companies. We would share workspaces or sheets, add their team members as Admins (or Editors with full…
-
Web Content Widget- Matterport
As Smartsheet continues to grow as a leading platform for project management, the inability to natively embed Matterport 3D Tours via the Web Content Widget represents a significant gap in professional workflow efficiency. Currently, Matterport is not on the allow-list of domains supported by Smartsheet widgets, which…
-
New portfolio feature for Enterprise customer and archiving projects
Smartsheet has new features for portfolio management for Enterprise customers and we are evaluating the feature. So far, it is great but I am wondering how to archive projects once completed? There doesn't seem to be an option and deleting the project is not an option. Any ideas on what to do? thanks, Francis
-
Adding a Date to the title of a weekly pdf Report
Hello! I have a client asking if we can add the current date to the Title of a weekly cadence Report we send them every Monday. We have this set up to send as a PDF attachment and while I see the date/time stamp in the actual attachment sent, I cannot find a way to get that date to auto pull in the Title. Any ideas?
-
Checkboxes not showing after mobile update
Just wondering if anyone else experiencing this issue? The checkbox cells would normally be an empty checkbox but update the recent mobile app update, they would disappear on any column with checkbox type, specifically on sheets and reports, dynamic views is good. This is only happening on mobile app, browser works fine.
-
Sign up form limit how many times a drop down value can be chosen possible?
Hi, im trying to create a sign up sheet for an event through smartsheet form. is there a way to restrict how many times a value in a drop down can be selected? for example, if my sign up sheet ask user to sign up to a certain date and time slot, i would want to restrict how many times a particular dat and time slot (value…
-
Trying to build a helper column to identify duplicate values but the cell value returns "NO MATCH"
I am trying build a helper column which will be ticked if the value under the column PROP_CD has a duplicate. I am currently using this formula =IF(COUNTIFS([PROP_CD]:[PROP_CD], [PROP_CD]@row) > 1, 1, 0), but all the cells return error "NO MATCH" Would appreciate any help or insight…