Excel 2002: changing link formula from absolute to relative

M

Mr. Low

Hi,

I notice that all the formulas link from one work book to another are in
form of "absolute" cell refrence.

Eg. ='[Budget 2010.xls]jh'!$E$222

This does not serve my need as I need to copy the formulas across the
spreasheet.

Usually I would remove the $ manually before copying across.

May I know if there is a way of changing the formula from absolute to
relative, i.e. removing the $ in row only, column only or both automatically?

Thanks

Low
 
P

Pete_UK

If you wanted to use Find & Replace, and you have that same formula
repeated in many cells, then highlight the cells, do CTRL-H and use
the following:

Find What: !$E
Replace with: !E
click Replace All.

(removes the $ from the column reference)

Find What: E$
Replace with: E
click Replace All.

(removes the $ from the row reference)

Find What: $
Replace with: (leave blank)
click Replace All.

(removes all $)

Hope this helps.

Pete
 
D

David Biddulph

F4 while you are editing the formula. This will toggle through the 4
options in turn.
 
R

RagDyeR

It depends on which *direction* you're moving when you create the link.

Going *forward*, from source to target, using say <Copy> <PasteSpecial>
<PasteLink>, will create an *absolute* link.

What you may want to do is use a *backward* link, from target to source.

Click in the target cell,
enter an = sign,
navigate to the source cell,
hit <Enter>.

This creates your relative link, which you can easily copy and increment as
needed.
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

Hi,

I notice that all the formulas link from one work book to another are in
form of "absolute" cell refrence.

Eg. ='[Budget 2010.xls]jh'!$E$222

This does not serve my need as I need to copy the formulas across the
spreasheet.

Usually I would remove the $ manually before copying across.

May I know if there is a way of changing the formula from absolute to
relative, i.e. removing the $ in row only, column only or both
automatically?

Thanks

Low
 

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