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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!