Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default How can I insert a row in a source that links to a destination


I have a workbook with a number of source sheets that feed into a
destination sheet on the same workbook. I want to be able to insert and
delete rows into the source sheets and have those changes replicated on the
destination sheet.

It works if the destination work sheet is in a different workbook and that
workbook is located on a different device on the network.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How can I insert a row in a source that links to a destination

As responsed in your other thread in .misc
--------------
In your Master,
replace the top left cell where you have this link formula:
=salesperson1!A2


with this:
=OFFSET(salesperson1!$A$2,ROWS($1:1)-1,COLUMNS($A:A)-1)
Copy across / fill down as required to link it. Cover the max expected range
in the propagation. Test it out. The above will survive any new row
insertions/deletions in salesperson1 within the range covered, giving you
what you seek.

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:365 Subscribers:65
xdemechanik
---
"Bob" wrote:
I have a workbook with a number of source sheets that feed into a
destination sheet on the same workbook. I want to be able to insert and
delete rows into the source sheets and have those changes replicated on the
destination sheet.

It works if the destination work sheet is in a different workbook and that
workbook is located on a different device on the network.

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
how can i update links in destination workbook when source workbo. adnan Excel Worksheet Functions 1 August 9th 08 12:27 PM
Paste names from a source workbook to a destination kerfloo Excel Discussion (Misc queries) 0 January 31st 08 04:55 PM
Data Validation source = destination? andy62 Excel Worksheet Functions 7 December 4th 07 11:10 PM
updating destination when I add a line to my source workbook mygrandmashousecat Excel Worksheet Functions 1 May 22nd 07 08:00 PM
Automatic update of links in destination file when source file mo. Brucgil Excel Discussion (Misc queries) 0 December 2nd 04 04:07 PM


All times are GMT +1. The time now is 04:29 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"