Sign in to join the conversation:
Hello Community,
Does anyone know of a formula that could allow me to count the dates in a column that are older than 4 days?
Hi Mitch,
Try something like this.
=COUNTIF(Dates:Dates; <TODAY(-4))
The same version but with the below changes for your and others convenience.
=COUNTIF(Dates:Dates, <TODAY(-4))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Thank you very much Andree,
The formula works very well it would be impossible to work these things out without you guys.
I do have another query for you. Do you know is it still no possible to use a formula such as =IF([Kanban Opened]8 = "true", TODAY(), "") to modify a cell when a tick box is checked with today's date but for the date to stay there and not change each day it is saved.
Thanks in advance
Mitch
Excellent!
Happy to help!
Unfortunately, the TODAY function will always update to the current date (Today's date) so if you want it to stay fixed you have to use a third-party solution like Zapier or similar or the Smartsheet API.
Is that an option?
Andrée
Hello, I have a destination sheet that is cell linked to a source sheet. The source sheet is constantly being updated (adding information, deleting information) but the destination sheet does not reflect those updates. Is there any work around this issue? Any way that the destination sheet reflects the updates real time? I…
i got this error while working , when i close it it pops up again, i even restarted the app but no use. this happened last week to but it stoppedthe next day. can summon help . Update : it now stopped, after restarting it again and popping up again it stopped.What is triggering this error .
I have a Smartsheet form that is using Dynamic Dropdowns from a "Master List" sheet to select a Name, and Site. I want to filter the Site list based on the Name selected - Is this possible?