This is a formula I came up with but the logical test picks the incorrect criteria.
=IF((AND(INT(($AM$155*O136)/5+0.499)*5>O100,INT(($AM$155*O136/5+0.499)*5<=O100)),O172,INT(((O100*1.05)/5+0.499))*5)
I am trying to say, if statement 1 (formula #1 is greater than value #1 then O172) is true, and if statement 2 (formula #2 is less than or equal to value #2 then INT(((O100*1.05)/5+0.499))*5) is true.
My problem is that if statement 1 is true, the formula will generate the value for statement 2, rendering my formula a failure.
Please any help would be great,
Rome
Bookmarks