+ Reply to Thread
Results 1 to 3 of 3

Add another vlookup into a formula

  1. #1
    Forum Contributor
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2017
    Posts
    300

    Add another vlookup into a formula

    Hello,
    I am trying to add a 4th vlookup but it is giving me an error that i am not putting parentheses- Can someone assist please in adding a 4th vlookup.

    =IFERROR(VLOOKUP(C2,'FINALE CATALOG'!A:F,6,0),IFERROR(VLOOKUP(D2,'FINALE CATALOG'!A:F,6,0),VLOOKUP(D2,'FINALE CATALOG'!B:Y,24,0)))



    Appreciate it!

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

    Re: Add another vlookup into a formula

    Try this:

    =IFERROR(VLOOKUP(C2,'FINALE CATALOG'!A:F,6,0),IFERROR(VLOOKUP(D2,'FINALE CATALOG'!A:F,6,0),IFERROR(VLOOKUP(D2,'FINALE CATALOG'!A:F,6,0),VLOOKUP(D2,'FINALE CATALOG'!B:Y,24,0))))
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,945

    Re: Add another vlookup into a formula

    Maybe this?
    =IFERROR(VLOOKUP(C2,'FINALE CATALOG'!A:F,6,0),IFERROR(VLOOKUP(D2,'FINALE CATALOG'!A:F,6,0),iferror(VLOOKUP(D2,'FINALE CATALOG'!B:Y,24,0),VLOOKUP(e2,'FINALE CATALOG'!B:Y,24,0))))

    Note that using full column ranges with vlookup could slow your file down - rather, use ranges that match your data
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] VLOOKUP formula or VLOOKUP worksheet.function
    By Crispy85 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-09-2017, 09:40 AM
  2. Replies: 5
    Last Post: 12-07-2016, 09:18 AM
  3. VBA external VLOOKUP instead of VLOOKUP-formula in cell
    By ExcelBonk in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-07-2016, 02:41 PM
  4. [SOLVED] Vlookup with column name instead of col_index_name(3rd Section of Vlookup formula)
    By akulka58 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-21-2014, 10:42 AM
  5. [SOLVED] VBA code for change vlookup formula to vlookup formula with ISNA
    By erprasannaa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-12-2013, 03:33 AM
  6. Vlookup referencing a vlookup formula
    By laurenann in forum Excel General
    Replies: 1
    Last Post: 01-24-2011, 05:52 PM
  7. vlookup-reate a vlookup formula?
    By Pam C in forum Excel General
    Replies: 1
    Last Post: 03-16-2006, 12:15 PM

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