I have a simple problem in calc for which a solution must exist already:
- I have a cell that contains a (constant) parameter
- Other cells compute a value based on said parameter and the contents of other cells
- If I copy-paste the “computing cells” then
- The references are “vector-translated” to match the position of the pasted-to cell, which is what one wants
- The “parameter” reference is also “vector-translated”, which is absolutely NOT what one wants
Is there a way to mark a formula value as “do not vector-translate” (I’m dreaming of something simple like prepend the cell name with “!”)?