>=
[Effort] >= 2Syntax
{left expression} >= {right expression}
Logical function returns TRUE if left expression is greater than or equal to the right expression, and FALSE otherwise.
left expression: Any numerical, date or text expression can be used
right expression: Any numerical, date or text expression can be used