Hello,
I am trying to pull some numbers from a list of past projects that have completed from certain years.
The formula i have will pull from the current year. I need to know how to pull from 2024 and then in the future I will pull from 2025, etc. I have tried changing some parts, but it will not work. Thanks!
=COUNTIFS([Project Status]:[Project Status], "Completed", [Date Completed/Archived/Declined Project List]:[Date Completed/Archived/Declined Project List], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))