Countifs and check boxes.
Good Day,
I keep receiving unparseable/ errors for this formula. I've typed this 20 different ways. I'm very lost at this point.
=IFERROR(COUNTIFS({Oil Change Tracking Range 1}, [Zone:]@row, {Oil Change Tracking Range 2}, [Service Date:]@row, ({Oil Change Tracking Range 4}, = 1))"")
My end result is to check a box if these 3 things are present.
- if the {range 1} matches my [zone]@row and
-if {range 2} marches my [date]@row, and
-if {range 4} has a checkmark in the cell.
Sheet with the error and second sheet is my reference sheet.
Best Answer
-
Try this...
=IF(COUNTIFS({Oil Change Tracking Range 1}, [Zone:]@row, {Oil Change Tracking Range 2}, [Service Date:]@row, {Oil Change Tracking Range 4}, = 1)> 0, 1)
Answers
-
Try this...
=IF(COUNTIFS({Oil Change Tracking Range 1}, [Zone:]@row, {Oil Change Tracking Range 2}, [Service Date:]@row, {Oil Change Tracking Range 4}, = 1)> 0, 1)
-
@Paul Newcome It worked... So Thankful to have you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 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!