Counting 2 Columns Status and Date
Hello, Looking to see what the formula would look like for this. I have 2 columns, one shows projects on time and late the other shows the end date of the project. I have identified the formula should be =COUNTIFS( but I am not sure how to form the formula to pick individual months to show how many project showed up On Time. Any insight?
Best Answer
-
You would need something along the lines of (for on time in August of 2022):
=COUNTIFS({Delivery Status}, @cell = "On Time", {End Date}, AND(IFERROR(MONTH(@cell), 0) = 8, IFERROR(YEAR(@cell), 0) = 2022))
Answers
-
Are you able to provide a screenshot of the source data for reference?
-
These are the 2 columns in reference.
-
Hi @tim.curtin
I hope you're well and safe!
Have you explored using a Report instead?
Would that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. 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.
-
@Andrée Starå I am trying to get a metric for Key Performance Indicators which comes from these 2 columns. I am just unclear on how the formula should be formatted. I've tried numerous combinations but I'm deff missing something.
-
You would need something along the lines of (for on time in August of 2022):
=COUNTIFS({Delivery Status}, @cell = "On Time", {End Date}, AND(IFERROR(MONTH(@cell), 0) = 8, IFERROR(YEAR(@cell), 0) = 2022))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!