I have a spreadsheet I imported into LibreOffice Calc (Windows 10, version 5.2.0.4, also latest on Ubuntu). All went fine except for one thing.
I have a sheet called “Kalendar,” that has a column where each cell concatenates other cells in the same row, together with some fixed text. For example, cell Kalendar.B136 has the formula:
=CONCATENATE(“The “,D136,” Sunday “,E136,” “,C136,IF(F136=””,""," | “),F136,IF(G136=”",""," | "),G136)
which produces the output:
The 2nd Sunday after Pentecost | Proper 4 | Ordinary 9
The other cells in row 136 have the correct capitalization, so the concatenated result is exactly what I want.
However, when I refer to these concatenated cells in other sheets, the output is in all caps. For example, cell B508 in the sheet “Propers” has this formula:
=Kalendar.B136
In that cell, I would expect to see the same thing as Kalendar.B136. But instead I get this output:
THE 2ND SUNDAY AFTER PENTECOST | PROPER 4 | ORDINARY 9
If I were to type some text directly into Kalendar.B136, then Propers.B508 has the correct formatting (that I typed).
Using formatting commands on the cells has no effect. All the cells with these formulae act the same way. The situation is the same on both my Windows 10 machine and Ubuntu machine.
How can I fix this? By the way, if I simply type some text directly into
Thanks in advance for any help.
dB