Assume a source "vertical" range is A1:A3,
which is to be copied and placed "horizontally" in B11
Via copy > pasting:
Select A1:A3, right-click > Copy
Right-click on B1 > Paste special > check "Transpose" > OK
Another way, which links B11 dynamically to A1:A3
Put in B1: =INDEX($A:$A,COLUMN(A1))
Copy across to D1
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.