Count entries by month/status
Hi, I need help with a formula to count entries by the month (Aug) that has a Status of "Scheduled/Published".
I tried this and it gives me "Invalid Data Type"
=COUNTIFS([End Date]:[End Date], MONTH(@cell) = 8, [Status]:[Status], "Scheduled/Published")
Answers
-
=COUNTIFS({Status}, = "Scheduled/Published", {Start Date}, >= DATE(2022, 8, 2), {End Date}, <= DATE(2022, 08, 31))
I think this one should work if you want to give it a try.
-
No it doesn't work, I actually want to count entries by "End Date", there is no need for "Start Date". Is there a simpler formula to it? So it is just counting entries from "End Date" (which is Aug) & "Status" (being "Scheduled/Published".
-
I think I found the solution to my question! I can just use this;
=COUNTIFS([End Date]:[End Date], IFERROR(MONTH(@cell), 0) = 8, Status:Status, IFERROR("Scheduled/Published", 1))
-
Hi @ILai
I hope you're well and safe!
Excellent!
Glad you got it working!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Please support the Community by marking your post with 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.
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!