|
|
|
|
|
by muxxa
4132 days ago
|
|
Calc still doesn't understand the euro symbol as a currency. Try pasting in the following: €85.00
€56.00
€52.00
€44.00
If you change the cell format to 'currency', it silently quotes the entries making them literal values (the leading tick mark is only visible in the formula box): '€85.00
'€56.00
'€52.00
'€44.00
Now it's impossible to treat them as numeric values without doing a weird regex find/replace [1]. This doesn't happen with sterling or pound.[1] http://stackoverflow.com/a/25764467/6691 |
|
(1) Select some _empty_ cells you wish to make euro currency
(2) Right click -> Format Cells
(3) Category should be "Currency"
(4) Format should be "EUR € English (Ireland)"
(5) Save and then enter numbers into the cells (the euro symbol should be appended)
It seems to work with things like sum() and you still get the euro symbol and them being the correct "currency" cell type.
Here's the "Format Code" which you can just paste into the Format Code box to save yourself time with the above procedure:
No white space around it.Pasting remains completely broken. They need to fix that.