View Single Post
  #5   Report Post  
Mike
 
Posts: n/a
Default

JulieD, that is a very good idea. Unfortunately, there are to many different
cells involved.

Mike


"JulieD" wrote:

Hi Mike

one option that might work if the cell references you want to replace are
used multiple times and that is to use range names, for example if you have
the formulas
=A1*A2
=A1*A5
=A1+A10
and you now want to make A1 absolute, select A1, click in the name box (box
to left of formula bar above column A) and type a name for the range e.g.
Rng_A1
and press ENTER (v. important)
now choose

insert / name / apply and click ok

you will end up with
=Rng_A1*A2
=Rng_A1*A5
=Rng_A1+A10

and range names are absolute references.

Please test this on a copy of your workbook first to see if it achieves what
you want.

Cheers
JulieD


"Mike" wrote in message
...
Is it possible to change a large range of very complex formulas from
relative
reference to absolute reference. Something other than the replace command?

thanks, Mike