InterviewSolution
Saved Bookmarks
| 1. |
Explain the advantage of if function |
|
Answer» The IF function allows you to make a LOGICAL comparison between a value and what you expect by testing for a condition and returning a result if TRUE or FALSE. =IF(SOMETHING is True, then do something, otherwise do something else)Explanation:Hope this helps you outMark it as brainliest |
|