Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 208
Default Turning =E13 to =$E$13

I have worksheet with several hundred formulas in the form of =E13. I want
to make all the formulas static, i.e. =$E$13, because I have to delete some
rows and I don't want the formulas to automatically update to accomodate the
missing rows. Is there a way to do this in one fell swoop rather than
having to change them all manually?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Turning =E13 to =$E$13

Hi,
Highlight your sheet, press CTRL + H, find what enter =E13, replace with
enter =$E$13

"Bishop" wrote:

I have worksheet with several hundred formulas in the form of =E13. I want
to make all the formulas static, i.e. =$E$13, because I have to delete some
rows and I don't want the formulas to automatically update to accomodate the
missing rows. Is there a way to do this in one fell swoop rather than
having to change them all manually?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Turning =E13 to =$E$13

Here's a macro by Gord Dibben.

http://tinyurl.com/37rxk4

However, this may not work the way you think it will. The macro *will* make
the refs absolute but deleting rows/columns may cause the formulas to then
return #REF! errors. That's what happened when I tested it.

--
Biff
Microsoft Excel MVP


"Bishop" wrote in message
...
I have worksheet with several hundred formulas in the form of =E13. I want
to make all the formulas static, i.e. =$E$13, because I have to delete
some
rows and I don't want the formulas to automatically update to accomodate
the
missing rows. Is there a way to do this in one fell swoop rather than
having to change them all manually?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Turning =E13 to =$E$13

I think you need to explain what you intend to do in more detail. If
you have a formula like =E13 and this gets changed to =$E$13, then
what happens if you then delete row 13 ?

(Answer: you get #REF errors).

One possible way is to change all the formulae to text entries. You
can do this using Find & Replace (CTRL-H), and changing "=" to "zz=".
When you delete your rows these "formulae" will not change. After you
are done, you can apply Find & Replace again to change "zz=" back to
"=" and thus re-instate your formulae. However, you might end up with
other problems (like circular references).

Hope this helps.

Pete

On Feb 4, 6:04*pm, Bishop wrote:
I have worksheet with several hundred formulas in the form of =E13. *I want
to make all the formulas static, i.e. =$E$13, because I have to delete some
rows and I don't want the formulas to automatically update to accomodate the
missing rows. * Is there a way to do this in one fell swoop rather than
having to change them all manually?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Turning off a Toolbar Blondie Excel Discussion (Misc queries) 1 May 27th 08 06:03 PM
keeps turning off rio Excel Worksheet Functions 4 August 31st 07 02:08 AM
Turning green bollard Excel Worksheet Functions 15 April 23rd 07 09:32 AM
stop (1) from turning into -1 Ferral Excel Discussion (Misc queries) 2 September 30th 05 12:33 PM
Turning #N/A to a zero...?? bigtim Excel Discussion (Misc queries) 5 July 26th 05 08:48 PM


All times are GMT +1. The time now is 09:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"