How do we get our pre-order download report into one currency?
You may want to use our pre-order download report for different analyses. Some analyses may need that all orders are in one currency. Here's how you can can so in USD:
Download the pre-order report
Open up Google Sheets
Upload CSV, click File > Open
To the right of column AA, insert a new column name and name the column (now column AB) "Target Currency"
Make the entire "Target Currency" column the value "USD"
Insert a new column to the right of column AB, called "Total (Currency Converted)"
Paste in the formula: "= IFERROR(AA2 * GOOGLEFINANCE("CURRENCY:"&T2&AB2),AA2)" to row 2.
Copy that formula for the whole column (or use auto-fill)
"Total (Currency Converted)" will now reflect the USD per order.
Note: You may want to adjust some steps, such as filtering out canceled orders, based on
your specific workflow.
Please reach out to support@getpurpledot.com if you have any questions!