Loading
Salesforce now sends email only from verified domains. Read More
Help Agent Performance DegradationRead More
Extend Salesforce with Clicks, Not Code
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          && (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