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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 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!