Currency is an Excel Add-in which helps in inserting a currency symbol to a specified monetary value or figure. 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"
- curency(10000, "Ngn") = ₦ 10,000
- curency(10000, "Pounds") = £ 10,000
- curency(10000, "USD") = $ 10,000
- curency(10000, "Euro") = € 10,000
- curency(10000, "Yen") = ¥ 10,000
- curency(10000, "Cedi") = ₵ 10,000
Follow this link
In case you encounter errors while using the Add-in visit this link to raise an issue by clicking on the issues tab.
This project exists thanks to all the people who contribute. [Contribute]. Also feel free to make a pull request.
Olamilekan Odukoya 💻 💬 📖 👀 📢 🔧 |
---|