I'm developing a configuration tool for international use. I want the user to select the curreny in one central place, whereafter all fields will be formatted using the proper currency indicator ($ or USD, £ or GBP, DKK or kr. as examples).
I would prefer using Excel standard currency formater, but I can't figure out how to select that depending on once selected currency.
I have the tried using TEXT(ROUND(number<REF value to>;num_digits);CurrencyFormat<REF to formar currency>)
where CurrencyFormat could be: #.##0 € as an example.
Doing so, the result is a text string, which I can do calculation on.
I much more would refer to the cell as a number and apply standard Format Cells -> Currency and Symbol. Doing this, the cell still is a number, on which I can do calculation. But I can't figure out how to select the formating currency sysmbol based on a cell value, having a value from a predefined table of currencies (DKK, EUR, GBP, NOK, SEK, USD)
Any clever suggestion to solve my problem would be appreciated.
Best regards
I would prefer using Excel standard currency formater, but I can't figure out how to select that depending on once selected currency.
I have the tried using TEXT(ROUND(number<REF value to>;num_digits);CurrencyFormat<REF to formar currency>)
where CurrencyFormat could be: #.##0 € as an example.
Doing so, the result is a text string, which I can do calculation on.
I much more would refer to the cell as a number and apply standard Format Cells -> Currency and Symbol. Doing this, the cell still is a number, on which I can do calculation. But I can't figure out how to select the formating currency sysmbol based on a cell value, having a value from a predefined table of currencies (DKK, EUR, GBP, NOK, SEK, USD)
Any clever suggestion to solve my problem would be appreciated.
Best regards