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
My current formula is below. I would like to update this so that I only get a total of those that have been Quoted and have a timeframe data of 2025. How do I add this extra filter into the formula? =SUMIF(Status:Status, "Quoted", [Est. GP]:[Est. GP])
I'm not able to "view by" a field that I have in my sheets - Quarters (Q1, Q2, Q3, Q4) - in my report. I think it is because I have used a formula to calculate the quarters in my sheets. Does anyone know a way to get a formula based field on the dropdown for view by in my report?
=SUMIFS({GM Compliance Trained}, {GM Compliance Training Dept}, Department@row , {Compliance Training Date}, MONTH(7, 8, 9)) GM Compliance Trained is the number of employees trained. I am trying to sum the number of employees trained in each department during 3rd quarter (July 1-Sep 30). Thinking I need an IFERROR in there…