If countifs statement not working
Hello and thank you for reviewing my post!
My formula is only working when there are no duplicates in my rows but I need it to function even if there is a duplicate. Please see screenshots below.
Anytime there is more than one submission for Birmingham in the same month it is not checking the box. There are on occasion there will be more than one submission for the month but I still need the box to be checked.
Best Answer
-
Your current COUNTIFS statement is looking to see if the COUNT of rows that match the criteria is = 1, or exactly one.
Try adding the greater - than symbol to this to say "greater than OR equal to 1", like so: >=
=IF(COUNTIFS(formula) >= 1, 1, 0)
Let me know if this works!
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
Your current COUNTIFS statement is looking to see if the COUNT of rows that match the criteria is = 1, or exactly one.
Try adding the greater - than symbol to this to say "greater than OR equal to 1", like so: >=
=IF(COUNTIFS(formula) >= 1, 1, 0)
Let me know if this works!
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Thank yo so much Genevieve! This worked!
-
No problem! You had most of it already. 😊
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 378 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!