Make a checkbox that is used on 2 sheets show the same value.

I have a checkbox called "Pause" that is located on a sheet called "Schedule Sheet" that needs to be the checked/unchecked based on a "Pause" checkbox located on a sheet called "Periscope Request Tracker". if the checkbox is checked on the Periscope Request tracker then I need the checkbox to be checked on the Schedule sheet and vis-a-versa. The formula I am trying to use is:

=ISBOOLEAN(COUNTIFS({Schedule Sheet Range 2}, [Task Name]@row, {Periscope Request Tracker Range 1}, <>1))

and does not work correctly. Unsure what I need to make the checkboxes work together.

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!