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
- Smartsheet Customer Resources
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!