Transpose text and formatting

Discuss the spreadsheet application
Post Reply
amgbg
Posts: 10
Joined: Tue Jul 01, 2014 5:01 pm

Transpose text and formatting

Post by amgbg »

How do I solve it using TRANSPOSE to transpose original text and formatting.

Using regular TRANSPOSE {=TRANSPOSE($Utg.A11:A25)} only transposes plain text. And I need a change in formatting in the original cell to be changed in transposed cell as well.
Apache OpenOffice 4.1
Windows 8
User avatar
Zizi64
Volunteer
Posts: 11505
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: Transpose text and formatting

Post by Zizi64 »

You can not reference to the manual (direct) format properties of the cells.
And you can not reference the various formating properties what you have applied inside one cell.

You can try apply cell styles by formulas or by the conditional formatting feature (for example with a helper table containing the style-codes in a transposed array...).

And you can use the real sub- and supercript characters of the Unicode table, instead of the direct formatted sub-, supercript characters - if your problem related to that format properties.
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
User avatar
Zizi64
Volunteer
Posts: 11505
Joined: Wed May 26, 2010 7:55 am
Location: Budapest, Hungary

Re: Transpose text and formatting

Post by Zizi64 »

Here is a simple example:
Transposed Style array.ods
(11.51 KiB) Downloaded 116 times
Tibor Kovacs, Hungary; LO7.5.8/25.8.5.2 /Win7-10-11 x64Prof.
PortableApps: LO3.3.0-25.8.5.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Post Reply