Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cell reference between worksheets

I have a spreadsheet that has multiple worksheets. The first worksheet is a
status tracking tool for the other worksheets which contain all the daily
detail. I want to be able to refernce specific cells in each worksheet and
have them populate the first worksheet with updated detail.

As I add new detail to the individual sheets, I insert a column so that the
most current detail is listed on the top. The detail I want to populate the
tracking worksheet is in cell A17 of the individual worksheets. I have tried
to reference it as an absolute value using $A$17. What happens is when I
insert a new row, it shows $A$18.

How do I get this to always reference A17? I've tried to name the cell but
that didnt work either.
--
Cassie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Cell reference between worksheets

=INDIRECT("$A$17") will do it

"Cassie Rodgers" wrote:

I have a spreadsheet that has multiple worksheets. The first worksheet is a
status tracking tool for the other worksheets which contain all the daily
detail. I want to be able to refernce specific cells in each worksheet and
have them populate the first worksheet with updated detail.

As I add new detail to the individual sheets, I insert a column so that the
most current detail is listed on the top. The detail I want to populate the
tracking worksheet is in cell A17 of the individual worksheets. I have tried
to reference it as an absolute value using $A$17. What happens is when I
insert a new row, it shows $A$18.

How do I get this to always reference A17? I've tried to name the cell but
that didnt work either.
--
Cassie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cell reference between worksheets

Does this work if the cell I need referenced is on a different worksheet?
--
Cassie


"Sean Timmons" wrote:

=INDIRECT("$A$17") will do it

"Cassie Rodgers" wrote:

I have a spreadsheet that has multiple worksheets. The first worksheet is a
status tracking tool for the other worksheets which contain all the daily
detail. I want to be able to refernce specific cells in each worksheet and
have them populate the first worksheet with updated detail.

As I add new detail to the individual sheets, I insert a column so that the
most current detail is listed on the top. The detail I want to populate the
tracking worksheet is in cell A17 of the individual worksheets. I have tried
to reference it as an absolute value using $A$17. What happens is when I
insert a new row, it shows $A$18.

How do I get this to always reference A17? I've tried to name the cell but
that didnt work either.
--
Cassie

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cell reference between worksheets

Thanks much! It worked!
--
Cassie


"Sean Timmons" wrote:

=INDIRECT("$A$17") will do it

"Cassie Rodgers" wrote:

I have a spreadsheet that has multiple worksheets. The first worksheet is a
status tracking tool for the other worksheets which contain all the daily
detail. I want to be able to refernce specific cells in each worksheet and
have them populate the first worksheet with updated detail.

As I add new detail to the individual sheets, I insert a column so that the
most current detail is listed on the top. The detail I want to populate the
tracking worksheet is in cell A17 of the individual worksheets. I have tried
to reference it as an absolute value using $A$17. What happens is when I
insert a new row, it shows $A$18.

How do I get this to always reference A17? I've tried to name the cell but
that didnt work either.
--
Cassie

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Cell reference between worksheets

=INDIRECT("Sheet1!"&"$A$17")


Gord Dibben MS Excel MVP

On Fri, 23 Oct 2009 11:00:01 -0700, Cassie Rodgers
wrote:

Does this work if the cell I need referenced is on a different worksheet?


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 do I reference the same cell, but in different worksheets? marcon Excel Worksheet Functions 10 November 3rd 06 12:36 AM
Cell reference between worksheets jitu_tikili Excel Worksheet Functions 1 April 4th 06 07:54 PM
how do you copy the same cell reference on different worksheets abee Excel Worksheet Functions 1 June 15th 05 01:48 AM
HOW DO I REFERENCE A CELL FROM THE RESULTS OF TWO WORKSHEETS TD Excel Discussion (Misc queries) 1 December 14th 04 03:16 PM
HOW DO I REFERENCE A CELL FROM THE RESULTS OF TWO WORKSHEETS TD Excel Discussion (Misc queries) 0 December 14th 04 02:25 AM


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