• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Currency Exchange

I might be able to asist.

Do you want to derive data from net or the data is already ready and you want process it further ?

Could you please explain your problem in more details.
Have prepared a macro for populating exchange rates for self use.
 

Attachments

  • INRUpdate Macro.xlsm
    377.9 KB · Views: 4
Last edited:
Hi thanks for your speedy response I need to convert a full spreadsheet from dollar to £ using the exchange rate of 1.64 so for example $34.20 would then be £20.85 hope this makes sense
 
Hi Safequip, is it possible for you to upload a sample workbook.
You mean the exchange rate will be static, no need to derive it from net ?

Please correct if wrong. Can we use a simple formula "=A1/1.64" to get the results.
Without sample data it is tad difficult to progress.

Or if we go by VBA then Range("A1").value = Range("A1").value/1.64
 
Back
Top