+ Reply to Thread
Results 1 to 4 of 4

Return #VALUE! as True or False

  1. #1
    Forum Contributor BlastRanger's Avatar
    Join Date
    09-02-2010
    Location
    Indonesia
    MS-Off Ver
    2003, 2007, 2010
    Posts
    238

    Return #VALUE! as True or False

    Hi,
    How can I convert a formula that has the result of #VALUE! into true or false?

    for example,
    a formula result is #N/A
    using formula =if(isna(cell),"","Filled")
    So all the cell with result of #N/A will be blank, those no #N/A will display Filled.

    I want the same apply to #VALUE!
    tried ISVALUE() but there are no formula of ISVALUE
    Last edited by BlastRanger; 09-08-2010 at 03:14 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,649

    Re: Return #VALUE! as True or False

    You can try ISERR and ISERROR functions, but they use more than only VALUE error

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Return #VALUE! as True or False

    It's not clear if you need to differentiate between #N/A and #VALUE! errors or not... you might want to review both ISERR and ISERROR functions in XL Help.
    (there is no #VALUE! specific handler)

  4. #4
    Forum Contributor BlastRanger's Avatar
    Join Date
    09-02-2010
    Location
    Indonesia
    MS-Off Ver
    2003, 2007, 2010
    Posts
    238

    Re: Return #VALUE! as True or False

    Thank You.
    using ISERROR function solved my problem.
    It return those #VALUE! into blank with the same method I use in #N/A I described

+ 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