Not able to perform comparison operator in formula language

@if(Est >=1000 & Est <3000; “XXX”;

“”)…

This is the code snippet. As i am saving it saves with no errors , but i am not getting the XXX in the column, instead it says

“Comparison Operator must be supplies two values of the same data type” …

Please helpw me…:slight_smile:

Subject: Not able to perform comparison operator in formula language

Is “Est” always a number? Remember, an empty number field is text (“”).