We have a table consisting of arbitrary dates in column A (sheet 1). Those dates will define measurement days when coworkers pick up samples to analyze them. The identified measurement values themselves will be written down in sheet 2, sheet 3, sheet 4 etc., but those sheets should always pick up the dates defined in sheet 1 automatically.
Each sheet contains several measurement value cells, this is why there needs to be some additional empty row below the value cell to add comments (in sheet 2, sheet 3, 4, etc.).
Assumed we have this kind of table in sheet 1:
1 2021-01-01
2 2021-02-15
3 2021-03-23
In sheet 2 I want to copy the date column from sheet 1, but add an empty row between each subsequent date row, so the coworkers can add notes below values X, Y and Z:
1 2021-01-01 X-Value U-Value
2 (comment to X) (comment to U)
3 2021-02-15 Y-Value V-Value
4 (comment to Y) (comment to V)
5 2021-03-23 Z-Value W-Value
6 (comment to Z) (comment to W)
As soon as one adds a new date row in sheet 1, in sheet 2 etc. this row should appear with a blank row distance above.
Is there any possibility to do so?