+ Reply to Thread
Results 1 to 3 of 3

Lookup table returns #N/A

  1. #1
    Kimberly Bassininsky
    Guest

    Lookup table returns #N/A

    I have am using a lookup formula that when there is no exact match it
    returns "#n/a". I want it to return either a zero or remain blank if there
    is no match. I know there is a way to change my lookup formula to
    accomplish this but I can remember how.

    Any help would be appreciated.

    Thanks,
    Kim



  2. #2
    Niek Otten
    Guest

    Re: Lookup table returns #N/A

    =IF(ISNA(YourFormula),"",YourFormula)

    --
    Kind regards,

    Niek Otten

    "Kimberly Bassininsky" <kimberly_999@hotmail.com> wrote in message
    news:uhBly2CKGHA.3912@TK2MSFTNGP10.phx.gbl...
    >I have am using a lookup formula that when there is no exact match it
    > returns "#n/a". I want it to return either a zero or remain blank if
    > there
    > is no match. I know there is a way to change my lookup formula to
    > accomplish this but I can remember how.
    >
    > Any help would be appreciated.
    >
    > Thanks,
    > Kim
    >
    >




  3. #3
    Alan
    Guest

    Re: Lookup table returns #N/A

    =IF(ISNA(VLOOKUP(A1,H1:I1000,2,FALSE)),"Zero, blank or error
    message",VLOOKUP(A1,H1:I1000,2,FALSE))
    Regards,
    Alan.
    "Kimberly Bassininsky" <kimberly_999@hotmail.com> wrote in message
    news:uhBly2CKGHA.3912@TK2MSFTNGP10.phx.gbl...
    >I have am using a lookup formula that when there is no exact match it
    > returns "#n/a". I want it to return either a zero or remain blank if
    > there
    > is no match. I know there is a way to change my lookup formula to
    > accomplish this but I can remember how.
    >
    > Any help would be appreciated.
    >
    > Thanks,
    > Kim
    >
    >




+ 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