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
Have any of you created a Smartsheet that would show the savings for a project by the month? In other words, if I saved $1200 annually and the project ended in say March, then the savings would go $120 per month, Mar 2025-Feb 2026. I have done it on Excel sheets manually, but I think there should be a way to do it with…
Hello team! Hope you all are having a wonderful holiday season. I am trying to set up an automation that will send an email reminder one time when Next Update Date = 60 days, then another automation at 30d, etc. The key is I only want it to send the reminder one time when Next Update threshold is reached. Is this possible?…
Has anyone found a workaround for sharing Smartsheet reports externally without giving access to internal data? I currently have to download the data and transfer it onto excel to create a pivot table for our client and I want to find an easier way to do so. I also already create a dashboard for our client, but I wanted…