+ Reply to Thread
Results 1 to 2 of 2

Return a null value

Hybrid View

  1. #1
    Mondou
    Guest

    Return a null value

    I am using an '' IF '' Function in Excel. When the argument is false,
    I would like the argument to return a blank value instead of a '' 0 ''
    value.

    Does anyone know how ?

    Also, is there a way to return a field's original value if the argument
    is false (without creating a circular reference) ?

    Eg. If the original value in a field A5 is 100. I would like to use an
    ''IF'' function (in that same field) that changes the value if the
    argument is TRUE but keeps the original value (100) if the argument is
    false.

    Thanks


  2. #2
    Bill Ridgeway
    Guest

    Re: Return a null value

    Mondou
    <<I would like the argument to return a blank value instead of a '' 0 ''
    value>>. Insert a double quotes - "" instead of 0

    <<Also, is there a way to return a field's original value if the argument is
    false (without creating a circular reference)? Eg. If the original value in
    a field A5 is 100. I would like to use an ''IF'' function (in that same
    field) that changes the value if the argument is TRUE but keeps the original
    value (100) if the argument is false.>>
    You can't have a value and a formula in the same cell. The best you can do
    is a helper column which returns either the result of the formula or the
    value A5.

    Regards.

    Bill Ridgeway
    Computer Solutions

    "Mondou" <[email protected]> wrote in message
    news:[email protected]...
    >I am using an '' IF '' Function in Excel. When the argument is false,
    > I would like the argument to return a blank value instead of a '' 0 ''
    > value.
    >
    > Does anyone know how ?
    >
    > Also, is there a way to return a field's original value if the argument
    > is false (without creating a circular reference) ?
    >
    > Eg. If the original value in a field A5 is 100. I would like to use an
    > ''IF'' function (in that same field) that changes the value if the
    > argument is TRUE but keeps the original value (100) if the argument is
    > false.
    >
    > 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