Sign in to join the conversation:
Does anyone know if there is a way to produce a report or a list of rows whereby Column A has changed in the last n number of days? I'm trying to produce an exec level weekly report of key projects whose end dates that have changed in the last week.
You would need to include a date type column where users can enter the date that they changed the data in Column A. If Column A is the only column that would be changing once a row is put into place, you could use a system generated Modified (date) type column.
Unfortunately though, if there are other columns in the row changing, the changes would have to be manually date stamped as there is no feature (yet) that allows for an automatic date and/or time stamp of a specific action.
Thank you, Paul. We are playing around with using the sys gen mod date field but as you pointed out, many other columns on the row can also be changed.
You may be able to use a 3rd party app such as Zapier or possibly the Smartsheet API to pull the date/time stamp for a specific action within a set column, but otherwise since multiple cells within the row are changing, you would need to have users manually enter the date/time of the change.
I am not very familiar with the API (at all). I do know though that Zapier links to Smartsheet very easily. I am not sure of exactly the setup you would need within Zapier to accomplish this, but it is generally pretty user friendly.
Hi Mary,
The third-party service, Zapier is an excellent option for this scenario. Is that an option for you?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hi there, I've created a sheet to where my team is tracking information received. In one column, we are logging the date and time information came in (ie: November 21, 2025 8:30 AM). I would like to add a checkbox column, with a formula specifying that the box be checked if the logged time is AFTER 8:30 AM, and left…
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…