Hi All
I have a set of data where I want to 'copy' the information from the rows above but on multiple columns. I can do it with multiple 'Multiple Row Formulas' but wondered if there was a quicker way
From:
| Name | Batch | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 |
| A | X | 25 | 9 | 2 | 6 | 3 | 7 | 9 | 12 |
| A | X | | | | | | | | |
| A | X | | | | | | | | |
To
| Name | Batch | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 |
| A | X | 25 | 9 | 2 | 6 | 3 | 7 | 9 | 12 |
| A | X | 25 | 9 | 2 | 6 | 3 | 7 | 9 | 12 |
| A | X | 25 | 9 | 2 | 6 | 3 | 7 | 9 | 12 |
I'm sure it is simple.
Thanks