Is it possible, on Google sheet, that a table (of a sheet 1) displays, line after line, all the true values checked in another sheet (2), but without space / without empty line between each line?
The whole difficulty here is therefore not to leave an empty row in the table when the checkbox displays a FALSE value.
For example :
Sheet 1/
(Checkbox: TRUE) text 1 (from cells A1, B1, C1)
(Checkbox: FALSE): text 2 (from cells A2, B2, C2)
(Checkbox: TRUE): Text 3 (from cells A3, B3, C3)
Based on the values of the checkboxes, the table would look like this:
Sheet 2/
Text 1
Text 3
And not :
Leaflet2/
Text 1
(Blank line)
Text 3
Thanks in advance and Happy Easter