+ Reply to Thread
Results 1 to 11 of 11

Converting currency

  1. #1
    Registered User
    Join Date
    12-14-2011
    Location
    Australia
    MS-Off Ver
    Office 2010
    Posts
    7

    Converting currency

    Hi

    I have a workbook with hundreds of contract details, many in different currencies. I have the numerical value in one column and the currency in another. What I'd like to do is convert all of them to one standard currency as well for reporting. So I believe I need a logic formula that will multiply the value by a pre-determined conversion rate in another cell, depending on the currency designation (AUD, USD etc) in the currency column. I've played around with some things with no success thus far. Any help would be much appreciated!

    RWL

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Best function for converting currency?

    Hi RWLAUS and welcome to the Forum.

    Be sure that the best way to describe your problem, is to attach a sample workbook.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    12-14-2011
    Location
    Australia
    MS-Off Ver
    Office 2010
    Posts
    7

    Re: Best function for converting currency?

    Ah, excellent point, thanks Fotis! See attached.

    Basically, I'm looking for the best formula to use in column C to convert the original amount (column A) based on the original currency (column B) and appropriate conversion rate (column G)
    Attached Files Attached Files

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Best function for converting currency?

    Hi again.

    I don't know if it's best function...,but this function, works for me.

    In C2, put the formula:

    Please Login or Register  to view this content.
    Drag down as you need.


    Hope to helps you.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Best function for converting currency?

    in C2 filled down
    =VLOOKUP("sgd:"&B2,$F$2:$G$8,2,FALSE)*A2
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Best function for converting currency?

    In the Rates only have the actual abbreviation e.g.USD & the rate next to it. Then obtain the rate using VLOOKUP

    I have doen this and called the list Rates

    in C2 & copied down

    =ROUND(VLOOKUP(B2,Rates,2,0)*A2,2)

    Currency Calculation
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Best function for converting currency?

    Great & cleaver solution martindwilson!

    We can learn a lot from you ..

    Thank you!

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Best function for converting currency?

    royUK.

    Fantastic idea! I do not believe what I learn today ...

    Please, continued to teach us ...!

  9. #9
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Best function for converting currency?

    Hi RWLAUS,

    Use following formula in column C and drag it down:-

    =$A2*OFFSET($G$1,MATCH("SGD:"&$B2,$F:$F,0)-1,0)

    Hope this solves your problem.

    Regards,
    DILIPandey

    < click on below 'star' if this helps >
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  10. #10
    Registered User
    Join Date
    12-14-2011
    Location
    Australia
    MS-Off Ver
    Office 2010
    Posts
    7

    [SOLVED] Re: Best function for converting currency?

    Thanks so much for the help, everyone! These all worked quite well

  11. #11
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Converting currency

    You are welcome RWLAUS,

    Cheers

    Regards,
    DILIPandey

    <click on below 'star' if this helps >

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1