I have a table, it has a few columns
It has formulae like this:
And I would like to fill more pairs of columns like this:
Column "A 2" has the same formula as "A 1", but with the reference offset by 2 columns. Or generally "A i" & "B i" refer to "B (i-1)".
I've tried selecting columns A1 & B1 and dragging right, also using copy & paste. The problem is, when you drag a pair of columns in a table, the references offset by 1 cell. If I drag a pair of columns that use normal cell references rather than table indexing, the cells offset by 2 as I want.
I'd just like to add pairs of columns to the table, where the formulae point to the previous pair (so all their references need to offset by 2 table columns). What's the best way to achieve this?
My real table has many rows and many columns, and I'd prefer not to use Offset
or switch to non-table style cell references ([@[blah]]
) if possible (for performance and readability respectively)