Is it possible to write a formula using the date that a cell was last amended?
Unfortunately the only thing that can be used this way is either the Created date or the Modified date type columns.
The Modified date would work if that was the only cell in the row being updated, but if anything else updates (to include a formula result) it will reset the Modified date.
Other than that, manual entry of the date would be required.
That's a shame. Thanks anyway.
Is it anything we might expect to see in the future?
I certainly hope so. I have seen it requested quite a bit here in the community. You may be able to find a 3rd party app to pull the time/date stamp from the cell history, but that's just a guess at this point.
Thanks Paul!
Sure thing. Sorry I couldn't be of more help. Hopefully you get it figured out.
Hi All, I keep getting this annoying error when I try to trigger a PDF generation. I initially set up to trigger the PDF generation to kick off once the last field the needs data is "not blank". That is when the error started. I modified the sheet and added a yes/no drop down to trigger the PDF generation when the value in…
Hello Smartsheet Community! I created a formula that tracks the number of days away from the deadline that I posted on my dashboard as a visual for my students. =IF([Deadline Date]@row < TODAY(), "🔴 Past Due (" + ABS([Deadline Date]@row - TODAY()) + " days ago)", IF([Deadline Date]@row = TODAY(), "🟠 Due Today",…
Hello, I am trying to get this formula to work but am not having any luck. When I remove the last @cell….text below the formula works great. When I add it in I get an error. Any ideas? =COUNTIFS([ACCT READINESS STATUS PLV]:[ACCT READINESS STATUS PLV], OR(@cell = "PENDING LOCAL CAH", @cell = "ADDITIONAL REVIEW NEEDED LOCAL…