Skip to content

olamilekan000/Curency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Curency

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.

Syntax

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)

Currency Codes

  • Naira = "Ngn"
  • Pounds = "Pounds"
  • US Dollar = "USD"
  • Euro = "Euro"
  • Japanese Yuan = "Yen"
  • Ghana Cedi = "Cedi"

Examples

  • 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

Download:

Follow this link

Errors

In case you encounter errors while using the Add-in visit this link to raise an issue by clicking on the issues tab.

Contributors

This project exists thanks to all the people who contribute. [Contribute]. Also feel free to make a pull request.


Olamilekan Odukoya

💻 💬 📖 👀 📢 🔧

About

An Excel Add-in for currency symbols

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages