helens0 Posted December 22, 2005 Posted December 22, 2005 Apologies, my initial posting seems to have failed.I am looking to find a formula that will return the highest value from a list that is lower than another value which is specified in a different cell.e.gFind the highest number in the list below that is greater than a number in (eg) cell A1 : 6057.57657.77858.11358.26158.36458.37158.38958.63660.00060.08260.14061.189Any help greatly appreciated.Many thanksHelen
ootsoo Posted January 13, 2006 Posted January 13, 2006 hi helen,Assuming the numbers [57.576......61.189] are put in C3:C15 and number 60 in A1execute this formulae IF((MAX(C3:C15)>A1),MAX(C3:C15),A1)in cell C16(say)hope this solves ur problem...regards,Ootsoo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now