Checkbox using If/And
I am trying to get a checkbox to be true using info referencing another sheet.
From another sheet I need:
- - "Tool Box Talk Completed" column to be checked
- - "Tool Box Talk Topic" column to match requirement, in this case "Jobsite PPE"
- - "Full Name" column to match Employee Last Name@row
Here is the formula that I currently have: =IF(AND({KP Tool Box Talks Completed} = 1, {KP Tool Box Talks Topic} = "Jobsite PPE", {KP Tool Box Talks Full Name} = [Employee Last Name]@row), 1, 0)
Any help would be appreciated. Thank you!
Best Answer
-
Try somethign like this:
=IF(COUNTIFS({KP Tool Box Talks Completed} = 1, {KP Tool Box Talks Topic} = "Jobsite PPE", {KP Tool Box Talks Full Name} = [Employee Last Name]@row) > 0, 1)
Answers
-
Try somethign like this:
=IF(COUNTIFS({KP Tool Box Talks Completed} = 1, {KP Tool Box Talks Topic} = "Jobsite PPE", {KP Tool Box Talks Full Name} = [Employee Last Name]@row) > 0, 1)
-
@Paul Newcome Thanks for the help. It didn't work as an "IF" formula but I used it just as "COUNTIFS" and it worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!