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)
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)
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.
Hi
If min(n6,p6)<d6 then what?
Click *, if my suggestion helps you. Have a good day!!
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.
Perhaps this?
=IF(MIN(N6,P6)<D6,FALSE,MIN(N6,P6))
or simply:
=IF(MIN(N6,P6)>=D6,MIN(N6,P6))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks