View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Maarten from Holland Maarten from Holland is offline
external usenet poster
 
Posts: 1
Default copy specified cells from different worksheets to one worksheet

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???????