I understand absolute and relative cell references, but they don’t seem to help me. I’m sure someone has a solution!
In cells T1, U1, V1 there are formulas that reference cell A1. I want W1, X1, Y1 to have the same formulas reference B1, but when copied from T1:V1, they reference D1 (because it is 3 cells to the right).
The least confusing answer is to use absolute references to A1 in T1:V1 and after copying them to W1:Y1 editing each individual absolute reference from A1 to B1. Then repeat as necessary if you’re going to be creating more groups of 3 cells in a row that all refer to the same single cell elsewhere.
Ultimately copying relative references assumes every cell referenced in the formula wants to slide the same amount left/right and/or up/down. In your case that’s not true, so copying relative references makes a mess.
I’m pretty sure the INDIRECT function will do the job. Although I was hoping for copy-paste trick that wouldn’t require major adjustments to the formulas.
I’m not sure this is any better than the INDIRECT solution but I don’t like to use INDIRECT except to reference values in another cell, like a sheet name.