+ Reply to Thread
Results 1 to 5 of 5

Currency Conversion - IF argument?

Hybrid View

  1. #1
    Registered User
    Join Date
    06-08-2015
    Location
    London
    MS-Off Ver
    2013
    Posts
    3

    Currency Conversion - IF argument?

    Hi,
    I need one cell to work out the value in sterling based on the currency a deal was done in.
    I've imported exchange rates from X-rates.com, no problem there, but need
    e.g. (sorry, can't seem to upload excel sheet for some reason.)

    G4: Amount due exc. VAT = 1000
    H4: Net Commission = 20% of G4
    I4: Currency = £/$/EUR
    J4: Net Commision in Sterling = THIS IS WHERE I NEED A FORMULA

    I've got as far as "=IF(I4="$", (H4*[Cell ref for US Currency rate, OP knows where that is!])" but then I'm stuck with what to do. Formula needs to say if I4 is $, US rate, if it's EUR, EUR rate etc.

    If the argument is FALSE i.e. if the deal was in £, then leave Net Commission...

    Any help MASSIVELY appreciated, thanks in advance.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,486

    Re: Currency Conversion - IF argument?

    To attach a sample workbook:

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,412

    Re: Currency Conversion - IF argument?

    You could do something like this:

    =IF(I4="$",US_rate_cell,IF(I4="EUR",EUR_rate_cell,1)) * H4

    where you will need to put in the proper cell references for US_rate_cell and EUR_rate_cell.

    Hope this helps.

    Pete

  4. #4
    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
    30,769

    Re: Currency Conversion - IF argument?

    Try


    =$H4*VLOOKUP($I4,$L$1:$M$3,2,0)

    I4 = currency e.g EUR , USD, GB etc


    L1:M3 contains lookup table

    EUR	1.3
    USD	0.9
    GB	1.0

  5. #5
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Currency Conversion - IF argument?

    If Cell I2 has US rate and Cell J2 has EUR rate then use this formula on J4:

    =IF($I$4="$",$H$4*$I$2,IF($I$4="EUR",$H$4*$J$2,""))

+ 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. Currency conversion insert currency symbol
    By siobeh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-01-2013, 05:50 AM
  2. Excel 2007 : Currency Conversion
    By benoj2005 in forum Excel General
    Replies: 9
    Last Post: 03-26-2012, 07:34 AM
  3. Replies: 4
    Last Post: 03-06-2011, 05:40 PM
  4. [SOLVED] Currency Conversion
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 02:05 PM
  5. Currency Conversion
    By Heather.Lovering@gmail.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  6. Currency Conversion
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 06:05 AM
  7. [SOLVED] Currency Conversion
    By Heather.Lovering@gmail.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  8. Currency Conversion
    By Heather.Lovering@gmail.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM

Tags for this Thread

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