+ Reply to Thread
Results 1 to 6 of 6

IF THEN formula help

  1. #1
    Registered User
    Join Date
    08-21-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    8

    Question IF THEN formula help

    I think I need an IF THEN formula, but it seems like it could be much simpler. However, I'm not great at Excel and I've been trying to input the correct formula for days to no avail.

    Basically: IF K9<=1.15, then Q9=1.15, IF K9>=1.50, then Q9=1.50, however, if K9 is any number in between 1.15 and 1.50, then that number is acceptable in Q9

    Thank you for any help.

    Heather

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: IF THEN formula help

    Ty:

    =IF(K9>=1.50,1.50,IF(K9>1.15,Q9,1.15))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: IF THEN formula help

    How about..in Q9

    =MIN(MAX(K9,1.15),1.5)
    Last edited by Ace_XL; 08-21-2013 at 02:13 PM.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    08-21-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: IF THEN formula help

    Thank you NBVC. That puts me closer, but not quite right on. That formula changes the result in Q9 to 1.15, when the number currently in K9 is 1.29 and therefore acceptable. If you have another suggestion, I am grateful. However, I will continue to work with the formula you have given me.

    Thank you again
    Heather

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: IF THEN formula help

    Sorry, the Q9 in the formula should be K9

    =IF(K9>=1.5,1.5,IF(K9>1.15,K9,1.15))

  6. #6
    Registered User
    Join Date
    08-21-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: IF THEN formula help

    Those worked, thank you both so much. I can't believe I worked on this for hours when the answer was a minute away.

+ 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. Replies: 6
    Last Post: 10-08-2009, 03:45 AM

Tags for this Thread

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