Change selected cell references to absolute
Mac OS Monterey, Numbers 13.1
I am creating groups of cells (12x32) which are all based on cell references to a master group. So the formula in each goes something like "B2x(-1), B3x(-1), B4x(-1),...". Each group of cells reference the master group, but in a different order. So the next group might go "B13x(-1), B12x(-1), B11x(-1)..." or "EE13x(-1), EE12x(-1), EE11x(-1)..."
I'm doing this so that I can copy and paste parts of some groups into another sheet to create specific patterns. In order to make this work, the cell references have to be absolute. But in order to use autofill to create the groups, I can't use absolute cell references when I create the formulas.
So now that I have created all my groups of cells using relative references and autofill, I can go through my 3072 cells one-by-one and change the cell reference to "preserve rows" and "preserve columns". But it would be much more wonderful if I could select a whole group and change all of the cell references in one go.
I'm a novice at using Apple Script and Automator. I've been trying to figure out if there is something I can use in either, or a combination of both, but I'm not getting anywhere. All I've managed is to find the Keyboard shortcut (command-K) to use once I have the formula editor open. This helps, but it's still one-by-one.
I'll willing to put in the work (to do it one-by-one), but I'm also giving advice to others on setting up a spreadsheet program to create these patterns (tessellations), and I'd rather not send them off to do something very tedious.
Any suggestions?