Formula - Completed projects in a given year
Hello,
The formula pasted below works great if I want to count the number of projects completed in a year. How can I revise the formula so that I can count the number of projects completed in 2020?
Thanks!
Answers
-
Just change YEAR(TODAY()) to 2020.
-
Try something like this.
IFERROR(YEAR(@cell); 0) = 2020
Did that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Paul Newcome Its returning an Invalid Operation message
-
You will want to remove the YEAR function completely.
-
@Paul Newcome When I did that, it returned the value 0 - the correct value should be 6.
-
@Paul Newcome I ended up using the following function to calculate the answer: {Completion Date}, CONTAINS(Helper@row, @cell))
Thank you for your assistance !
-
Happy to help. 👍️
If you completion date range was referencing an actual date, the CONTAINS function will work, but so will Andree's solution of
IFERROR(YEAR(@cell), 0) = 2020
Based on the criteria in your originally provided formula, it appeared as if the data in the completion date range was just the year.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!