+ Reply to Thread
Results 1 to 3 of 3

IF formula displaying as FALSE?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-13-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    11

    IF formula displaying as FALSE?

    Hi everyone,

    Is there a way to get the following two formulas to display as 0%, rather than FALSE?

    =IF(AND(K2<2,K2>2),0,IF(K2=2,(I2/H2)))

    =IF(AND(K2<2,K2>2),0,IF(K2=2,(AVERAGE(D15,D17))))

    Thanks!
    Last edited by Merboo; 09-13-2012 at 10:52 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,414

    Re: IF formula displaying as FALSE?

    Try this:

    =IF(AND(K2<2,K2>2),0,IF(K2=2,(I2/H2),0))

    =IF(AND(K2<2,K2>2),0,IF(K2=2,(AVERAGE(D15,D17)),0))

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-13-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: IF formula displaying as FALSE?

    That's absolutely fantastic, thanks so much!

+ 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