Salesforce Administrator — Question 441

The value in a Custom Field called Salary is 50,000. What would the formula, ISNUMBER (Salary_c), return

Answer options

Correct answer: B

Explanation

The formula ISNUMBER checks if the value in Salary_c is a number. Since 50,000 is a numeric value, the formula will return TRUE. The other options are incorrect as FALSE suggests it is not a number, 'Depends on the Users Locale' does not apply here, and '50.000' is a numeric representation that is not the output of the ISNUMBER function.