Hi folks - this has been doing my head in all day.... can anyone offer any help?!
I have a range of cells (F10 to K10) that have numeric values, they are measurements basically. I have another set of cells X10 and Y10, cell X10 contains the minimum allowed measurment result after tolerance has been applied... while Y10 contains the Maximum allowed result after tolerance.
In cell L10 i want to review the six results in cells F10 - K10 and if cell falls out of the allowed range set in X10 and Y10 then i want cell L10 to display NO.... if all results are fine then i want cell L10 to display YES.
I've been trying to find a formula that allows this to happen all day and im finally admitting defeat and asking for help!
The closet i got was:
=IF(OR(F10,G10,H10,I10,J10,K10<X10>Y10),"No","Yes")
but all the above does is return a value of NO regards of what my measurement data says.....
Can anyone offer any advice before I lose my mind??
Thanks guys
Lee.
I have a range of cells (F10 to K10) that have numeric values, they are measurements basically. I have another set of cells X10 and Y10, cell X10 contains the minimum allowed measurment result after tolerance has been applied... while Y10 contains the Maximum allowed result after tolerance.
In cell L10 i want to review the six results in cells F10 - K10 and if cell falls out of the allowed range set in X10 and Y10 then i want cell L10 to display NO.... if all results are fine then i want cell L10 to display YES.
I've been trying to find a formula that allows this to happen all day and im finally admitting defeat and asking for help!
The closet i got was:
=IF(OR(F10,G10,H10,I10,J10,K10<X10>Y10),"No","Yes")
but all the above does is return a value of NO regards of what my measurement data says.....
Can anyone offer any advice before I lose my mind??
Thanks guys
Lee.