Formula

T

Trevor

Can any one help me, its simple if you know how. What is the formula to make
one cell absolute to another.
 
G

Guest

Hi
Don't really understand the question - but here goes.
If you want a cell to always show the same as another, type = in the first
cell and then click the second with your mouse and press Enter. This will
'link' the two cells, and if you move the second, the first will stay linked
to it.
If you want to link to the cell that is always a row up and a column left
(for example) from the first, use the OFFSET function.
Hope this helps.
 
T

Trevor

Andy HI what im need is to know for example i need to type into cell B4 a
formula
B3 * absolute reference to B7
--
Many Thanks
Trevor


Andy B said:
Hi
Don't really understand the question - but here goes.
If you want a cell to always show the same as another, type = in the first
cell and then click the second with your mouse and press Enter. This will
'link' the two cells, and if you move the second, the first will stay linked
to it.
If you want to link to the cell that is always a row up and a column left
(for example) from the first, use the OFFSET function.
Hope this helps.
 
G

Guest

Hi
What do you want the result to be if you drag and drop B7 to somewhere else,
for example? Do you want the formula to refer to the existing, moved cell,
or do you still want it to refer to the now-empty B7.

--
Andy.


Trevor said:
Andy HI what im need is to know for example i need to type into cell B4 a
formula
B3 * absolute reference to B7
 
C

CLR

Try

=B3*$B$7

and see if it does what you want it to.....

Vaya con Dios,
Chuck, CABGx3



Trevor said:
Andy HI what im need is to know for example i need to type into cell B4 a
formula
B3 * absolute reference to B7
 

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