transposing across different worksheets

N

Nick P

I understand the =transpose(a1:a2) etc function and to create an array etc -
however I want to copy data from a different work sheet and transpose it but
I can't quite get it to work
 
J

Jacob Skaria

Copy data.
Select a cell in destination sheet.
Right click>PasteSpecial> check 'Transpose' >Hit OK
 
M

Max

Transpose should work across sheets just as well
Assume your source data is in Sheet1's B1:D1
In another sheet,
you could array-enter something like this into say, B2:B4
=TRANSPOSE(Sheet1!B1:D1)
Joy? hit YES below
 

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