Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Locking a reference from one worksheet to another, in the same book(without moving when a row is added)

Hello,

I am having trouble locking a reference from one worksheet to another, in the same book (without moving when a row is added).

I want to be able to input data on the first page and it automatically populate the second page in a different order.

My problem occurs when I insert a row on the first page, the second page doesnt note the change. If I re-drag the reference formulas down each time, it will change... but I would prefer to not have to do that.

An example, with sheet names (1st page and only page that has data ever input) SchedC and 2nd page (automatically populates in a different order) Catalog would be perfect.

Thank you!

EggHeadCafe - Software Developer Portal of Choice
WPF DataGrid Custom Paging and Sorting
http://www.eggheadcafe.com/tutorials...tom-pagin.aspx
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Locking a reference from one worksheet to another, in the same book (without moving when a row is added)

Chad,

One way to lock a reference is to use INDIRECT

=INDIRECT("'Sheet Name'!A1")

You can get additional cells by using

=OFFSET(INDIRECT("'Sheet Name'!A1"),COLUMN(A1)-1,ROW(A1)-1,1,1)

and copying that down and across...

HTH,
Bernie
MS Excel MVP


<chad wrote in message ...
Hello,

I am having trouble locking a reference from one worksheet to another, in the same book (without
moving when a row is added).

I want to be able to input data on the first page and it automatically populate the second page in
a different order.

My problem occurs when I insert a row on the first page, the second page doesnt note the change.
If I re-drag the reference formulas down each time, it will change... but I would prefer to not
have to do that.

An example, with sheet names (1st page and only page that has data ever input) SchedC and 2nd page
(automatically populates in a different order) Catalog would be perfect.

Thank you!

EggHeadCafe - Software Developer Portal of Choice
WPF DataGrid Custom Paging and Sorting
http://www.eggheadcafe.com/tutorials...tom-pagin.aspx



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 worksheets to another book - 2nd book will not appear jb0100 Excel Discussion (Misc queries) 2 March 18th 09 03:09 PM
automatically change the worksheet reference when new sheet added Joel Excel Worksheet Functions 8 November 29th 08 01:01 AM
Moving a sheet from one work book to another? WTG Excel Worksheet Functions 1 November 3rd 05 07:12 PM
Moving worksheets in a book Drakkip Excel Worksheet Functions 5 February 18th 05 01:24 AM
Using a cell reference to refernce worksheet in another work book [email protected] Excel Worksheet Functions 5 January 6th 05 06:26 PM


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