Color marking of cells through checkboxes

Hi Hi,

In Google Sheets, I have functions through checkboxes, but when I convert the project to an .ods file, the functions are not preserved.

https://streamable.com/dskqcg

How can I keep these functions in the .ods file or create exactly the same?

thanks :slight_smile:

1 Like

Link the checkbox state to the cell where it is located: true/false, 1/0

Then apply Conditional Format property for the data cells based on the checkbox values.