Hi all,
I want to place a formula in cel C1 that containes the following:
If the value in A1 is lower than the value in B1-0,5 then return “High” (meaning the value in cel B1 is high)
If the value in A1 varies between the value in B1-0,5 and the value in B1+0,5 then return “OK” (meaning the value in cel B1 is OK)
If the value in A1 is higher than the value in B1+0,4 then “Low” (meaning the value in cel B1 is low)
The value in B1 can ofcourse vary.
So, if the value in B1 is 2, and the value in A1 is
-from 1,5 til 2,4, then C1 should return OK
-below 1,5, then C1 should return Low
-above 2,4, then C1 should return High
I came up with this
….. but it doesn’t work…PHP Code:
=IF(AND(A1<B1-0,5;”High”;IF(A1>B1+0,5;”Low”;IF(A1<=B1-0,5;A1>=B1+0,4;OK”)))
What should the formula be?
Thanks in advance for looking into this.
Greetings,
P
(I don't even know what the description of this topic / of this type of formula should be)
Bookmarks