+ Reply to Thread
Results 1 to 3 of 3

Foreign exchange matrix

  1. #1
    Registered User
    Join Date
    03-30-2016
    Location
    London, England
    MS-Off Ver
    Excel 2000 (!), 2010 and 2013
    Posts
    9

    Question Foreign exchange matrix

    Forex is doing my head in. I'd be grateful for some pointers, or otherwise to share the grief.

    I have various amounts in four different currencies. Each amount needs to be translated to each other currency.

    So I have a matrix of source data, a matrix of currency pairs (that's 25 combinations) and I need a matrix of converted currencies.

    I'll upload a workbook...!

    In the purple cells 'piv'!G:J, you can see the sheer pain of manual formulae.

    Question: what formula in the purple cells reads the:
    • data;
    • the source currency (green, row 4); and
    • the destination currency (purple, row 3)?

    The forex table is in sheet 'fx'. GBPUSD=1.5, therefore its inverse USDGBP=0.6667. To multiply the data by the conversion rate, the source currency is B1:F1 and the destination currency is A2:A6. The workbook has two named ranges in it, derived from a previous failed experiment.
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Foreign exchange matrix

    Hi
    Use in FX!H1 the following formula and copy forward to K1
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Use in FX!H2 and copy forward and down to K6 the following formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Use in piv!G5 the following formula and copy down and forward
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    See the file
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,167

    Re: Foreign exchange matrix

    Try

    In G5

    =SUMPRODUCT(($B5:$E5)*(FX!$A$2:$A$6=piv!G$3)*(FX!$C$2:$F$6))

    Copy across and down

    NOTE: the FX table headings need to be in the same sequence as your data headings:

    GBP EUR USD NOK
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Foreign Exchange rates, auto update
    By Geoffo123 in forum Excel General
    Replies: 1
    Last Post: 03-02-2015, 06:13 PM
  2. [SOLVED] Forward Foreign Exchange Challenge...if you dare
    By lcartwright in forum Excel General
    Replies: 5
    Last Post: 01-26-2015, 10:26 PM
  3. Foreign exchange rate download tool
    By Steverizer in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-19-2013, 05:48 PM
  4. VBA to pull foreign exchange rates from Web daily
    By Agatha11790 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-21-2012, 08:30 AM
  5. Foreign Exchange Rate Tracking and Chart
    By ryback1972 in forum Excel General
    Replies: 0
    Last Post: 10-25-2011, 09:03 PM
  6. Foreign Exchange
    By peterthistle in forum Excel General
    Replies: 3
    Last Post: 10-10-2010, 08:32 PM
  7. Can anyone recommend a Foreign Exchange Package
    By Landyman in forum Excel General
    Replies: 0
    Last Post: 08-23-2006, 01:32 AM

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