Hello, can someone please help with a formula?
I am trying to build a formula based on if the drop down of one column (Event Type = Pop Up) is completed based on another column (Completed = True).
I have this formula to count the number of events that are Pop Ups, but I cannot figured out how to add up which of these is complete. I appreciate your help!
=COUNTIF([Event Type]:[Event Type], "Pop Up")
Answers
-
Hi @Jessica Ochoa,
Is the "Completed" column a text value or a checkbox?
Here is the formula for text:
=COUNTIFS([Event Type]:[Event Type], "Pop Up", Completed:Completed, "True")
Here is the formula for checkbox:
=COUNTIFS([Event Type]:[Event Type], "Pop Up", Completed:Completed, 1)
Hope this helps,
Dave
-
Thank you so much Dave, this worked! Appreciate your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!