Assuming your source range is in A1:A26 (ie a 26R x 1C grid)
Try this:
Select say B1:AA1 (target range)
(note: the target range selected must be the "converse"
of the source 26R x 1C grid, i.e. a 1R x 26C grid)
Put in the formula bar: =TRANSPOSE(A1:A26)
Array-enter the formula, viz.:
Hold down CTRL + SHIFT, press ENTER
(instead of just pressing ENTER)
Done correctly Excel will wrap curly braces around the formula:
{=TRANSPOSE(A1:A26)}
(don't type-in the curly braces!)
Whatever's showing in A1:A26 will be transposed into B1:AA1
If A1:A26 contains formulas with values which may change,
then the changes will be correspondingly reflected in B1:AA1
--
hth
Max
-----------------------------------------
Please reply in newsgroup
Use xdemechanik
<at>yahoo<dot>com
for email
-------------------------------------------
Jay said:
I would like to know how to transpose the layout of a speadsheet from rows
to columns with out destroyin my spread sheet....
When ever I do this I lose the equations I have entered.. for some reason
the refereces tdo not folllow the trransposition....