+ Reply to Thread
Results 1 to 5 of 5

Look up error handling question.

  1. #1
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651

    Look up error handling question.

    I am trying to do a look up that is return a value of “” if there is an #N/A error (the data does not exist) but this formula is not working for me. Any ideas?

    =IF(VLOOKUP(O8,'[xx.Data.xls]XXXXX Valley'!$L$1:$R$100,2,FALSE)=ISNA(V1),"",(VLOOKUP(O8,'[xx.Data.xls]XXXXX Valley'!$L$1:$R$100,2,FALSE)))


    Thank you for your help.

  2. #2
    Ardus Petus
    Guest

    Re: Look up error handling question.

    IF(ISNA(VLOOKUP(...),"",VLOOKUP(...))

    HTH
    --
    AP

    "sungen99" <[email protected]> a écrit
    dans le message de news:
    [email protected]...
    >
    > I am trying to do a look up that is return a value of "" if there is an
    > #N/A error (the data does not exist) but this formula is not working
    > for me. Any ideas?
    >
    > =IF(VLOOKUP(O8,'[xx.Data.xls]XXXXX
    > Valley'!$L$1:$R$100,2,FALSE)=ISNA(V1),"",(VLOOKUP(O8,'[xx.Data.xls]XXXXX
    > Valley'!$L$1:$R$100,2,FALSE)))
    >
    >
    > Thank you for your help.
    >
    >
    > --
    > sungen99
    > ------------------------------------------------------------------------
    > sungen99's Profile:
    > http://www.excelforum.com/member.php...fo&userid=9144
    > View this thread: http://www.excelforum.com/showthread...hreadid=541573
    >




  3. #3
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651
    does not seem to work. in my test i should return a "" but im still getting the #N/A error.

  4. #4
    Bob Phillips
    Guest

    Re: Look up error handling question.

    Typo

    =IF(ISNA(VLOOKUP(...)),"",VLOOKUP(..))

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Ardus Petus" <[email protected]> wrote in message
    news:[email protected]...
    > IF(ISNA(VLOOKUP(...),"",VLOOKUP(...))
    >
    > HTH
    > --
    > AP
    >
    > "sungen99" <[email protected]> a écrit
    > dans le message de news:
    > [email protected]...
    > >
    > > I am trying to do a look up that is return a value of "" if there is an
    > > #N/A error (the data does not exist) but this formula is not working
    > > for me. Any ideas?
    > >
    > > =IF(VLOOKUP(O8,'[xx.Data.xls]XXXXX
    > > Valley'!$L$1:$R$100,2,FALSE)=ISNA(V1),"",(VLOOKUP(O8,'[xx.Data.xls]XXXXX
    > > Valley'!$L$1:$R$100,2,FALSE)))
    > >
    > >
    > > Thank you for your help.
    > >
    > >
    > > --
    > > sungen99
    > > ------------------------------------------------------------------------
    > > sungen99's Profile:
    > > http://www.excelforum.com/member.php...fo&userid=9144
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=541573
    > >

    >
    >




  5. #5
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651
    Works! thank you!

+ 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