Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a main worksheet where I have to collect data from cells in 30
worksheets. How can I make my life easier without copy and paste the info cell by cell. for example: in the main worksheet I have a row in which I have to show the collect the data form the other 30 worksheets. The data is mentioned in 30 worksheet in the same cell (in two columns), however the worksheet is named 1, 2, 3, 4, etc. The formula to pick the data is now '2'!$B$5 how can i automatically generate the next worksheet, nr. 3, so '3'!$B$5??????? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Press a Shift key and click on the last sheet it will select all sheets, then
enter your formula. To ungroup sheets, right click on sheet tab and select Ungroup sheets "Maarten from Holland" wrote: I have a main worksheet where I have to collect data from cells in 30 worksheets. How can I make my life easier without copy and paste the info cell by cell. for example: in the main worksheet I have a row in which I have to show the collect the data form the other 30 worksheets. The data is mentioned in 30 worksheet in the same cell (in two columns), however the worksheet is named 1, 2, 3, 4, etc. The formula to pick the data is now '2'!$B$5 how can i automatically generate the next worksheet, nr. 3, so '3'!$B$5??????? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT(COLUMN()&"!B5")
Entered in A1 of summary sheet and copied across row 1 Adjust COLUMN() to suit depending upon where you start. You may need COLUMN()+1 or somesuch. Gord Dibben MS Excel MVP On Tue, 21 Nov 2006 13:24:01 -0800, Maarten from Holland <Maarten from wrote: I have a main worksheet where I have to collect data from cells in 30 worksheets. How can I make my life easier without copy and paste the info cell by cell. for example: in the main worksheet I have a row in which I have to show the collect the data form the other 30 worksheets. The data is mentioned in 30 worksheet in the same cell (in two columns), however the worksheet is named 1, 2, 3, 4, etc. The formula to pick the data is now '2'!$B$5 how can i automatically generate the next worksheet, nr. 3, so '3'!$B$5??????? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need to copy a text value from one worksheet to another | Excel Discussion (Misc queries) | |||
How to set up an excel formula to copy cells to another worksheet? | Excel Worksheet Functions | |||
How do I copy each row from 1 Worksheet to separate Worksheets? | Excel Discussion (Misc queries) | |||
copy formatted (red font) cells from one worksheet to another | Excel Discussion (Misc queries) | |||
copy cells from one worksheet to another | Excel Discussion (Misc queries) |