Elise Nerlove
Board Regular
- Joined
- Dec 17, 2009
- Messages
- 94
hi! question...
i have 3 categories: olives, ps, peppers.
I want my if statement to do this:
if cell A1=olives and if cell A1 is less than 6.00 then "OK" if not then "FALSE" and if call A1=ps and if cell A1 is greater than 7 then "ok" if not then "false" and if cell A1=peppers and if cell a1 is greater than 3 then "ok" if not then "false"
This is how i started my function, but its wrong and im stuck!!! help! thank you!
=IF(A1="PEPPERS",IF(A1<3.00,"OK","FALSE")=IF(A1="OLIVE",IF(A1<6.00,"OK","FALSE")))
i have 3 categories: olives, ps, peppers.
I want my if statement to do this:
if cell A1=olives and if cell A1 is less than 6.00 then "OK" if not then "FALSE" and if call A1=ps and if cell A1 is greater than 7 then "ok" if not then "false" and if cell A1=peppers and if cell a1 is greater than 3 then "ok" if not then "false"
This is how i started my function, but its wrong and im stuck!!! help! thank you!
=IF(A1="PEPPERS",IF(A1<3.00,"OK","FALSE")=IF(A1="OLIVE",IF(A1<6.00,"OK","FALSE")))