Count status -Close,Rejected,Open by month, year
Hi
I am quite new to Smartsheet. I have attached the input and desired output that I need. Thanks and really appreciate it
Best Answer
-
I would suggest the opposite structure for your table data. Use a date type column with the first of each month that you want to track for entered, and use separate columns for each status.
Then your formula would look along the lines of
=COUNTIFS({Source Sheet Status Column}, @cell = "Open", {Source Sheet Date Column}, AND(IFERROR(MONTH(@cell), 0) = MONTH([Date Column]@row), IFERROR(YEAR(@cell), 0) = YEAR([Date Column]@row)))
Answers
-
I would suggest the opposite structure for your table data. Use a date type column with the first of each month that you want to track for entered, and use separate columns for each status.
Then your formula would look along the lines of
=COUNTIFS({Source Sheet Status Column}, @cell = "Open", {Source Sheet Date Column}, AND(IFERROR(MONTH(@cell), 0) = MONTH([Date Column]@row), IFERROR(YEAR(@cell), 0) = YEAR([Date Column]@row)))
-
Hi Paul
Thanks for the help. It works now. Really appreciate your help in this.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!