Question: The syntax and description of the IF function is displayed to the right. What is problematic in each of the following uses of the IF
The syntax and description of the IF function is displayed to the right. What is problematic in each of the following uses of the IF function?They are all syntax issues.
(Flogical_test,value_if_true,value_if_false) Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE.
1. =IF(A4>C5,Too hot, Just right)
2. =IF(A4>C5,"1", "0")
3. =IF(A4>C5,D4,D6,D8)
4. =IF(A4>C5,D4,if(A4C5," Now,"" Later")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
