Make the OFFSET column adjustment always reference a specific column.
I am trying to create an offset formula that always references the 1st Column instead of a specific number of columns.
For example I am trying to find a way to write a formula that says:
OFFSET (base), 0 rows, and then instead of referencing -2 or -3 columns over, always reference the first column.
This would allow me to add columns in between the base and the reference column without breaking the formula.
Any advice?