vlookup formula with isblank or iserror formula

  • Re: vlookup formula with isblank or iserror formula


    If you never want to show 0 as a result, then it would be better to format the cells to hide the 0.


    Format the Cell as Custom with Type as: [COLOR="#0000FF"]0;-0;;@[/COLOR]


    Otherwise you can use this formula:
    [COLOR="#0000FF"]
    =IF(VLOOKUP(A2,Sheet2!A2:C50,2)="","",VLOOKUP(A2,Sheet2!A2:C50,2))[/COLOR]

    Where there is a will there are many ways. Finding one that works for you is the challenge!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!