Convert currency based on format of cell

gunpowderboy

New Member
Joined
Jul 18, 2007
Messages
3
I'm looking for a way of converting currency and I can't seem to find anything on the board (at least not that I understand how to implement...)

what I have:
Several times a week I get workbooks (all in different layouts) which contain both text and pricing.

What I need:
I need to be able to convert all cells which are formated as a specific currency (GBP, USD and EUR) into one of the orthr currencies.

What I think could be the solution;
A macro or something that performs like this (one fore ach currency) "IF A1:ZZ9999 is formated as currency (GBP) THEN add function =FOREX!C2* in same cell"

The reason fro the add fuction is that I need to be able to see the original numbers and update the exchage rate on a going basis.

Is this possible???

Thanks in advance
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
When you say that cells are formatted as a specific currency, do you mean that the cell number format has "GBP" or "USD" and is applying it to a real numeric entry, or do you mean that the cell is text entry containing "GBP" and a number?

If you mean that the original cells are formatted using cell number format, what cell number format would you want the cell to be after adding function =FOREX!C2* to it? Having the same currency number format afterwards would be inaccurate.
 
Upvote 0

Forum statistics

Threads
1,215,547
Messages
6,125,461
Members
449,228
Latest member
moaz_cma

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