Here's one I've never encountered before.
All of the data in my spreadsheet is constant data. For example, in column A,
10
20
30
40
What I need to do is multiply these cells by another cell, D1, which contains 1.11. I know I can use paste special, but in this case, that is not ideal.
I'd rather enter =10*$D$1, then copy it so that each cell is now,
10*$D$1
20*$D$1
30*$D$1
40*$D$1
That's merely an example. The entire spreadsheet is a matrix of constant values which will all need to look just like this.
As always, your help is greatly appreciated.
--Wag--
All of the data in my spreadsheet is constant data. For example, in column A,
10
20
30
40
What I need to do is multiply these cells by another cell, D1, which contains 1.11. I know I can use paste special, but in this case, that is not ideal.
I'd rather enter =10*$D$1, then copy it so that each cell is now,
10*$D$1
20*$D$1
30*$D$1
40*$D$1
That's merely an example. The entire spreadsheet is a matrix of constant values which will all need to look just like this.
As always, your help is greatly appreciated.
--Wag--