Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Paste Linking with Absolute Reference

Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected array?

Essentially, I need to be able to paste-link in a way that the information
referenced is the same even if something should be inserted above it in the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Paste Linking with Absolute Reference

I don't understand your problem.

If you create a link where Sheet1, cell D10 is linked to (and displays) the
value in Sheet2, cell E5, and you insert a row in Sheet2, *above* E5, making
that now E6, that value in the new E6 will *still* display on Sheet1, D10.

You should notice that the 'link' formula changes to compensate for the
insertion.

Doesn't this happen for you?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"MikeDH" wrote in message
...
Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected
array?

Essentially, I need to be able to paste-link in a way that the information
referenced is the same even if something should be inserted above it in
the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Paste Linking with Absolute Reference

Unfortunately, that's what I want to happen, but not what does. I've got
Office 2002 on this machine at work - any chance that was change in the 2003+
releases? On mine, it references the row - in my example, it's full rows, so
23 - and when the contents shift down, it references row 23 and whatever the
new contents are.

"Ragdyer" wrote:

I don't understand your problem.

If you create a link where Sheet1, cell D10 is linked to (and displays) the
value in Sheet2, cell E5, and you insert a row in Sheet2, *above* E5, making
that now E6, that value in the new E6 will *still* display on Sheet1, D10.

You should notice that the 'link' formula changes to compensate for the
insertion.

Doesn't this happen for you?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"MikeDH" wrote in message
...
Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected
array?

Essentially, I need to be able to paste-link in a way that the information
referenced is the same even if something should be inserted above it in
the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Paste Linking with Absolute Reference

Post *exactly* the actual formulas that you're using to create the link.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"MikeDH" wrote in message
...
Unfortunately, that's what I want to happen, but not what does. I've got
Office 2002 on this machine at work - any chance that was change in the
2003+
releases? On mine, it references the row - in my example, it's full rows,
so
23 - and when the contents shift down, it references row 23 and whatever
the
new contents are.

"Ragdyer" wrote:

I don't understand your problem.

If you create a link where Sheet1, cell D10 is linked to (and displays)
the
value in Sheet2, cell E5, and you insert a row in Sheet2, *above* E5,
making
that now E6, that value in the new E6 will *still* display on Sheet1,
D10.

You should notice that the 'link' formula changes to compensate for the
insertion.

Doesn't this happen for you?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"MikeDH" wrote in message
...
Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with
absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected
array?

Essentially, I need to be able to paste-link in a way that the
information
referenced is the same even if something should be inserted above it in
the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Paste Linking with Absolute Reference

Mike,

if I understand your problem correctly, you should be able to work around
this by using a defined name rather than a cell reference.

To create a Defined Name you select the cells, columns or rows that you wish
to read from, Click Insert = Name = Define. Choose a name that you can
associate to the selected cells and click Add ..

This was when you copy/paste your formula it will be looking at the NAME
rather than a cell value. ie. =SUM((50*"Price_per_Beer")/"mates")

If this doesn't explain it clearly, let me know and I'll try again =)

Hope this was of help.

"MikeDH" wrote:

Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected array?

Essentially, I need to be able to paste-link in a way that the information
referenced is the same even if something should be inserted above it in the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Paste Linking with Absolute Reference

Sedgwick,
I had thought about that for a while, but it would unfortunately be too
much work. The sheet in question is a weekly delivery sheet for multiple
farmer-producers, often - especially lately - with 300+ rows to reference.
It just wouldn't be effective for me to name each row every time I enter
something and still hope to get the other tasks done. I suppose I'll just
have to copy-past normally every time I update something.
-MikeDH

"Sedgwick" wrote:

Mike,

if I understand your problem correctly, you should be able to work around
this by using a defined name rather than a cell reference.

To create a Defined Name you select the cells, columns or rows that you wish
to read from, Click Insert = Name = Define. Choose a name that you can
associate to the selected cells and click Add ..

This was when you copy/paste your formula it will be looking at the NAME
rather than a cell value. ie. =SUM((50*"Price_per_Beer")/"mates")

If this doesn't explain it clearly, let me know and I'll try again =)

Hope this was of help.

"MikeDH" wrote:

Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected array?

Essentially, I need to be able to paste-link in a way that the information
referenced is the same even if something should be inserted above it in the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Paste Linking with Absolute Reference

Hello - Did you find an alternative solution ?

"MikeDH" wrote:

Sedgwick,
I had thought about that for a while, but it would unfortunately be too
much work. The sheet in question is a weekly delivery sheet for multiple
farmer-producers, often - especially lately - with 300+ rows to reference.
It just wouldn't be effective for me to name each row every time I enter
something and still hope to get the other tasks done. I suppose I'll just
have to copy-past normally every time I update something.
-MikeDH

"Sedgwick" wrote:

Mike,

if I understand your problem correctly, you should be able to work around
this by using a defined name rather than a cell reference.

To create a Defined Name you select the cells, columns or rows that you wish
to read from, Click Insert = Name = Define. Choose a name that you can
associate to the selected cells and click Add ..

This was when you copy/paste your formula it will be looking at the NAME
rather than a cell value. ie. =SUM((50*"Price_per_Beer")/"mates")

If this doesn't explain it clearly, let me know and I'll try again =)

Hope this was of help.

"MikeDH" wrote:

Just a general question:
Is there any way to either:

1) Paste-special - Paste Link so the cells are then filled with absolute
references ($x$#) instead of standard reference format (x#)
or
2) Apply absolute reference format to all cell-references in a selected array?

Essentially, I need to be able to paste-link in a way that the information
referenced is the same even if something should be inserted above it in the
referenced sheet. Any ideas or solutions would be greatly appreciated.
-MikeDH

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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
changing from relative to absolute cell reference in multiple form JAaron Excel Worksheet Functions 1 May 22nd 06 08:06 AM
how to paste formula but reference a fixed cell HR Excel Discussion (Misc queries) 3 April 7th 06 04:27 AM
pivot table : formula to absolute reference a subtotal fax Excel Discussion (Misc queries) 2 November 19th 05 09:28 PM
Absolute Reference Alain Excel Worksheet Functions 3 July 14th 05 04:53 PM


All times are GMT +1. The time now is 04:55 PM.

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"