How to use IF & IFS Formula in Excel | IF , IFS | Excel in Tamil | Excel Tamizha | VBA | BASIC |

 How to use IF & IFS Formula in Excel  | IF , IFS | Excel in Tamil | Excel Tamizha | VBA | BASIC |




Here i attached full explanation in Tamil

The IF function is a common Excel function that allows you to perform logical comparisons between a number and what you anticipate.

As a result, an IF statement can have two outcomes. If your comparison is True, the first result is True; otherwise, the second result is False.

=IF(C2="Yes",1,2), for example, means IF(C2 = Yes, then return a 1, else return a 2).




Note: When using text in formulae, you must surround it in quotes (e.g., "Text"). The sole exception is using TRUE or FALSE, which Excel understands automatically.






Comments

Popular posts from this blog

How to use VlookUp & HlookUp in Excel ?? Vlookup | Hlookup | Excel in Tamil | Excel Tamizha | Easy

How to use Count, Counta & Count Blank in Excel ? Excel | Excel in Tamil | Excel Tamizha | VBA |