I have a spreadsheet with a formula similar to the following: =HYPERLINK("https://example.com/issue?id=MS-212", "MS-212")
The hyperlink is displayed and works when used in with the default US locale. When the locale is changed to german, the formula fails with a "We found a problem with this formula. Try clicking Insert Function on the Formulas tab to fix it, or click Help for more info on common formula problems." message.
Any solutions to make this work with non-US locale?
;instead of a,for the DE-DE locale? e.g.=HYPERLINK("https://example.com/issue?id=MS-212"; "MS-212"). See HYPERLINK (Funktion). - user4039065,to;conversion should happen by auto-magic when Excel opens the spreadsheet. - Robin Mackenzie