-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Olamilekan Odukoya edited this page Jul 12, 2018
·
1 revision
Curency is an Excel Add-in that allows you add currency symbols to figures. The Add-in only suppports 6 countries currencies at the moment.
The Curency takes just two arguments. First is the number which you're trying to add a currency symbol to, and the second, is the currency symbol code which must be a string. The syntax looks like this;
Curency(arg1, arg2)
- Naira = "Ngn"
- Pounds = "Pounds"
- US Dollar = "USD"
- Euro = "Euro"
- Japanese Yuan = "Yen"
- Ghana Cedi = "Cedi"
In case you encounter errors while using the Add-in visit this link to raise an issue by clicking on the issues tab.