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
- 64.9K Get Help
- 440 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!