I want to create a Name that points to the cell 2 cells below $D$18 without using a volatile function or a UDF(). I want to then use that Name in other Names.
I also want it so that if I cut and paste $D$18 into $G$30, the Name will point to $G$32.
I know that "=Offset($D$18,2,0)" points to the correct cell, but I don't want to use a volatile function like Offset() or Indirect().
I started trying to put it in R1C1 notation: ="R"&Row($D$18)+2&"C"&Column($D$18) produces R20C4 but I can't figure out how to put that into a Name so that it points to $D$20.
I can live with it if the Name doesn't include the "$"s.
Bookmarks