Forum Discussion
Dragging formulas across
- Jul 25, 2021
TrishMcC Well, that's how dragging a formula works. Drag it one cell to the right and all column references will shift 1 column to the right as well.
You could include OFFSET in the SUM formula, like this (in Sheet2):
based on the content of Sheet1:
Now, if this it at the start of building a schedule and you don't have a huge number of columns, consider dragging as you did and then just delete every second column. Not very elegant but then you can avoid the OFFSET function.
TrishMcC Well, that's how dragging a formula works. Drag it one cell to the right and all column references will shift 1 column to the right as well.
You could include OFFSET in the SUM formula, like this (in Sheet2):
based on the content of Sheet1:
Now, if this it at the start of building a schedule and you don't have a huge number of columns, consider dragging as you did and then just delete every second column. Not very elegant but then you can avoid the OFFSET function.
Riny_van_Eekelen Hi Riny - thankyou so much for your feedback - the OFFSET formula is excactly what i was after for this project. I did have a little look at this function but couldn't make it work.