I’ve got an opportunity tracker base that’s logging potential project opportunities from five different countries.
I’m trying to set up a column that takes those individual budgets and converts them all to USD so that I can see our global pipeline in one currency.
To do this, I’m assuming I need to set up a formula that cross references each project budget against the city of origin for that project and only does currency conversion if necessary.
Basically I want to do something along the lines of
If {City of Origin} = “New York” or “Los Angeles”, then just reprint {Budget}
If {City of Origin} = “London”, then just multiply {Budget} * 1.3
If {City of Origin} = “Paris”, then just multiply {Budget} * 1.4
etc etc
But I can’t figure out the syntax.
Would anyone be willing to help?
Also, can anyone recommend best practice for referring to currency conversion multipliers in Airtable that might be simpler than hard-coding the numbers right into the formula?
Thanks so much in advance for any help you can offer!