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

I need some help on a problem I have. In excel 2007 I want to make cell A1
equal the value of cell B1, which is on a different worksheet. However, I
want cell A1 to change which cell it references based on what month it is.
For example, if it is January, I want cell A1 to reference cell B. However,
if it is February I want it to reference cell B2. I already have a cell, C1,
where I put in the number corresponding with what month it is that I
reference for other formulas. Any ideas?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Cell Referencing between multiple worksheets

To reference a cell in the range B1-B12 of Sheet2, based on the value (1-12)
in C1 use
=INDIRECT("Sheet2!B"&C1)

so if C1 has 5 you will get the value in B5

"Nelson B." wrote:

I need some help on a problem I have. In excel 2007 I want to make cell A1
equal the value of cell B1, which is on a different worksheet. However, I
want cell A1 to change which cell it references based on what month it is.
For example, if it is January, I want cell A1 to reference cell B. However,
if it is February I want it to reference cell B2. I already have a cell, C1,
where I put in the number corresponding with what month it is that I
reference for other formulas. Any ideas?

Thanks!

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

Thanks for your help!

"Sheeloo" wrote:

To reference a cell in the range B1-B12 of Sheet2, based on the value (1-12)
in C1 use
=INDIRECT("Sheet2!B"&C1)

so if C1 has 5 you will get the value in B5

"Nelson B." wrote:

I need some help on a problem I have. In excel 2007 I want to make cell A1
equal the value of cell B1, which is on a different worksheet. However, I
want cell A1 to change which cell it references based on what month it is.
For example, if it is January, I want cell A1 to reference cell B. However,
if it is February I want it to reference cell B2. I already have a cell, C1,
where I put in the number corresponding with what month it is that I
reference for other formulas. Any ideas?

Thanks!

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

hi sheloo,

how about if you if refer multiple sheet but the same cell that u want for..
like i want the cell F13 for sheet 1 up to sheet 1431..
and if input the formula for new worksheet in
A1=sheet 1 F13
A2=sheet 2 F13
.........
A1431=sheet 1431 F13

thanks in advance for help

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Cell Referencing between multiple worksheets

=INDIRECT("'sheet "&ROW()&"'!F13")
--
David Biddulph

kiboypalaboy wrote:
hi sheloo,

how about if you if refer multiple sheet but the same cell that u
want for.. like i want the cell F13 for sheet 1 up to sheet 1431..
and if input the formula for new worksheet in
A1=sheet 1 F13
A2=sheet 2 F13
........
A1431=sheet 1431 F13

thanks in advance for help



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
Referencing cells in multiple worksheets Andrew W Excel Discussion (Misc queries) 3 August 6th 08 02:23 PM
Excel 2003 Referencing multiple worksheets EdGarrett Excel Discussion (Misc queries) 3 January 31st 08 02:48 PM
Macro referencing multiple worksheets JULZ Excel Discussion (Misc queries) 1 October 9th 06 07:46 PM
Formula Referencing data on multiple worksheets ChrisPrather Excel Worksheet Functions 6 August 22nd 06 05:14 AM
Summary worksheet referencing multiple worksheets Jon Excel Worksheet Functions 1 January 27th 05 01:12 AM


All times are GMT +1. The time now is 03:03 AM.

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"