Another formula question
Hi,
I was trying to do a count for how many fire drills in each month. I have already done helpers for monthly and have a separate column for fire drills. This is the formula I have, can anyone help?
Best Answer
-
Hello! You would need to use the COUNTIFS since you're checking for two pieces of criteria.
Please try: =COUNTIFS(Monthly:Monthly,status@row,[Fire Drill]:[Fire Drill],true)
Or since it looks like you have references: =COUNTIFS({Monthly},status@row,{Fire Drill},true)
Hope this works. Please let us know!
Answers
-
Hello! You would need to use the COUNTIFS since you're checking for two pieces of criteria.
Please try: =COUNTIFS(Monthly:Monthly,status@row,[Fire Drill]:[Fire Drill],true)
Or since it looks like you have references: =COUNTIFS({Monthly},status@row,{Fire Drill},true)
Hope this works. Please let us know!
-
WONDERFUL!! Thank you!!! It worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 475 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!