Transpose

S

Stuart Steven

Hi there,

I have a row of cells that contain values. These are in
cells A1:E1 in Sheet1!.

How do I get the results of these cells into cells A1:A5
in Sheet2! using a formula?

I know i can copy and paste special using transpose, but
if the values in A1:E1 subsequently change, then I have to
update this again manually, rather than the computer doing
it automatically.

Is there a transpose worksheet function that I can use??

Many Thanks,

Stuart.
 
P

Peo Sjoblom

Select A1:A5 in Sheet2 with A1 as the active cell, then in the formula bar
put

=TRANSPOSE(Sheet1!A1:E1)

then enter it with ctrl + shift & enter

--

Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 
G

Gord Dibben

Stuart

Select A1:A5 on Sheet2

In A1 type in =TRANSPOSE(Sheet1!A1:E1)

Now hit CRTL + SHIFT + ENTER

Excel will place the curly brackets around it{} to designate as an Array
formula.

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top