+ Reply to Thread
Results 1 to 2 of 2

How to combine IFERROR VLOOKUP SUBSTITUTE Function Across Multiple Tables

  1. #1
    Registered User
    Join Date
    07-15-2020
    Location
    united kingdom,England
    MS-Off Ver
    2019
    Posts
    13

    How to combine IFERROR VLOOKUP SUBSTITUTE Function Across Multiple Tables

    Hi all,

    I have formula for IFERROR and multiple sheets name DailyWatchlist and WeeklyWatchlist just like below:

    =IFERROR(VLOOKUP(SUBSTITUTE(A5,"*","~*"),DailyWatchlist!$A$2:$F$2000,6,FALSE),"")
    =IFERROR(VLOOKUP(SUBSTITUTE(A5,"*","~*"),WeeklyWatchlist!$A$2:$F$2000,6,FALSE),"")

    How to combine above sheets like formula below but still using IFERROR VLOOKUP and SUBSTITUTE?

    =IF(A1=1,VLOOKUP(B1,Table1,2,FALSE),IF(A1=2,VLOOKUP(B1,Table2,2,FALSE),""))

    Hopefully somebody can help me.

    Thanks

  2. #2
    Registered User
    Join Date
    07-15-2020
    Location
    united kingdom,England
    MS-Off Ver
    2019
    Posts
    13

    Re: How to combine IFERROR VLOOKUP SUBSTITUTE Function Across Multiple Tables

    Already found solutions

    =IFERROR(VLOOKUP(SUBSTITUTE(A5,"*","~*"),DailyWatchlist!$A$2:$F$2000,6,FALSE),IFERROR(VLOOKUP(SUBSTITUTE(A5,"*","~*"),WeeklyWatchlist!$A$2:$F$2000,6,FALSE),""))

    Thanks everyone..How to put solved on this thread?

+ 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] Combine VLOOKUP and IF with specific values (and IFERROR)
    By njs27 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-09-2020, 12:32 PM
  2. Combine Vlookup with iferror and sums it up
    By gill123 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 02-13-2018, 01:49 PM
  3. How to combine IF, IFerror and Vlookup formula?
    By jgomez in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-30-2016, 04:10 AM
  4. Vlookup and Substitute - Combine
    By Stressed_Daniel in forum Excel General
    Replies: 2
    Last Post: 07-16-2015, 07:38 AM
  5. [SOLVED] Combine VLOOKUP and SUBSTITUTE Functions?
    By nobodyukno in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-03-2013, 11:00 AM
  6. Replies: 10
    Last Post: 11-06-2012, 08:31 AM
  7. [SOLVED] Writing code for a function to combine iferror and vlookup
    By tommyko in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-31-2012, 05:39 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