Trying to transpose a row to a column - it is not working - help!

  • Thread starter Thread starter MRAWLS
  • Start date Start date
MRAWLS said:
I've been doing this in my spreadsheet but suddenly it is not working.

Need to provide some details. List examples of your data, the exact steps you
are taking, the results you are getting and the results you expect.
 
Hi,

There are many ways to transpose a row to a column:

1. You can use the Edit, Paste Special, Transpose command
2. You can use the TRANSPOSE array formula (note to do this the formula
requires array entry, for example you would highlight A1:A10, type the
formula =TRANSPOSE(B1:M1), and press Shift+Ctrl+Enter
3. You can use INDEX or OFFSET
 
Back
Top