Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi i have got five worksheet all with diffrent info in.
i wish to transfer some of the data from each worksheet into the sixth worksheet. so info from the first would go into a1,a2,and carry on like that there after. the ifo in the first five worksheets always come from the same cells. so in the end the sixth worksheet will end up with row after row of answers from the five work sheet ei team one won team two lost ect |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way to set up a summary sheet to draw results from the 5 source sheets
Assume source sheets are identical in structure and named as: Sheet1, Sheet2, ... In the summary sheet (Sheet6, say), List the 5 source sheetnames across in B1:F1: Sheet1, Sheet2, Sheet3, Sheet4, Sheet5 (ensure sheetnames entered are consistent with actual tabnames) List the desired cell references to be extracted from each sheet in A2 down, for example: A2 B3 C2 etc Then just place in B2: =INDIRECT("'"&B$1&"'!"&$A2) Copy B2 across to F2, fill down to populate the table Adapt to taste .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "garston78" wrote: hi i have got five worksheet all with diffrent info in. i wish to transfer some of the data from each worksheet into the sixth worksheet. so info from the first would go into a1,a2,and carry on like that there after. the ifo in the first five worksheets always come from the same cells. so in the end the sixth worksheet will end up with row after row of answers from the five work sheet ei team one won team two lost ect |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
How to enter data in maximum of one cell in range? | Excel Worksheet Functions | |||
Cell data format | Excel Discussion (Misc queries) | |||
Enter TODAY if cell has data | New Users to Excel | |||
How Do I Enter Data Into A Single Cell | Excel Worksheet Functions |