currency conversion

JeanUA

New Member
Joined
Oct 16, 2007
Messages
10
I am building an invoicing database and will be needing to convert USD to multiple different currencies. We will be creating the invoice in USD and need it to convert to EUR or any one of several different currencies. Anybody know an easy way to automate the conversion????
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Why not create a table that holds the names of the currencies that you will converting to and include in that table the currency conversion rate?

Whenever you decide to run the report, you should be able to add a variable into the fields themselves that will represent the multiplier and then retrieve that multiplier by a form or with a combobox choice.

This is just kind of the theory of it, since that was drift that I caught of what you were asking. The specifics would take a bit of time to work out, but I can help if you need to.

This would have a few downfalls though, for instance if the rate changes then it would change for all past invoices. This can be fixed by having a valid beginning and ending date for the currency table, and check that against the invoice date.
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,223
Members
452,896
Latest member
IGT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top