oddjob2001
New Member
- Joined
- Jun 23, 2011
- Messages
- 2
What i have been trying for hours and failing at is excel's daft logic when it comes to using 2 cells and a > combined with a < function.
What i am trying to do is, (written in plain terms)
IF F1600 is more than equal 5 BUT less than equal 7 AND M1600 is more than 0 BUT less than equal 2 return "true" else return "false"
i also wish to combine that with two other statements all together in the same formula so in plain terms the logic would be.
IF F1600 is more than equal 5 BUT less than equal 7
AND M1600 is more than 0 BUT less than equal 2 give result true
AND IF F1600 is more than equal 8 BUT less than equal 15
AND M1600 is more than 0 BUT less than equal 3 give result true
AND IF F1600 is more than equal 16
AND M1600 is more than 0 BUT less than equal 4 give result true
ELSE anything else give result false
Complex and I am not even sure excel can do this, any help would be greatly appreciated.
What i am trying to do is, (written in plain terms)
IF F1600 is more than equal 5 BUT less than equal 7 AND M1600 is more than 0 BUT less than equal 2 return "true" else return "false"
i also wish to combine that with two other statements all together in the same formula so in plain terms the logic would be.
IF F1600 is more than equal 5 BUT less than equal 7
AND M1600 is more than 0 BUT less than equal 2 give result true
AND IF F1600 is more than equal 8 BUT less than equal 15
AND M1600 is more than 0 BUT less than equal 3 give result true
AND IF F1600 is more than equal 16
AND M1600 is more than 0 BUT less than equal 4 give result true
ELSE anything else give result false
Complex and I am not even sure excel can do this, any help would be greatly appreciated.