ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help Required With IF AND Formula (https://www.excelbanter.com/excel-worksheet-functions/14973-help-required-if-formula.html)

Ian

Help Required With IF AND Formula
 
Hi - I need to write an IF AND Formula which evaluates 3 values

IF VALUE1<6 and VALUE2<6 and VALUE350 the result is GREEN

I have the formula to evaluate 2 values IF(AND(VALUE1<6,VALUE2<6),"GREEN"
but how do I incorporate the third value in to this?

Many thanks
Ian



Jim Cornelius

Use formula you have like this IF(AND(VALUE1<6,VALUE2<6,VALUE350),"GREEN"

"Ian" wrote in message
...
Hi - I need to write an IF AND Formula which evaluates 3 values

IF VALUE1<6 and VALUE2<6 and VALUE350 the result is GREEN

I have the formula to evaluate 2 values IF(AND(VALUE1<6,VALUE2<6),"GREEN"
but how do I incorporate the third value in to this?

Many thanks
Ian





R.VENKATARAMAN

you can extend value 3 also under <and
=if(and(value1<6,value2<6,value350),one result,second result)

Ian wrote in message
...
Hi - I need to write an IF AND Formula which evaluates 3 values

IF VALUE1<6 and VALUE2<6 and VALUE350 the result is GREEN

I have the formula to evaluate 2 values IF(AND(VALUE1<6,VALUE2<6),"GREEN"
but how do I incorporate the third value in to this?

Many thanks
Ian





Ian

Cheers Jim

I think I was expecting the solution to be much more
complicated!

-----Original Message-----
Use formula you have like this IF(AND

(VALUE1<6,VALUE2<6,VALUE350),"GREEN"

"Ian" wrote in message
...
Hi - I need to write an IF AND Formula which evaluates

3 values

IF VALUE1<6 and VALUE2<6 and VALUE350 the result is

GREEN

I have the formula to evaluate 2 values IF(AND

(VALUE1<6,VALUE2<6),"GREEN"
but how do I incorporate the third value in to this?

Many thanks
Ian




.



All times are GMT +1. The time now is 04:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com