In my Google A spreadsheet, I use a combination of the TRANSPOSE and IMPORTRANGE formulas to import data from Calendar B spreadsheet to populate the work schedule of events. Since there are 3 event slots on each date that do not always fill up, I get a lot of outdated columns.
Table:
row1: 01-01-2013 01-01-2013 01-01-2013 02-01-2013 row2: Event_ID Event_ID Event_ID Event_ID row3: Event_name Event_name Event_name Event_name
Lines 1 and 2 contain automatically generated dates and event_ID, so they will never be empty. Cell number. 3 appears blank when no event has been added to this slot, but in fact there is a CONTINUE formula to continue the importrange formula from cell A1.
I am looking for a script to automatically hide numbers in which cell nr. 3 does not contain imported data.
Not understanding anything about JavaScript (but wanting to learn), I tried to combine fragments from existing scripts, but at the moment I can not understand the meaning of these codes ...
source share