USING MICROSOFT EXCEL
MODIFYING PAGE SETUP PROPERTIES IN EXCEL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is the correct syntax of the If function?
|
If(comparison, true value, false value)
|
|
If(compare, false, true)
|
|
If(true value, comparison, false value)
|
|
If(false value, comparison, true value)
|
Explanation:
Detailed explanation-1: -Syntax. Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it’s false. For example: =IF(A2>B2, "Over Budget", "OK")
Detailed explanation-2: -Top Answer b )Explanation: IN MS Excel, “IF” function is used to check the particular condition. It will return differently depending on the result of the condition was TRUE or FALSE. Thus, option (b) is correct.
Detailed explanation-3: -The FALSE function in Excel is equivalent to the number 0.
There is 1 question to complete.