+ Reply to Thread
Results 1 to 5 of 5

When using VLOOKUP, and there is no information to pickup, the cell should not show "0"

  1. #1
    Registered User
    Join Date
    10-19-2008
    Location
    Tokyo
    MS-Off Ver
    MS Offuce 2019
    Posts
    45

    When using VLOOKUP, and there is no information to pickup, the cell should not show "0"

    Hi,

    I have attached a file for better understanding.

    When ever I use the VLOOKUP function, and there is no information to pull up(VLOOKUP) then the cell show the number 0.
    But I want to cell to be blank.

    Could somebody show me how to do it?

    Thank you for any help.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: When using VLOOKUP, and there is no information to pickup, the cell should not show "0

    try:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    10-19-2008
    Location
    Tokyo
    MS-Off Ver
    MS Offuce 2019
    Posts
    45

    Re: When using VLOOKUP, and there is no information to pickup, the cell should not show "0

    PFDave, Thank you for your help!
    This is exactly what I wanted.
    PS: Sorry for my late response.

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: When using VLOOKUP, and there is no information to pickup, the cell should not show "0

    [deleted]
    I misread above

    =IFERROR(IF(Sheet2!D9="","",VLOOKUP(C2,Sheet2!$C$1:$D$100,2,0)),"")
    or
    =IFERROR(IF(Sheet2!D9="","",INDEX(Sheet2!$C$9:$D$100,MATCH(C2,Sheet2!$C$9:$C$100,0),2)),"")
    Last edited by sandy666; 04-28-2017 at 12:16 AM.

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: When using VLOOKUP, and there is no information to pickup, the cell should not show "0

    Thanks for the feedback

+ 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] Cell AF5 to show "specfic text" from AI5:AI62 if M5 IS "155 X 220"
    By cjohnr1388 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-06-2016, 06:51 AM
  2. If "6343" in cell A3 matches "monthly" in B3 show a "Y" in C3
    By laaxy in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-05-2014, 07:38 PM
  3. Replies: 3
    Last Post: 01-02-2014, 02:15 PM
  4. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  5. Replies: 9
    Last Post: 11-06-2012, 08:59 AM
  6. Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)" not working
    By redders in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-31-2011, 03:52 PM
  7. if "a" selected from dropdown menu then show "K" in other cell
    By LEGALMATTERS in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2006, 01:10 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