+ Reply to Thread
Results 1 to 4 of 4

vLookUp Issue

  1. #1
    Registered User
    Join Date
    02-15-2016
    Location
    Kansas City, Missouri
    MS-Off Ver
    2010
    Posts
    21

    vLookUp Issue

    I'm using vLookup to cross reference data from another spreadsheet. I'm not having issues getting the formula to work but this is an on-going spreadsheet so I need to fill the cells below for continuing updated information. How do I write the formula/function so that there is no text in the cell until the information is entered into the other spreadsheet? The current formula that works is =VLOOKUP(B5,[Test.xlsx]Sheet1!$B:$G,6,0).

  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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: vLookUp Issue

    Try this:

    =IF(VLOOKUP(B5,[Test.xlsx]Sheet1!$B:$G,6,0)="","",VLOOKUP(B5,[Test.xlsx]Sheet1!$B:$G,6,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
    Registered User
    Join Date
    02-15-2016
    Location
    Kansas City, Missouri
    MS-Off Ver
    2010
    Posts
    21

    Re: vLookUp Issue

    Thanks for your response. It is still showing up as #N/A instead of a blank cell

  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
    28,199

    Re: vLookUp Issue

    Try

    =IF(LEN(VLOOKUP(B5,Sheet1!$B:$G,6,0))=0,"",VLOOKUP(B5,Sheet1!$B:$G,6,0))

    Or

    =IF(LEN(VLOOKUP(B5,Sheet1!$B:$G,6,0)),VLOOKUP(B5,Sheet1!$B:$G,6,0),"")

+ 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. Another Vlookup Issue
    By anagouveia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-17-2015, 06:44 PM
  2. Issue with VLOOKUP
    By Sagittarus1977 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-13-2015, 07:22 AM
  3. IF VLOOKUP Issue
    By Dan_B in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2014, 03:49 PM
  4. Vlookup issue
    By oNiGHTo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-13-2014, 12:14 PM
  5. Vlookup issue
    By ln1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-03-2012, 10:54 AM
  6. vlookup issue?
    By HP RodNuclear in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-04-2011, 01:26 PM
  7. Vlookup Issue
    By JK1234 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-13-2008, 10:34 AM

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