Using MS Excel I can go to Format of the cell and choose the text orientation from horizontal to vertical fairly easy. How do I alter text orientation to vertical in Google Spreadsheet document?

link|improve this question
feedback

migrated from superuser.com Aug 13 '11 at 0:50

This question came from our site for computer enthusiasts and power users.

3 Answers

up vote 2 down vote accepted
  1. Select your cell
  2. Replace its content with the following formula:

    =ARRAYFORMULA(CONCATENATE((MID( "Text to become vertical"; ROW(INDIRECT("YY1:YY"&LEN( "Text to become vertical" ))); 1)&CHAR(10))))

  3. Repeat for each cell

Observation: make sure the text you want in your cell is the same in both instances of the formula.

From here: http://www.quikstarts.com/Internet/Google-Docs/how-to-make-vertical-column-headers-in-google-docs/

link|improve this answer
Almost there but not quiet since I have to make it for each cell. I think I can live with this. :) Thanks – Darius Aug 23 '11 at 23:22
feedback

You have do create it as a drawing. See here for more details on how to create word art.

link|improve this answer
feedback

Place the cursor between two characters, hold down the Ctrl key and press the Enter key to create a line break between the chars.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.