Microsoft Excel Overview
Workbook: A workbook is the main Excel file that you open. It can contain one or more worksheets
(sheets).
Worksheet: A worksheet is a single page (or tab) inside a workbook where data is entered and
managed.
Rows: Rows run horizontally and are identified by numbers (1, 2, 3, …). Excel has 1,048,576 rows.
Columns: Columns run vertically and are identified by letters (A, B, C, … Z, AA, AB, etc.). Excel
has 16,384 columns (A to XFD).
Cell: A cell is the intersection of a row and a column. Each cell has a unique address (e.g., B2).
Cell Range: A range is a group of two or more cells written as starting cell:ending cell (e.g., A1:B5).
Formula Bar: Displays or edits the contents of the active cell.
Name Box: Shows the address of the selected cell (e.g., D4).
Ribbon: The toolbar at the top of Excel containing tabs like Home, Insert, Formulas, etc.
Status Bar: Located at the bottom, it shows information like sum, average, and count of selected
cells.
Importance of MS Excel:
• Helps in data organization and quick calculations.
• Supports data visualization with charts and graphs.
• Saves time through formulas and automation.
• Used in education, business, research, and healthcare.
Common Functions in Excel:
• SUM(): Adds numbers. Example: =SUM(A1:A5)
• AVERAGE(): Finds mean value. Example: =AVERAGE(B1:B5)
• IF(): Tests a condition. Example: =IF(A1>50, 'Pass', 'Fail')
• VLOOKUP(): Looks up data in a table. Example: =VLOOKUP(A2, B2:D10, 2, FALSE)
• COUNT(): Counts cells with numbers. Example: =COUNT(A1:A10)
• TODAY(): Returns current date. Example: =TODAY()
Summary: MS Excel is a spreadsheet tool for data entry, calculation, and analysis. Rows and
columns form a grid where data is entered in cells. It helps in data management, decision making,
and report generation in almost every field.