I am trying to build a UI using Google scripts to display the changes made to any given row.
In other words, I want to capture a list of modified date, modified by and what was changed in a row if any cell in the row was updated.
You *can* make requests for Cell History, but they are expensive and can sometimes take a long time to process. It is much more efficient to use webhooks on the row to flag you when a row has changed. https://smartsheet-platform.github.io/api-docs/#webhooks
I want to push the latest status log sheet entry to the dashboard. I have added working columns for the last date, recent value (0 or 1) and recent status (text field). The recent columns are blank except for the most recent data rows (that part of the sheet is working). I have a project metric sheet template across topics…
Hi - I am trying to figure out how to create a SUM of the Total Project Time aligned to each PM for all of their projects. On my master sheet I have the Resource Type, Resource Name, and a Helper Column for Time. The Helper Time is an estimated allotted time based on the timeframe of the project. Example: <3 months = 25…
I have a report where I need a formula to figure out time duration. For example, employee starts at 8:00 am and ends at 9:00 am, I need the next column to tell me 1.00 to indicate he worked 1 hour. I will be using military time throughout this sheet.