Calc IF problem

Just to add to what I wrote before, if you want to test a condition that you would write mathematically as A<B<C, you need to use AND(A<B;B<C) instead.

Brian Barker