MS-Excel (IF FUNCTION)
MS-Excel (IF FUNCTION) YouTube video link: https://youtu.be/RW9tC36SLuw If is used to give condition. As we say in Hindi, "अगर ऐसा होता तो यह होता वरना ये होता।", same as happens when we apply IF Function. It's syntax is: if(<condition>, True Statement, False Statement) Above statement means that if a condition given is True, than result will be whatever has been written in true, else the result will be whatever has been written in false place. e.g. if(A1>500, "Yes", "No") In the above case if number entered in cell A1 is more than 500 than the cell in which formula has been given will reflect Yes, if it is less than 500 than it will result in No. For understanding operators, how they function you watch our MS-Excel OPERATORS YouTube video: https://youtu.be/s4qmKemxTMw Multiple IF Function When we have to apply more than one condition than we use multiple IF function. In this, at place of False statement we write another if with a true a