Hi all,
I'm struggling to get a formula to work that can return the number of projects that start within the next 4 weeks. In the main sheet we have a project type column and a project start date column. In the following formula Smartsheet range 1 is the project type and Smartsheet rage 2 is the start date:
=COUNTIFS({Smartsheet Range 1}, "Project type 1", {Smartsheet Range 2}, <=DATE+28)
I have also tried:
=COUNTIFS({Smartsheet Range 1}, "Project type 1", {Smartsheet Range 2}, <=(DATE+28))
I can get it to work with a set date:
=COUNTIFS({Smartsheet Range 1}, "Project type 1", {Smartsheet Range 2}, <=(DATE(2025, 3, 30)))
but I want this to work out the live number of projects so I can add a graph in a dashboard that will constantly update, so need the date to be the current date moving forwards. The above formula will only give a snapshot on that particular date.
Any help would be much appreciated.
Cheers,
Kirk