+ Reply to Thread
Results 1 to 6 of 6

Minimum but not less than formula

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Minimum but not less than formula

    I need please to edit the below formula to reflect minimum of cell N6 and cell P6 but not less than the value in cell D6

    =MIN (N6,P6)

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

    Re: Minimum but not less than formula

    Do you want then to have a result of the value in D6 if D6 is higher?

    e.g. =MAX(D6,MIN(N6,P6))
    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
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Minimum but not less than formula

    Hi
    If min(n6,p6)<d6 then what?
    Click *, if my suggestion helps you. Have a good day!!

  4. #4
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Minimum but not less than formula

    Sorry about that, If the result is less than D6 value, i would like to see "FALSE" be displayed please.
    Last edited by Khaldon; 04-11-2012 at 05:50 PM.

  5. #5
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Minimum but not less than formula

    Perhaps this?

    =IF(MIN(N6,P6)<D6,FALSE,MIN(N6,P6))

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

    Re: Minimum but not less than formula

    or simply:

    =IF(MIN(N6,P6)>=D6,MIN(N6,P6))

+ 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