Loading
Prepare for Email to Become the Default Login ExperienceRead More
Salesforce Enforces New Security Requirements in Summer 2026Read More
Extend Salesforce with Clicks, Not Code
>= (Greater Than or Equal)

>= (Greater Than or Equal)

Evaluates if a value is greater than or equal to the value that follows this symbol.

Use

value1 >= value2 and replace each value with merge fields, expressions, or other numeric values.

Commission Example
Commission Example

IF(Commission__c >= 1000000, "YES", "NO") assigns the YES value with a commission greater than or equal to one million. Note, this is a text formula field that uses a custom currency field called Commission.

 
Loading
Salesforce Help | Article