Keep Excel Formula constant

G

Guest

I have a formula in a cell at the top of the worksheet, which calculates
values of numbers below it (formula = G3*G8). However, I am constantly
adding rows below this formula with data into row G8, and as a result, the
formula changes to =G3*G9 which is no longer correct. I have tried placing $
in front of both the G and the 8 however it does not keep the cell constant.
Is there any way I can keep that cell constant while still adding rows below
it? Thanks for your help.
 
G

Guest

Here is a little trick to get cell references that don't adjust. A formula
like:

=G8

will adjust as you add or remove rows above G8, but the formula:

=INDIRECT("G"&8)

refers to the same cell, but will not adjust as you add or remove cells!
 
G

Guest

OK, that makes sense, but how do I write the formula when I am trying to
multiply two numbers without having either cell change. I could not get G8
and G3 to multiply with "Indirect" writen outside of the brackets?
 

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