+ Reply to Thread
Results 1 to 5 of 5

Needing Help with an Iferror

  1. #1
    Registered User
    Join Date
    08-25-2016
    Location
    NY
    MS-Off Ver
    2013
    Posts
    2

    Needing Help with an Iferror

    Hi Guys, I am trying to create this complex query and having difficulty. Nothing I am doing is bring anything back or keeps telling me I have to few arguments for this function.

    Basically column AD2 is my dollar amount and AL2 is by combo column that includes currency country and date. Than I am having my vlookup go and look at the FX table and column A is my combo of currency country and date. This is to bring back column E which is the conversation rate.

    What I am need is for column AD2/column E( FX table) to bring back US currency. Bring back 0 if they do not match.


    =iferror(AD2/vlookup(AL2),'FX 2016'!A:E,5,False)),0)

    any help anyone could provide would be great!!!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Needing Help with an Iferror

    Looks like you have some misplaced and extra parens..

    Try

    =iferror(AD2/vlookup(AL2,'FX 2016'!A:E,5,False),0)

  3. #3
    Forum Contributor
    Join Date
    08-23-2016
    Location
    India
    MS-Off Ver
    MS Office Professional Plus 2013
    Posts
    194

    Re: Needing Help with an Iferror

    =iferror(ad2/(vlookup(al2,'fx 2016'!a:e,5,false)),0)
    Ash

  4. #4
    Registered User
    Join Date
    08-25-2016
    Location
    NY
    MS-Off Ver
    2013
    Posts
    2

    Re: Needing Help with an Iferror

    Thanks everyone that worked perfectly!!!!

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Needing Help with an Iferror

    You're welcome.

+ 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] Multiple IFERROR or IFERROR w/ If Statements
    By SanchoPanza1 in forum Excel General
    Replies: 4
    Last Post: 03-31-2016, 08:09 PM
  2. [SOLVED] IFERROR(MATCH & IFERROR(SMALL Help Needed
    By chad328 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-17-2016, 06:34 AM
  3. Down Under and needing help
    By gra0001 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-24-2015, 04:50 AM
  4. IFERROR within IFERROR until no error. Help.
    By XNemo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-26-2014, 12:30 PM
  5. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  6. [SOLVED] Needing Help Very Bad
    By Mike in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-19-2006, 02:25 AM
  7. Needing your help again.
    By sungen99 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-09-2005, 12:49 PM

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