Hi,
Looking for help with Absolute references in cell formulas. I need the formula reference to remain the same even if the user moves or copies the cells to a different column.
The scenario is Column8 has the formula =SUM([Column 6]@row, [Column 7]@row)
If a user moves the Column6 cell to Column9 , the reference in the formula also updates to Column9 i.e. it becomes =SUM([Column 9]@row, [Column 7]@row)
The goal is to have the reference remain Column6. I have tried all the Absolute Reference combinations but none have worked.