Formula when a column has a checkbox
I cannot seem to find this answer:
When a column has a checkbox, another column must have data in it or it will turn red
Example. If someone is needed on site (it is checked) then a person(s) name must be in the box. They cannot leave it blank or it will be red.
On Site Person
<star> Contact List or cell is RED
Best Answers
-
Try something like this:
=IF(AND([Checkbox Column]@row = 1, [Person's Name Column]@row = ""), "Red")
-
I'm getting a circular reference error. This is what I am using:
=IF(AND([On Site]@row = 1, [Who is On Site]@row = ""), "Red")
Answers
-
Try something like this:
=IF(AND([Checkbox Column]@row = 1, [Person's Name Column]@row = ""), "Red")
-
I'm getting a circular reference error. This is what I am using:
=IF(AND([On Site]@row = 1, [Who is On Site]@row = ""), "Red")
-
Do you have formulas in either of the two columns being referenced? Which column are you putting the formula in?
-
Ah I got it. Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!