+ Reply to Thread
Results 1 to 7 of 7

Calculating amounts in a single currency from a list of multiple currency amounts

  1. #1
    Registered User
    Join Date
    09-14-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    16

    Calculating amounts in a single currency from a list of multiple currency amounts

    I thought this would have been covered prior, but unable to find an answer via searching the site.

    In the attached file, I seek to have a formula that will upon checking which currency will reference a given cell to use that number to calculate the British Pound (GBP) equivalent.

    The rates would all be divided into the “Amount” cells to yield the GBP equivalents.


    Thanks in advance for any assistance.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-02-2013
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    197

    Re: Calculating amounts in a single currency from a list of multiple currency amounts

    Formula in cell C4: =A4*VLOOKUP(B4,E$4:F$7,2,FALSE)

    Copy formula down

  3. #3
    Forum Contributor
    Join Date
    02-28-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    272

    Re: Calculating amounts in a single currency from a list of multiple currency amounts

    There u go
    Attached Files Attached Files
    Please consider adding a * if I helped

  4. #4
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Calculating amounts in a single currency from a list of multiple currency amounts

    Hi Romsky..

    I think above formula need to change a bit..

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    as above formula are decreasing DOLLARS's rate in USA...
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  5. #5
    Forum Contributor
    Join Date
    07-02-2013
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    197

    Re: Calculating amounts in a single currency from a list of multiple currency amounts

    You are right Debraj!

    =A4/VLOOKUP(B4,E$4:F$7,2,0)

  6. #6
    Registered User
    Join Date
    09-14-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Calculating amounts in a single currency from a list of multiple currency amounts

    Thanks for the above replies and help. Yes, the last formula is what I needed; it works now.

    Additional to this (so as to have just a blank cell output in C4, if no entry is made in B4), how could I incorporate a "IF,A4>0" type argument into the formula?

  7. #7
    Registered User
    Join Date
    09-14-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Calculating amounts in a single currency from a list of multiple currency amounts

    I just solved my extra query above, so nothing outstanding.
    Thanks again for the quick replies and assistance.

+ 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