+ Reply to Thread
Results 1 to 3 of 3

Vertical search and NULL

  1. #1

    Vertical search and NULL

    Hi Gents,
    I am doing a vertical search to return some data from a
    selected area.
    Everything works fine unless the value I am looking for is not present
    and therefore the formula returns #N/D, which ruins everything else I
    intend to program.
    What can I do to NOT see a NULL value (#N/D) but something else
    instead?
    I could use the IF formulas, but it does not work with "#N/D".

    Thanks


  2. #2
    Gary L Brown
    Guest

    RE: Vertical search and NULL

    ???
    =If(IsNa(vlookup("A",A:B,2,false)),"Something Else", vlookup("A",A:B,2,false))
    The operative part is the Isna() function.
    Don't know if this is what you're looking for as I've not seen the "#N/D"
    error message before.

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''Yes'' button next to ''Was this
    Post Helpfull to you?''.


    "[email protected]" wrote:

    > Hi Gents,
    > I am doing a vertical search to return some data from a
    > selected area.
    > Everything works fine unless the value I am looking for is not present
    > and therefore the formula returns #N/D, which ruins everything else I
    > intend to program.
    > What can I do to NOT see a NULL value (#N/D) but something else
    > instead?
    > I could use the IF formulas, but it does not work with "#N/D".
    >
    > Thanks
    >
    >


  3. #3
    Kevin Vaughn
    Guest

    RE: Vertical search and NULL

    It's probably an international issue. I wonder if it might be =if(isnd...
    --
    Kevin Vaughn


    "Gary L Brown" wrote:

    > ???
    > =If(IsNa(vlookup("A",A:B,2,false)),"Something Else", vlookup("A",A:B,2,false))
    > The operative part is the Isna() function.
    > Don't know if this is what you're looking for as I've not seen the "#N/D"
    > error message before.
    >
    > HTH,
    > --
    > Gary Brown
    > gary_brown@ge_NOSPAM.com
    > If this post was helpful, please click the ''Yes'' button next to ''Was this
    > Post Helpfull to you?''.
    >
    >
    > "[email protected]" wrote:
    >
    > > Hi Gents,
    > > I am doing a vertical search to return some data from a
    > > selected area.
    > > Everything works fine unless the value I am looking for is not present
    > > and therefore the formula returns #N/D, which ruins everything else I
    > > intend to program.
    > > What can I do to NOT see a NULL value (#N/D) but something else
    > > instead?
    > > I could use the IF formulas, but it does not work with "#N/D".
    > >
    > > Thanks
    > >
    > >


+ 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