View Single Post
  #3   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

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