Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How to Reference a Cell

How do you reference a cell on a different worksheet. My problem happens
when the source cell get moved the reference follows it. I'm attempting to
have my formula always reference a certain cell regardless if the contents
of that cell have been moved. In other words my formula has to equal cell
C1 always ... even if the contents in C1 have moved.



Thanks,


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default How to Reference a Cell

=indirect("Sheet1!C1")

The above formula will always reference C1 on sheet 1 no matter what. The
only thing to note is that it is volatile and so it recaclulates every time
anything calculates anywhere in the application. To tha tend don't create
thousands of these types of formulas or you spreadsheet may slow down
noticeably...
--
HTH...

Jim Thomlinson


"Joe Schmo" wrote:

How do you reference a cell on a different worksheet. My problem happens
when the source cell get moved the reference follows it. I'm attempting to
have my formula always reference a certain cell regardless if the contents
of that cell have been moved. In other words my formula has to equal cell
C1 always ... even if the contents in C1 have moved.



Thanks,



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How to Reference a Cell

Thanks, works great, however, is there anyway I can copy this formula down
multiple rows where the reference adds one. Becuase it reference a specific
cell I cannot fill down a series. For Example:

=indirect("Sheet1!C1")
=indirect("Sheet1!C2")
=indirect("Sheet1!C3")
=indirect("Sheet1!C4")

thanks,




"Jim Thomlinson" wrote in message
...
=indirect("Sheet1!C1")

The above formula will always reference C1 on sheet 1 no matter what. The
only thing to note is that it is volatile and so it recaclulates every
time
anything calculates anywhere in the application. To tha tend don't create
thousands of these types of formulas or you spreadsheet may slow down
noticeably...
--
HTH...

Jim Thomlinson


"Joe Schmo" wrote:

How do you reference a cell on a different worksheet. My problem happens
when the source cell get moved the reference follows it. I'm attempting
to
have my formula always reference a certain cell regardless if the
contents
of that cell have been moved. In other words my formula has to equal
cell
C1 always ... even if the contents in C1 have moved.



Thanks,




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default How to Reference a Cell

=INDIRECT("Sheet1!C" & ROW(1:1))


Gord Dibben MS Excel MVP

On Tue, 29 Apr 2008 15:34:40 -0400, "Joe Schmo" wrote:

Thanks, works great, however, is there anyway I can copy this formula down
multiple rows where the reference adds one. Becuase it reference a specific
cell I cannot fill down a series. For Example:

=indirect("Sheet1!C1")
=indirect("Sheet1!C2")
=indirect("Sheet1!C3")
=indirect("Sheet1!C4")

thanks,




"Jim Thomlinson" wrote in message
...
=indirect("Sheet1!C1")

The above formula will always reference C1 on sheet 1 no matter what. The
only thing to note is that it is volatile and so it recaclulates every
time
anything calculates anywhere in the application. To tha tend don't create
thousands of these types of formulas or you spreadsheet may slow down
noticeably...
--
HTH...

Jim Thomlinson


"Joe Schmo" wrote:

How do you reference a cell on a different worksheet. My problem happens
when the source cell get moved the reference follows it. I'm attempting
to
have my formula always reference a certain cell regardless if the
contents
of that cell have been moved. In other words my formula has to equal
cell
C1 always ... even if the contents in C1 have moved.



Thanks,




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
Nesting a sheet name reference within a cell reference??? Broyston Excel Discussion (Misc queries) 9 July 8th 08 08:35 PM
Formulas that reference cells that reference another cell Andrea Excel Discussion (Misc queries) 7 October 19th 06 08:14 AM
absolute cell reference A spreadsheet cell reference that does no help Excel Discussion (Misc queries) 1 January 18th 06 06:56 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. [email protected] Excel Worksheet Functions 2 December 11th 04 12:05 AM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable [email protected] Excel Worksheet Functions 2 December 11th 04 12:00 AM


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