You are on page 1of 5

မာတိကာ 

What is Excel? ............................................................................................................................... 2 

Cell References .............................................................................................................................. 3 

Mathematics Calculation‐01 ......................................................................................................... 3 

Mathematics Calculation‐02 ......................................................................................................... 3 

Creating Professional Invoice ........................................................................................................ 4 

IF ................................................................................................................................................... 5 

PIVOT ............................................................................................................................................ 5 

Creating Progress Chart ................................................................................................................ 5 

 
 
 
 
 
 

 
 
Microsoft Excel 

What is Excel?

A software program created by Microsoft that uses spreadsheets to organize numbers and data
with formulas and functions. Excel analysis is ubiquitous around the world and used by businesses of all
sizes to perform financial analysis.
Cell References
❖ Relative Cell References (E.g., A1:B10)
❖ Absolute Cell Reference (E.g., $A$2)
❖ Mixed Reference (E.g., A1*B$5,A1*$B5

Mathematics Calculation-01

 Division ( / )
 Multiply (*)
 Add ( + )
 Subtract ( - )

Mathematics Calculation-02

 Min =Min (number1, [number2])


 Max =Max (number1, [number2])
 Median =MEDIAN (number1, [number2])
 Average =Average (number1, [number2])
Creating Professional Invoice

 
IF

Checks if the condition is met and returns one value if True and another value if False.

• IF

=IF(Logic, Value if true, value of false

=IF(OR(Logic1,Logic2,..), Value if true, value of false)

=IF(AND(Logic1,Logic2,..), Value if true, value of false)


 

 
PIVOT
 
 
❖ A Pivot Table is a special tool in Excel for summarizing data without formulas. The Pivot
Table interface behaves like a report generator, allowing you to interactively add and
remove fields as you like.
 

Creating Progress Chart


 
 

You might also like