One way to set it up ..
In Sheet4
-------------
Put in B1:G1 : c9, e9, g9, i9, c10, e10
(these cell refs act as the "column" headers)
Put in A2:A4 : Sheet1, Sheet2, Sheet3
(these sheetnames will be the "row" headers)
Put in B2: =INDIRECT("'"&$A2&"'!"&B$1)
Copy B2 across to G1, fill down to G3
to populate the table
B2:G4 will return what you want
Adapt and extend to suit ..

Signature
--
Rgds
Max
xl 97
---
Please respond in thread
xdemechanik <at>yahoo<dot>com
----
> as in :
> sheet1 c9 e9 g9 i9 c10 e10
[quoted text clipped - 19 lines]
> >
> > Cheers Shaun
Max - 25 Oct 2004 16:52 GMT
Sorry, some typos just detected ..
(but maybe obvious? <g>)
Lines
> Copy B2 across to G1, fill down to G3
> to populate the table
should read as:
> Copy B2 across to G2, fill down to G4
> to populate the table

Signature
Rgds
Max
xl 97
--
Please respond, in newsgroup
xdemechanik <at>yahoo<dot>com
---