Loading
Prepare for Email to Become the Default Login ExperienceRead More
Extend Salesforce with Clicks, Not Code
&& (AND)

&& (AND)

Evaluates if two values or expressions are both true. Use this operator as an alternative to the logical function AND.

Use

(logical1) && (logical2) and replace logical1 and logical2 with the values or expressions that you want evaluated.

Generic Example
Generic Example

IF((Price<100 && Quantity<5),"Small", null)

This formula displays Small if the price is less than 100 and the quantity is less than five. Otherwise, this field is blank.

 
Loading
Salesforce Help | Article