+ Reply to Thread
Results 1 to 3 of 3

#value!

  1. #1
    Registered User
    Join Date
    03-11-2013
    Location
    pennsylvania
    MS-Off Ver
    Excel 2010
    Posts
    4

    #value!

    I am having issues with a formula:

    E7=100%
    E6=Not Rated

    =IF(E7=E6,"",E7-E6)

    i know the reason the #VALUE! is because of the N/R, but I am wondering if there is any way to make the solution cell read 100% when this situation arises.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: #value!

    Your looking for conditional format.

    Excel 2007 => start => conditional format.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: #value!

    Perhaps
    Please Login or Register  to view this content.
    ( I don't think CF can return a value)

  4. #4
    Registered User
    Join Date
    03-11-2013
    Location
    pennsylvania
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: #value!

    E7=100%
    E6=Not Rated

    =IF(E7=E6,"",E7-E6)

    Here is how i got it to work....

    =IF(E7=E6,"",IF(ISNUMBER(E7-E6),E7-E6,E7))

+ 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