View Single Post
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=IF(AND(A13,a1<7),"ok","not ok")

Regards,

Peo Sjoblom

"lucas" wrote in message
...
Hi,

I was wondering whether is there an option (Excel 2002) to make between
function. I mean that cell A1 is my variable. Now, by using IF I would

like
to say that if A1 is more than 3 and less than 7 then "ok" - other values
should give "not ok". So I wrote =if(3<A1<7;"ok";"not ok") and it doesn't
work :-( Why?

Thanks, lucas