+ Reply to Thread
Results 1 to 3 of 3

Using IF function provides FALSE result

  1. #1
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    Using IF function provides FALSE result

    Hi,
    I am using this formula to calculate a result but when C4 is >20000<24999 the result = FALSE. The other two calcs are correct.

    =IF(C4<20000,C4*$B15,IF(C4>20000<24999,C4*$B16,IF(C4>25000,C4*$B17)))

    Why is this the only calc not working???

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Using IF function provides FALSE result

    Try this

    =IF(C4<20000,C4*$B15,IF(AND(C4>=20000,C4<25000),C4*$B16,IF(C4>=25000,C4*$B17,"")))
    Last edited by AlKey; 08-05-2014 at 09:00 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    08-05-2014
    Location
    Melbourne
    MS-Off Ver
    Office 2013
    Posts
    14

    Re: Using IF function provides FALSE result

    Thanks
    Problem solved!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Can Excel operate a function based on a true or false result?
    By SteveD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  2. [SOLVED] Can Excel operate a function based on a true or false result?
    By SteveD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  3. Can Excel operate a function based on a true or false result?
    By StinkeyPete in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 09:05 AM
  4. [SOLVED] Can Excel operate a function based on a true or false result?
    By SteveD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  5. [SOLVED] Can Excel operate a function based on a true or false result?
    By SteveD in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM

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