Microsoft Excel is a spreadsheet application used to store, organize, calculate, analyze, and present data. It is widely used in offices, schools, businesses, institutes, accounting, banking, and data management.
Excel allows users to work with numbers and text using rows, columns, cells, formulas, functions, tables, and charts.
Microsoft Excel is a spreadsheet program developed by Microsoft. It helps users manage large amounts of information in an organized format.
Excel is used for:
A new Excel workbook will appear.
The main parts of Excel include:
Displays the name of the workbook.
Provides quick access to frequently used commands such as Save and Undo.
Contains Excel commands organized into tabs.
Common tabs include:
Displays the address of the currently selected cell.
Example:
A1
Displays or allows you to enter the contents or formula of the selected cell.
The main area where you enter and work with data.
Displays information about the workbook and selected data.
Allows you to increase or decrease the worksheet display size.
An Excel file is called a Workbook.
Example:
Student_Record.xlsx
A workbook can contain multiple worksheets.
A Worksheet is an individual spreadsheet inside a workbook.
For example:
Excel organizes data using rows and columns.
Rows run horizontally and are identified by numbers:
1, 2, 3, 4, 5...
Columns run vertically and are identified by letters:
A, B, C, D, E...
A Cell is the intersection of a row and a column.
For example:
If you select column B and row 5, the cell address is:
B5
The selected cell is called the Active Cell.
A Range is a group of cells.
For example:
A1:A10
represents cells from A1 through A10.
Another example:
A1:C5
represents a rectangular range covering columns A to C and rows 1 to 5.
Excel can store different types of data.
Examples:
Examples:
Examples:
Examples:
Examples:
=A1+B1
Example:
| A | B |
|---|---|
| Name | Course |
| Rahul | ADCA |
You can edit information already entered in a cell.
You can select:
Click a cell.
Click and drag across the required cells.
Click the row number.
Click the column letter.
Click the button at the top-left corner between the row and column headings.
Excel allows you to easily duplicate or move data.
Ctrl + C
Ctrl + X
Ctrl + V
You can copy a student’s course name from one cell and paste it into another cell.
Ctrl + Z
Used to reverse the previous action.
Ctrl + Y
Used to restore an action that was undone.
AutoFill helps you quickly copy data, formulas, or patterns into adjacent cells.
Enter:
Select the cells and drag the Fill Handle downward. Excel can continue the series:
It can also be used for:
Excel formulas are used to perform calculations.
A formula normally begins with an equal sign (=).
=A1+B1
=A1-B1
=A1*B1
=A1/B1
If:
Then:
=A1+B1
will return:
150
Excel provides built-in functions for performing calculations.
Adds numbers.
=SUM(A1:A10)
Calculates the average.
=AVERAGE(A1:A10)
Returns the largest value.
=MAX(A1:A10)
Returns the smallest value.
=MIN(A1:A10)
Counts cells containing numbers.
=COUNT(A1:A10)
Excel provides formatting tools to make data easier to read.
You can change:
A marksheet heading can be formatted as:
STUDENT MARKSHEET
with bold text, a larger font, and suitable alignment.
Excel provides different number formats.
Common formats include:
2500
can be displayed as:
₹2,500.00
when an appropriate currency format is applied.
Sometimes data does not fit properly inside a cell.
You can change the size of rows and columns.
Drag the boundary between column headings.
Drag the boundary between row numbers.
Double-click the boundary of the column heading to automatically adjust the width to fit the content.
The same process can be used for columns.
By default, Excel may create sheets named:
You can rename them.
Rename:
Sheet1
to:
Student Data
You can create separate sheets for:
The common Excel workbook extension is:
.xlsx
Ctrl + S
Ctrl + O
| Shortcut | Function |
|---|---|
| Ctrl + N | New Workbook |
| Ctrl + O | Open |
| Ctrl + S | Save |
| Ctrl + P | |
| Ctrl + C | Copy |
| Ctrl + X | Cut |
| Ctrl + V | Paste |
| Ctrl + Z | Undo |
| Ctrl + Y | Redo |
| Ctrl + A | Select All |
| F2 | Edit Cell |
| Delete | Clear selected content |
Create an Excel workbook named:
ADCA_Student_Marks.xlsx
Create the following table:
| Roll No. | Student Name | Computer | MS Word | Excel | Total |
|---|---|---|---|---|---|
| 101 | Rahul | 80 | 85 | 90 | |
| 102 | Priya | 88 | 92 | 86 | |
| 103 | Amit | 75 | 80 | 78 | |
| 104 | Neha | 90 | 87 | 94 | |
| 105 | Rohit | 82 | 79 | 85 |
ADCA_Student_Marks.xlsx
Leave a Reply