COUNTIFS Status and Year is Current(Cross-Sheet Formula)
Hello Community…
Stuck trying to work out a COUNTIFS formula for Status is X and Year from a date column is current year,
The first part I have…
=COUNTIFS({Status}, "Pending Submission",
The second part I am looking for help in this the {Submission Date} which is currently a date column is the current YEAR.
I have this working with the use of a helper column as per below but wanted to know if this be achieved without a helper column to extract the year?
=COUNTIFS({Status}, "Pending Submission", {Helper Column-Submission Year}, YEAR(TODAY()), {Another field}, 0)
Grateful for any help/advice,
Protonsponge
Best Answer
-
Give this a try:
=COUNTIFS({Status}, "Pending Submission", {Submission Date}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
Answers
-
Give this a try:
=COUNTIFS({Status}, "Pending Submission", {Submission Date}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
-
Thank you @Carson Penticuff, that worked perfectly - very thankful for your insight!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives