copy formula

G

Guest

Hi all

E1:20

A1:1 B1:=sum(A1*E1)*0.15
A2:2 B2:=sum(A2*E1)*0.15
A3:3 B3
A4:4 B4
A5:5 B5
...
..

I will like to copy the formula in B1 down to B50 and more in future but how
do I ensure that only A1 will change as I copy downwards but the E1 will
remain as a fixed reference cell in the formula?

I will change the figure in cell E1 as and when needed.
..
..
..
 
D

Dana DeLouis

..B1:=sum(A1*E1)*0.15

Hi. Since you are not summing anything, did you mean Product?

=PRODUCT(A1,$E$1,0.15)

(Select "E1" and hit the F4 button to cycle)
 
G

Guest

thanks for the help. I have being manually changing the formula for the past
and now this will save me a lot of time.

Onces again THANK YOU
 

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

Top