excel help

  • Thread starter Thread starter andre
  • Start date Start date
A

andre

i have values in column A (from A1 - A100) which i want to
multiply by a value in C1. when i copy down the formula it
increments the A1 * C1, A2*C2, A3*C3.
i want it to only multiply by C1
 
andre

You need to use an absolute cell reference. This means that instead of using
C1 you use $C$1, which fixes the reference to that cell, wherever the
formula is copied.

Andy.
 
thanks that worked
-----Original Message-----
andre

You need to use an absolute cell reference. This means that instead of using
C1 you use $C$1, which fixes the reference to that cell, wherever the
formula is copied.

Andy.




.
 
Back
Top