Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Reference worksheets in ascending order

Hi

I'm trying to build a summary worksheet that draws various data from other
worksheets with names like "sell 01", "sell 02", and so on. I want to make a
vertical list referencing cell A2 in each worksheet, increasing by one number
for each additional row.

This is easy in the same sheet, i.e., =A1+1 copy-paste. How can I add to a
sheet reference?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Reference worksheets in ascending order

On your summary work sheet, assuming your data starts on row 2, you could use
the following formula:

=INDIRECT("'Sell "&TEXT(ROW()-1,"00")&"'!A2")

the -1 after the row is because you need some method to count which sheet
you are trying to show the value of, if your data on your summary sheet
started on row 7, for example, it would be a -6 instead.

Hope this helps!

--
John C


"mattjdohm" wrote:

Hi

I'm trying to build a summary worksheet that draws various data from other
worksheets with names like "sell 01", "sell 02", and so on. I want to make a
vertical list referencing cell A2 in each worksheet, increasing by one number
for each additional row.

This is easy in the same sheet, i.e., =A1+1 copy-paste. How can I add to a
sheet reference?

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
Can I short worksheets ascending or descending order ? Jitender Kadyan Excel Worksheet Functions 1 August 25th 07 08:54 AM
How to sort worksheets in alphabetical order (descending or ascending)? [email protected] Excel Discussion (Misc queries) 2 June 14th 07 10:13 PM
How do I arrange/sort worksheets in ascending order? PurpleRain Excel Discussion (Misc queries) 3 October 20th 06 06:41 AM
Excel worksheets needs to sort ascending or descending order. Md. Mahfuzul Mannan Excel Worksheet Functions 1 September 3rd 06 05:04 PM
Digits in ascending order ? toyota58 Excel Worksheet Functions 2 February 3rd 06 06:47 PM


All times are GMT +1. The time now is 08:33 PM.

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"