Hi
I would like to do the following for a number of different columns:
GP1 = F1
GQ1 = (GP1 - 1)*D1
Column GP is far removed from column F and therefore I re-display value.
Column "F" is not constant, but column "D" will always be offset -2 relative to F.
How can I do this without having to...