The operator MORE THAN OR EQUAL TO (>=) is used to check if a value is greater than or equal to another. It returns true if the first value is greater than or equal to the second, and false if it is less. This operator is often used in contexts where you need to validate that a value exceeds or meets a certain threshold.
➡️ Display name:
MORE THAN OR EQUAL TO (>=)
➡️ Syntax:
value1
>=
value2
➡️ Example:
age
>=
18
In this example, the condition will be true if the age is greater than or equal to 18, and false if the age is less than 18.
- 1 value 🟡: age is the first value to compare.
- 1 operator 🟣: >= checks if the age is greater than or equal to the second value.
- 1 value 🟡: 18 is the reference value to compare with.
🟰 Expected result:
- If age >= 18, the condition is true.
- If age < 18, the condition is false.
Before You Start
Getting Started with Formulas
The new formulas in Timetonic allow you to transform, calculate, and manipulate the information stored in your columns by combining multiple functions...
Or Continue With
Glossary View of Formulas
Quickly find the function or operator you're looking for or simply explore and learn how to use them...