Forum Discussion
LordCreeper Gamer
Sep 28, 2017Copper Contributor
I want to create a conditional formatting based on the value of form control checkboxes
I'm creating a checklist type and inserted checkboxes from control of unformatted formats, taking as the right cells of each of the checkboxes. And I wanted to create conditional formatting that appl...
SergeiBaklan
Sep 29, 2017Diamond Contributor
Hi,
For the conditional formatting you need to check if the condition returns TRUE or FALSE. Perhaps the easiest way with checkboxes is to link them to cells and check what these cells returns. Linked cells could be in another sheet which you could hide from the user.
As the sample in attached is conditional formatting for first two records, linked cells are in the same sheet to the right.
LordCreeper Gamer
Sep 29, 2017Copper Contributor
Hi,
Thank you for your help! I was able to do what you said and everything is working perfectly!
- SergeiBaklanSep 29, 2017Diamond Contributor
Okay, good