answered
2012-09-05 00:03:38 +0200
horst
1840 ● 11 ● 29 Hi albertomaria,
the same function is implemented in LO Calc 3.6.1 (don't know about earlier versions) but not documented in the help files.
Select your cell, right click mouse, select Format cell... In the Format windows select your number format as currency and you see on the bottom a rectangle with e.g.the following format (you might need an other one):
- [$$-409]#,##0.00;[RED]-[$$-409]#,##0.00 Display $23.45 or -$23.45(in red)
- Now modify the format string to the following:
- [$$-409]* #,##0.00;[RED][$$-409]* -#,##0.00 Display $ 23.45 or $ -23.45
- This inserts padding blanks or any character between the $ and the number. There might be some restriction which characters you can not use.
I hope it solves your problem
Horst
feel free to add a feature request to bugzilla.
tohuwawohu ( 2012-08-15 11:43:56 +0200 )edit