Skip to content
Olamilekan Odukoya edited this page Jul 12, 2018 · 1 revision

Welcome to the Curency wiki!

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.

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"

Errors

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

Clone this wiki locally