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
 
Hi
try
=A1*$C$1

have a look at 'absolute/relative' references in the Excel help
 
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.




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formulas 2
how to sum up a range of formulas? 5
up and down array 5
auto fill code 3
***Help on writing a vba code 12
help with formula 1
lookup to return true() values only and list 4
Problem with Absolute reference 3

Back
Top