This looks completely different to the initial description:
The original description talks about “incrementing number in a cell”, this one talks about “changing” reference. The reference like A1
is a relative reference; you need to learn considering them not as “cell A1”, but as “cell two rows above, one column to the left” (i.e., it depends on which cell you are in when enter it). When you think of it this way, you will see that when you copy a formula like =cell at two rows above, one column to the left
, the absolutely identical formula in the other cell will look a bit differently (like =A2
when you copy the formula down).
This is a user error. Named range does not need, and does not allow you to use “relative/absolute” addressing with it. So: only =My_Contact_Id
, not =$My_Contact_Id
.