CountIFS with date.

Hi All,
Need help in below formula as am trying to get project list from year 2024 to date. No error but not giving me the correct results.
=COUNTIFS({Completed Range 1}, $Label@row, {Completed Range 2}, "NPD$1", {Completed Range 3}, YEAR(@cell) >= 2024)
Thanks in advance.
Best Answer
-
Hi @Saj
COUNTIFS returns a specific counting number, not a list.
You may want to try COLLECT function that return a list/range and is used within another function. For example, try this one:
=JOIN(COLLECT({Your Project List Range}, {Completed Range 1}, $Label@row, {Completed Range 2}, "NPD$1", {Completed Range 3}, YEAR(@cell) >= 2024))
Gia Thinh Technology - Smartsheet Solution Partner.
Email : thinh.huynh@giathinh.tech
Answers
-
Hi @Saj
COUNTIFS returns a specific counting number, not a list.
You may want to try COLLECT function that return a list/range and is used within another function. For example, try this one:
=JOIN(COLLECT({Your Project List Range}, {Completed Range 1}, $Label@row, {Completed Range 2}, "NPD$1", {Completed Range 3}, YEAR(@cell) >= 2024))
Gia Thinh Technology - Smartsheet Solution Partner.
Email : thinh.huynh@giathinh.tech
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives