Google/Docs

From Omnia
Jump to navigation Jump to search

Google Docs

Text Rotation

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

If a cell is narrow, then here is a quick and dirty approach. Type the word into the spreadsheet cell with a space between each later.

References: