F. SHORT ANSWER QUESTION 2. What is the use of IF function? Explain with an example
Answers
Answered by
0
Answer:
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")
Similar questions