Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I keep my cell reference from moving even when I use the $.

Cell on sheet 2 has formula where if false displays a cell value on sheet 1,
i have the $ lock symbols placed but when I insert columns on sheet 1 the
reference on sheet 2 increments by how ever many columns I insert. how can I
keep this from happening?????
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Boo Boo is offline
external usenet poster
 
Posts: 21
Default How do I keep my cell reference from moving even when I use the $.

Mat,

This doesn't answer your question but tells you why this is happening - the
formula in sheet 2 has a formula with an absolute reference to a cell in
sheet 1. If you insert columns, Excel is "clever" enough to know that the
cell you were referring to has moved so it updates the formula accordingly. -
I would have thought that this is what you wanted to see happening unless for
some reason you don't need an absolute reference

e.g.
Say cell A1 in sheet 1 has a tax rate & cell A1 in sheet 2 refers to cell A1
in sheet 1 i.e. Sales * Sheet1! A1. If you inserted a columns in sheet 1, why
would you not want the formula to update in sheet 2 to refer to the new
location of the cell containing the tax rate? Doesn;t make sense I'm afraid.

"Mat_W" wrote:

Cell on sheet 2 has formula where if false displays a cell value on sheet 1,
i have the $ lock symbols placed but when I insert columns on sheet 1 the
reference on sheet 2 increments by how ever many columns I insert. how can I
keep this from happening?????

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default How do I keep my cell reference from moving even when I use the $.

If you always want to refer to A1 on Sheet1--no matter if there are any
rows/columns deleted/inserted, you could use:

=indirect("'Sheet1'!a1")

Mat_W wrote:

Cell on sheet 2 has formula where if false displays a cell value on sheet 1,
i have the $ lock symbols placed but when I insert columns on sheet 1 the
reference on sheet 2 increments by how ever many columns I insert. how can I
keep this from happening?????


--

Dave Peterson
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
Moving left of a cell reference jagbabbra Excel Worksheet Functions 1 June 13th 06 02:11 PM
Moving left of a cell reference jagbabbra Excel Worksheet Functions 0 June 13th 06 02:01 PM
Moving Cell Reference after Sorting [email protected] New Users to Excel 4 March 11th 06 11:06 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
how to create a variable column in cell reference Sampson Excel Worksheet Functions 3 February 21st 05 10:13 PM


All times are GMT +1. The time now is 05:53 PM.

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

About Us

"It's about Microsoft Excel"