#1   Report Post  
Posted to microsoft.public.excel.misc
blinkgirl119
 
Posts: n/a
Default Excel $ help!

Hi

I am looking to use the formula =Sheet1!A6 in a column, with the formula
changing each cell you go down, to =Sheet2!A6, =sheet3!A6 etc.... so it is
the sheet that changes, not the cell the data is getting taken from....how do
i do this? I think it is with the $ symbol, but i cant get it to work! Any
help will be appreciated!

Thanks in advance

Fiona
  #2   Report Post  
Posted to microsoft.public.excel.misc
Barb Reinhardt
 
Posts: n/a
Default Excel $ help!

I'm going to do this with a helper column so that you see what's happening.

A2 = 1
A3 = A2+1
A4 = A3 + 1

etc.
B2: =INDIRECT("Sheet"&A2&"!A6")
Copy down


"blinkgirl119" wrote:

Hi

I am looking to use the formula =Sheet1!A6 in a column, with the formula
changing each cell you go down, to =Sheet2!A6, =sheet3!A6 etc.... so it is
the sheet that changes, not the cell the data is getting taken from....how do
i do this? I think it is with the $ symbol, but i cant get it to work! Any
help will be appreciated!

Thanks in advance

Fiona

  #3   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Excel $ help!

Or, if you'd rather not use a helper column, you can use the ROW() function.

=INDIRECT("Sheet"&ROW()&"!A6")

If placed in B2, it would return the value of Sheet2!A6. Since B2 is in row
2. You could also use ROW()+1 or ROW()-1 to adjust if the row your formula
is in doesn't match up with the sheet number you want to reference.

HTH,
Elkar


"Barb Reinhardt" wrote:

I'm going to do this with a helper column so that you see what's happening.

A2 = 1
A3 = A2+1
A4 = A3 + 1

etc.
B2: =INDIRECT("Sheet"&A2&"!A6")
Copy down


"blinkgirl119" wrote:

Hi

I am looking to use the formula =Sheet1!A6 in a column, with the formula
changing each cell you go down, to =Sheet2!A6, =sheet3!A6 etc.... so it is
the sheet that changes, not the cell the data is getting taken from....how do
i do this? I think it is with the $ symbol, but i cant get it to work! Any
help will be appreciated!

Thanks in advance

Fiona

  #4   Report Post  
Posted to microsoft.public.excel.misc
blinkgirl119
 
Posts: n/a
Default Excel $ help!

I know im gonna sound thick amongst all you guys, but i dont get it!

Fee

"Barb Reinhardt" wrote:

I'm going to do this with a helper column so that you see what's happening.

A2 = 1
A3 = A2+1
A4 = A3 + 1

etc.
B2: =INDIRECT("Sheet"&A2&"!A6")
Copy down


"blinkgirl119" wrote:

Hi

I am looking to use the formula =Sheet1!A6 in a column, with the formula
changing each cell you go down, to =Sheet2!A6, =sheet3!A6 etc.... so it is
the sheet that changes, not the cell the data is getting taken from....how do
i do this? I think it is with the $ symbol, but i cant get it to work! Any
help will be appreciated!

Thanks in advance

Fiona

  #5   Report Post  
Posted to microsoft.public.excel.misc
Barb Reinhardt
 
Posts: n/a
Default Excel $ help!

What don't you get? We all had to start somewhere.

"blinkgirl119" wrote:

I know im gonna sound thick amongst all you guys, but i dont get it!

Fee

"Barb Reinhardt" wrote:

I'm going to do this with a helper column so that you see what's happening.

A2 = 1
A3 = A2+1
A4 = A3 + 1

etc.
B2: =INDIRECT("Sheet"&A2&"!A6")
Copy down


"blinkgirl119" wrote:

Hi

I am looking to use the formula =Sheet1!A6 in a column, with the formula
changing each cell you go down, to =Sheet2!A6, =sheet3!A6 etc.... so it is
the sheet that changes, not the cell the data is getting taken from....how do
i do this? I think it is with the $ symbol, but i cant get it to work! Any
help will be appreciated!

Thanks in advance

Fiona



  #6   Report Post  
Posted to microsoft.public.excel.misc
blinkgirl119
 
Posts: n/a
Default Excel $ help!


Thank you for being soo nice! I dont know how to do this formula at all!

Fee


"Barb Reinhardt" wrote:

What don't you get? We all had to start somewhere.

"blinkgirl119" wrote:

I know im gonna sound thick amongst all you guys, but i dont get it!

Fee

"Barb Reinhardt" wrote:

I'm going to do this with a helper column so that you see what's happening.

A2 = 1
A3 = A2+1
A4 = A3 + 1

etc.
B2: =INDIRECT("Sheet"&A2&"!A6")
Copy down


"blinkgirl119" wrote:

Hi

I am looking to use the formula =Sheet1!A6 in a column, with the formula
changing each cell you go down, to =Sheet2!A6, =sheet3!A6 etc.... so it is
the sheet that changes, not the cell the data is getting taken from....how do
i do this? I think it is with the $ symbol, but i cant get it to work! Any
help will be appreciated!

Thanks in advance

Fiona

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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


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