+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP Formula with QUERY

  1. #1
    Registered User
    Join Date
    05-14-2015
    Location
    Kent
    MS-Off Ver
    365
    Posts
    20

    VLOOKUP Formula with QUERY

    Having a slight issue that when using below formula to lookup and return a date from another sheet which is generated from a Query connection.


    =IF(P4>0,VLOOKUP(A4,Near_Miss!A:H,3,FALSE))

    Tried below to remove "FALSE"
    =IFERROR(IF(P4>0,VLOOKUP(A4,Near_Miss!A:H,3,FALSE)),"")

    Above is a If statement that anything above 0 would then use the lookup and return a date value into that cell.

    if no date identified with above formula "FALSE" is generated in the cell and using the IFERROR doesn't remove this within that cell.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,409

    Re: VLOOKUP Formula with QUERY

    IFERROR drive result into expection if error occur.
    FALSE is not an error sign

    try:
    =IF(P4>0,VLOOKUP(A4,Near_Miss!A:H,3,FALSE),"")
    Quang PT

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: VLOOKUP Formula with QUERY

    Try this one

    =IF(P4>0,VLOOKUP(A4,Near_Miss!A:H,3,FALSE),"")
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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] Formula - adding an IF Query onto vlookup query
    By mra1984 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-06-2013, 05:31 AM
  2. [SOLVED] Vlookup formula query
    By Excel Dumbo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-01-2013, 09:38 PM
  3. [SOLVED] Excel 2007 : Formula Query: Using a VLOOKUP and MID formula together
    By The_Snook in forum Excel General
    Replies: 6
    Last Post: 07-10-2012, 06:28 AM
  4. Vlookup query
    By Irish Pat in forum Excel General
    Replies: 2
    Last Post: 11-05-2011, 03:09 PM
  5. [SORT OF SOLVED]VLOOKUP formula query
    By thedaddy in forum Excel General
    Replies: 4
    Last Post: 08-31-2009, 08:20 AM
  6. VLOOKUP query
    By kirstywing in forum Excel General
    Replies: 10
    Last Post: 02-20-2009, 10:28 AM
  7. vlookup query
    By John Moore in forum Excel General
    Replies: 6
    Last Post: 06-22-2006, 05:10 PM
  8. VLOOKUP Query
    By blain in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-17-2006, 10:09 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