The value in a Custom Field called Salary is 50,000
What would the formula, ISNUMBER (Salary_c), return.
Click on the arrows to vote for the correct answer
A. B. C. D.B.
The formula, ISNUMBER (Salary_c), checks whether the value in the custom field Salary_c is a number or not. In this case, the value in the Salary_c field is 50,000 which is a number, so the formula will return TRUE.
Option A. FALSE: This option is incorrect because the value in the Salary_c field is a number.
Option B. TRUE: This option is correct because the value in the Salary_c field is a number, and the ISNUMBER formula will return TRUE for a numeric value.
Option C. Depends on the Users Locale: This option is incorrect because the ISNUMBER formula is not affected by the user's locale. The formula will return the same result regardless of the user's locale.
Option D. 50.000: This option is incorrect because the ISNUMBER formula does not return the value in the field, but rather a boolean value indicating whether the value is a number or not.
In summary, the correct answer is B. TRUE because the value in the custom field Salary_c is a number, and the ISNUMBER formula will return TRUE for a numeric value.