Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I use the Card View for quickly creating tasks and tracking their status/state. I'm trying to see if it's possible to take this further and populate the Start Date and End Date fields when the task first enters a specific state. See screenshot attached.
No, timestamping is not a function of Smartsheets at this point. It would be great to have this functionality so I suggest submitting a Product Enhancement Request.
This could be done with Zapier, if your Dependencies are not enabled.
See this post for some ideas:
http://ronin-global.com/2016/12/11/smartsheet-fixed-date-upon-completion/
Craig
Submitted. Thanks!
I've also run into this post here discussing how it could be done via formula. The main issue with that methodology is that any new entries would have to have that formula manually put in each time.
You're welcome.
why cant this be done with a ghant chart?
Hi bbuck, the issue with that formula that I originally posted --- is that the formula for today() will always update the date to the current day whenever the sheet is opened. The Today() formula always displays the current date. So that post is not a working solution.
Not sure what to title this, because it's not really Cell Linking the way we talk about it with Smartsheet… I have two sheets, Project Sheet has project rows and a column that lists animal species impacted (currently text, but could be multi-dropdown if that helps?). The second sheet (Species Sheet) has "more info" on…
I am trying to find a way to look at text fields and automatically remove date and time stamps plus employee names. Any recommendations on identifying and removing text strings that meet the below formats: YYYY-MM-DD HH:MM:SS.SSSSSSS ####### [Employee Name] YYYY-MM-DD HH:MM:SS.SSSSSSS ####### [Employee Name] We have a…
Hi All, I'm working on a formula that is evaluating three columns of data: 1) EOY Target Weighted MWh 2) Forecast Weighted MWh 3) Increase/Decrease (to determine if the goal for the year is to increase or decrease the MWh) Here is my current formula: =IF([Forecast Weighted MWh]@row = [EOY Target Weighted MWh]@row, "On…