5. Tutorial of Microsoft Excel:

(1) What is Microsoft Excel and its installation.
(2) How to create & save a file Microsoft Excel.
(3) How to make a password protected Microsoft Excel file.
(4) How to select Cells/ Text.
(5) How to font change.
(6) How to Font size change.
(7) How to Font color change.
(8) How to make a text bold (B), Italic (I), Underline (U).
(9) How to Merge cells.
(10) How to cut, copy & paste cells/ text.
(11) How to align content with Left, Right, Center align, Top, Middle or Bottom align.
(12) How to Draw Cell border.
(13) How to change cells background color.
(14) How to cells background color, font, border change with condition (Conditional Formatting).
(15) How to use Data Validation to input fixed text in cells.
(16) How to hide or unhide rows and columns.
(17) How to apply filter.
(18) How to Page setup.
(19) How to print page.
(20) How to mimic a watermark or place background image.
Formulas and Functions
(1) Use of Sum & AutoSum.
(2) Use of Average function.
(3) How to Divided two value.
(4) How to Multiply two value.
(5) How to use Count formula.
(6) How to use COUNTIFS formula.
(7) How to use MAX formula.
(8) How to use MIN formula.
(9) How to use RANK formula.
(10) How to use IF formula.
(11) How to use SUMIFS formula.
(12) How to use LOOKUP formula.
Graph
(1) How to make a Column Graph.
(2) How to make a Line Graph.
(3) How to make a Line Graph with two or more series.
(4) How to make a Pie Graph.
(5) How to make a Combo Graph with secondary axis.
(10) How to use IF formula in Microsoft Excel.


 IF: The IF function returns one value if a condition you specify evaluates to TRUE, and another value if that condition evaluates to FALSE.


=IF(logical_test, [value_if_true], [value_if_false])

Example: I want to put Medical Allowance 5000 if any one basic salary is grater than 30000 & 3000 if less than 30000. So formula will be following.

MIN


Formula Description Result
=IF(B2>30000,5000,3000)

Returns the value 5000 if cell greater than 30000 or 3000.

here, B2=50000, logical_test=B2>30000, value_if_true=5000, value_if_false=3000.

5000










Video:

How to use IF formula in Microsoft Excel: