I am having issues solving a problem.
I have a sheet containing multiple columns (3 text/number, 1 date, 1 contact list, and 1 checkbox). Made out of around 150 rows.
I want the rows copied to another sheet if the checkbox is checked.
I tried:
Using a copy row automation which works but rows are always copied at the end of the sheet, meaning that there are hundreds of empty cells and then the copied rows. In between two automation runs, again hundreds of empty rows.
I also tried using an INDEX(COLLECT which also works but since it is INDEX, it only returns the first row and not the whole list of items with an active checkbox.