Hello,
I was wondering is someone could help me with a formula.
I would like to have a range of rows from one sheet to replicate in another.
e.g
Sheet 1
Row 3 - Dataset1
Row 4 - Dataset2
Row 5 - Dataset3
Row 6 - Blank
Row 7 - Blank
Sheet 2
Row 10 = Dataset1 from Sheet 1
Row 11 = Dataset2 from Sheet 1
Row 12 = Dataset3 from Sheet 1
Row 13 = Blank (matching Sheet 1)
Row 14 = Blank (matching Sheet 1)
At a later date, row 6 is populated in Sheet 1 and then it looks like this:
Sheet 1
Row 3 - Dataset1
Row 4 - Dataset2
Row 5 - Dataset3
Row 6 - Dataset4
Row 7 - Blank
Sheet 2
Row 10 = Dataset1 from Sheet 1
Row 11 = Dataset2 from Sheet 1
Row 12 = Dataset3 from Sheet 1
Row 13 = Dataset4 from Sheet 1
Row 14 = Blank (matching Sheet 1)
What formulas can I write in Sheet 2 to pull the rows from Sheet 1?
I hope this makes sense?
Thanks