PC Review


Reply
Thread Tools Rate Thread

Absolute cell reference will not remain absolute.

 
 
Mike K
Guest
Posts: n/a
 
      8th Oct 2008
Oh Wise Ones,

Excel 2003 SP
WinXP Pro

I have a date in J4. If I link the contents of J4 to another
workbook by using ***$J$4 and I insert a row where the date in J4 may change,
my linked cell reference is now to $J$5. Why does this happen?

Thanks,
Mike
 
Reply With Quote
 
 
 
 
John C
Guest
Posts: n/a
 
      8th Oct 2008
That is what absolute reference does. When you are inserting a row, you are
actually moving the cell that it was referncing down one row, therefore, to
maintain the exact cell reference, it must update the row number, as the cell
moved.
It sounds like you want the INDIRECT function, the row/column settings will
not change.

So, instead of:
=IF($J$4=somevalue,iftrue,iffalse)
try this:
=IF(INDIRECT("J4")=somevalue,iftrue,iffalse)

Hope this helps.

--
John C


"Mike K" wrote:

> Oh Wise Ones,
>
> Excel 2003 SP
> WinXP Pro
>
> I have a date in J4. If I link the contents of J4 to another
> workbook by using ***$J$4 and I insert a row where the date in J4 may change,
> my linked cell reference is now to $J$5. Why does this happen?
>
> Thanks,
> Mike

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I do an Absolute Cell Reference but non Absolute Cell Pais =?Utf-8?B?Sm9obg==?= Microsoft Excel Programming 1 22nd Jul 2005 07:28 PM
How can I do an Absolute Cell Reference but non Absolute Cell Pais =?Utf-8?B?Sm9obg==?= Microsoft Excel Programming 0 22nd Jul 2005 06:23 PM
Absolute reference within a formula not really absolute Fred Microsoft Excel Worksheet Functions 3 1st Jul 2004 06:08 PM
Absolute absolute cell reference jon west Microsoft Excel Misc 2 9th Oct 2003 02:32 PM
really, really absolute cell reference? Rick Microsoft Excel Worksheet Functions 2 25th Sep 2003 10:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 PM.