View Single Post
  #1   Report Post  
kevin
 
Posts: n/a
Default How to express this in an if statement.

I hope someone might be able to show me how to express the following in an IF
statement. =if(a1 is between 0 and 3 then "low", if(a1 is between 4 and 6
then "medium", if(a1 is between 7 and 10 then "high", if(a110 then
"extreme", "")
--
Thanks Kevin