Loading
Prepare for Email to Become the Default Login ExperienceRead More
Ongoing maintenance for Salesforce HelpRead More
Extend Salesforce with Clicks, Not Code
> (Greater Than)

> (Greater Than)

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

Use

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

Net Worth Example
Net Worth Example IF(commission__c > 1000000, "High Net Worth", "General") assigns the High Net Worth value to a commission greater than one million. Note, this is a text formula field that uses a commission custom field.
 
Loading
Salesforce Help | Article