Results 1 to 5 of 5

Thread: Microsoft Excel Null Values

  1. #1
    Grimoire of the Sages ShunNakamura's Avatar
    Join Date
    Nov 2004
    Location
    Northwest Ohio
    Posts
    2,919

    Default Microsoft Excel Null Values

    <span style="color:#FFCCFF">
    Note... I am using Excel 2003 for this.

    I am in a situation here where I have a table. I want Excel to look through a column of data for a particular value(which will be inputed). If it finds a match I want the match price printed out. That is fine.

    My issue is when there is nothing found. I want it to say it is a "Non-standard stock item" if it isn't found.

    Now it doesn't sound hard to me but I can't find the appropriate functions in excel to do it.

    Basically all I should have to do is to compare the returned value to null. If it is null it should display "Non-standard stock item", if it is not null it should display the price of the value it found.

    What I can do. The VLOOKUP to search for, locate the value, and then to print the price is easy. But how do you, in Excel, use an if statement to compare to the null value. All I have managed to find is references saying that Excel does not support a true null value. If that is the case, is there a workaround? I have yet to find it on google or in excel's formula list but I will continue looking(if I am lucky I may find it before anyone responds!)


    Edit- I am aware of Excel's ISERROR function but that seems a bit of a sloopy way to try and see if the value is null or not... is it my only option?
    </span>


    STILL Updating the anime list. . . I didn't think I was that much of an anime freak! I don't even want to consider updating the manga list!

  2. #2
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    Use ISNA(arg), returns TRUE if your arg returned/is #N/A

    And then there is Death

  3. #3
    Grimoire of the Sages ShunNakamura's Avatar
    Join Date
    Nov 2004
    Location
    Northwest Ohio
    Posts
    2,919

    Default

    Quote Originally Posted by Endless View Post
    Use ISNA(arg), returns TRUE if your arg returned/is #N/A
    <span style="color:#FFCCFF">
    How in the world did I miss that function? Ah well.

    Thank you, that does the work just fine.
    </span>


    STILL Updating the anime list. . . I didn't think I was that much of an anime freak! I don't even want to consider updating the manga list!

  4. #4

    Default

    So, I often work with office files, but with Excel documents I work more frequent. And consequently I had a lot of types of problems with such files. Once I had an very complicated issue. To be more precise some my xls files were lost. To my good fortune I got a solution - *snip*. It resolved my issue for seconds and completely free of charge as I kept in mind. What is more I knew how the software solved problem with corrupted files in Microsoft Excel format and repaired Excel-unable to read file.

  5. #5
    What the bliff Recognized Member
    Join Date
    Oct 2005
    Posts
    17,343
    Blog Entries
    2
    Contributions
    • Former Cid's Knight

    Default

    Shun seemed to find a solution to his problem already back in 2007. Please do not revive old threads to advertise your product.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •