Introduction to MS Excel
Microsoft Excel is a spreadsheet application used to store, organize, analyze, and
visualize data using rows, columns, formulas, and charts. It is widely used for
calculations, data analysis, reporting, and decision making.
Uses of MS Excel:
• Data entry and management
• Calculations and analysis
• Creating charts and reports
• Financial and statistical analysis
Basic Components of Excel
• Workbook: An Excel file containing one or more worksheets
• Worksheet: A single spreadsheet within a workbook
• Row: Horizontal line of cells (numbered 1, 2, 3…)
• Column: Vertical line of cells (labeled A, B, C…)
• Cell: Intersection of a row and column (e.g., A1)
• Cell Address: Combination of column letter and row number
Cell Referencing
a) Relative Reference
o Changes when copied
o =A1+B1
o Used when performing same calculation across multiple rows or
columns, such as total marks.
b) Absolute Reference
o Does not change
o =$A$1+$B$1
o Used when a constant value (tax rate, discount, conversion rate) is required.
c) Mixed Reference
o Partially fixed
o =A$1 or $A1
o Used in tables, matrices, and multiplication tables.
Formulas in MS Excel
A formula is an expression used to perform calculations.
All formulas start with (=) sign.
Example:
=A1 + B1
Commonly Used Excel Functions
SUM()
Adds values
=SUM(A1:A10)
AVERAGE()
Finds average
=AVERAGE(A1:A10)
COUNT()
Counts numeric values
=COUNT(A1:A10)
MAX() / MIN()
Finds highest / lowest value
=MAX(A1:A10)
=MIN(A1:A10)
Logical Functions
IF()
Applies condition
=IF(A1>=50,"Pass","Fail")
Conditional Formatting
Used to highlight data based on conditions.
Examples:
• Highlight values greater than 100
• Color scale for marks
• Data bars and icons
Advantages of MS Excel
• Easy calculations
• Time saving
• Accurate results
• Graphical representation