1. Home
  2. Docs
  3. FAQs
  4. How To Convert Cost Metrics To Different Currency?

How To Convert Cost Metrics To Different Currency?

To convert cost metrics to a different currency, you can utilize Add/Edit Fields feature.

There are 2 ways to do this

Method #1 (Using Sheet Formula)

  1. Click on Add/Edit Fields > Select Add New Field.
  2. Select cost metrics & insert the formula =GOOGLEFINANCE(“CURRENCY:USDEUR”)*$2″. (To convert from dollar to euro)
  3. Click Export.

Digixport_CurrencyConverter

 

Method #2 (Using In-Built Formula)

You can also use in-built formula cellValue to achieve the same result.

  1. Paste the currency conversion formula =GOOGLEFINANCE(“CURRENCY:USDEUR”) in the sheet cell.
  2. Click on Add/Edit Fields > Select Add New Field.
  3. Select cost metrics & insert the formula =cellValue(Sheet1!F2)*$2″. (cellValue will simply fetch the value from the sheet’s cell)
  4. Click Export.

 

CurrencyConverter_DigiXport

 

Note: You can even edit existing fields using “$1” as a placeholder.

 

  • For other currency conversions, simply modify USDEUR to other short forms. (Eg: GOOGLEFINANCE(“CURRENCY: USDGBP”)) 
  • You can check the documentation for GOOGLEFINANCE here.

Leave a Reply

Your email address will not be published. Required fields are marked *