Hi
I have a complex document that is currently in Dollars and need to convert it to Euro's. Is there a simple way to do this?
Alternatively the document has a few base fields that I can convert manually and all the formula will correct to Euro equivalents. e.g. Item valued at $1000 is now €781.34.
But this still need me to adjust 100 of columns. Is there an easy way to do this with out changing all cell values of months, for instance, to have having a Euro symbol?
Thanks for you help!
[Solved] Currency Convert Entire Calc Document
[Solved] Currency Convert Entire Calc Document
Last edited by Alabandit on Tue Apr 02, 2013 3:22 pm, edited 2 times in total.
OpenOffice 3.5 on Ubuntu 12.04
Re: Currency Convert Entire Calc Document
Any way that you can supply a working example? The question is a bit too broad for an easy answer without seeing the data? You can attach a small example here or, if the file is too large, you can post it at someplace such as MediaFire for other forum readers to examine.Alabandit wrote:Hi
I have a complex document that is currently in Dollars and need to convert it to Euro's. Is there a simple way to do this?
Alternatively the document has a few base fields that I can convert manually and all the formula will correct to Euro equivalents. e.g. Item valued at $1000 is now €781.34.
But this still need me to adjust 100 of columns. Is there an easy way to do this with out changing all cell values of months, for instance, to have having a Euro symbol?
Thanks for you help!
LibreOffice 7.3.7. 2; Ubuntu 22.04
Re: Currency Convert Entire Calc Document
I have attached a simple example, the first table is my table in Dollars. The second table is in euro's but I can't get it to switch the format to euro's automatically.
Thanks for the help
Thanks for the help
- Attachments
-
- example for currancy conversion.ods
- (21.71 KiB) Downloaded 366 times
OpenOffice 3.5 on Ubuntu 12.04
Re: Currency Convert Entire Calc Document
Create a new Style. Or in a more detailed fashion : create a new Style from default and name it something like euro. Under the numbers tab select currency. The default currency formatting will appear in the box at the bottom of the window. You should get something that looks likeAlabandit wrote:I have attached a simple example, the first table is my table in Dollars. The second table is in euro's but I can't get it to switch the format to euro's automatically.
Thanks for the help
Code: Select all
[$$-1009]#,##0.00;[RED]-[$$-1009]#,##0.00
Code: Select all
[$€-1009]#,##0.00;[RED]-[$€-1009]#,##0.00
LibreOffice 7.3.7. 2; Ubuntu 22.04
Re: Currency Convert Entire Calc Document
Thanks! That's perfect! I never use styles in excel but makes perfect sense!
OpenOffice 3.5 on Ubuntu 12.04