Hi,
I have an IF statement working fine which is ...
If(Value(Label1.Text) <= 100, "100", Value(Label1.Text))
I now want to add to this so that if Label1's value is greater than or equal to 1000, it shows 1000, else it shows the value of Label1.Text
Thanks
Phil