Whenever I’m assigning a cell with an operator to another cell with text, the original formatting of individual words is getting lost.
Example:
- content in [A1]: “Lorem ipsum dolor sit amet, consecteur adipiscu elitaer.” →
- formula in [A2]
=A1
→ - displayed in [A2]: “Lorem ipsum dolor sit amet, consecteur adipiscu elitaer.”
The formula symbols explicitly refers to superscript and subscript characters, so-called indexes, such as “Q_v” or “d_min” or “/PHi/_th” which are secundary ignored.
0_LO-CALC_doubled formattings_020951.ods (19.7 KB)
… compared to HTML: <i>R</i><sub>th</sub>
→ Rth
What can i do to accept the secundary cell the formattings in the primary cell?