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")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Ah I got it. Thank you!
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!