+ Reply to Thread
Results 1 to 8 of 8

result as "BLANK" instead of "0".

  1. #1
    Registered User
    Join Date
    08-03-2012
    Location
    India.Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    97

    result as "BLANK" instead of "0".

    Hi ,

    After giving vlookup formula my “False” value comes as “0” if the data is not found IN TABLE
    I need that to be as “BLANK” can you please advice.

    Thanks and regards,
    Shradha

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,316

    Re: result as "BLANK" instead of "0".

    Please post your formula.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: result as "BLANK" instead of "0".

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

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say thanks.

  4. #4
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: result as "BLANK" instead of "0".

    Try IFERROR formula:

    =IFERROR(VLOOKUP(C1,M4:N8,2,FALSE),"")
    Click on star (*) below if this helps

  5. #5
    Registered User
    Join Date
    08-03-2012
    Location
    India.Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    97

    Re: result as "BLANK" instead of "0".

    Hi all,

    I m not asking to replace "#N/A" to "Blank".
    I want to replace "0" with "Blank".

    The result is zero because in table array for that particular "lookup value “the result is zero.

    My formula

    =VLOOKUP(U2,Data!C:D,2,0)
    For 387710 and 168087 the result comes as “0”. But I want that as “Blank”

    Table
    C D
    Account# CC
    189660 harmala
    371271 dilipk
    371417 dilipk
    387710
    168087
    371519 dilipk



    Thanks and regards,
    Shradha

  6. #6
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: result as "BLANK" instead of "0".

    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    08-03-2012
    Location
    India.Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    97

    Re: result as "BLANK" instead of "0".

    Wow
    Why i couldnt think about it
    Yes it is working fine
    Thank you so very much

  8. #8
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: result as "BLANK" instead of "0".

    Since you are returning text values you can use:

    =VLOOKUP(U2,Data!C:D,2,0)&""

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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