Multiply by a constant

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to multiply a group of cell's by a constant in anouther cell. If I
drag the bottom right corner it changes the referenced cell. Isn't the "$"
somehow used in this function?
 
Yes, you can use

=A1*$B$1

where B1 holds the constant

another way woul be to copy B1, select the range and do edit>paste special
and select multiply

Regards,

Peo Sjoblom
 
Back
Top