Code: Select all
=KJED.SAMAN("Language mismatch (check ‘"&$Start.B5&"’, ‘"&$Start.B7&"’ and ‘"&$Start.E7&"’)")However, doing the same for Norwegian does not work. The only difference is that the two quotes (‘/’) are replaced with guillemetes («/»), and whichever way I choose to input them, they get replaced by typewriter quotes ("/") after I press Enter or click the accept function button (which I yesterday did for the first time since my days of Microsoft Works). The same thing happens irregardless of whether autoreplace is on or off (under localised options) and whether or not spellcheck is on. How can I get Calc to accept my typographic quotes as characters and not replace them?
I have tried both of these:
Code: Select all
=KJED.SAMAN("Manglande språksamsvar (sjekk «"&$Start.B5&"», «"&$Start.B7&"» og «"&$Start.E7&"»)")
=KJED.SAMAN("Manglande språksamsvar (sjekk «";$Start.B5;"», «";$Start.B7;"» og «";$Start.E7;"»)")