Excel Data Tools are used to organize, clean, manage, validate, and analyze large amounts of data efficiently. These tools help users find required information, remove errors and duplicates, separate data into different columns, and maintain accurate records.
Data Tools are especially useful in business reports, student records, sales data, employee databases, inventory management, accounting, and data analysis.
Sorting means arranging data in a particular order.
Excel allows you to sort data:
Suppose you have:
| Student Name | Marks |
|---|---|
| Rahul | 65 |
| Amit | 82 |
| Neha | 45 |
| Priya | 91 |
You can sort Marks from Largest to Smallest:
| Student Name | Marks |
|---|---|
| Priya | 91 |
| Amit | 82 |
| Rahul | 65 |
| Neha | 45 |
Important: When sorting a table, make sure the complete data range is selected so that records do not become mismatched.
Filtering displays only the records that meet a particular condition while temporarily hiding other records.
If a student database contains 100 students, you can filter it to display only students from the Excel course.
Excel provides different filtering options such as:
Custom filtering allows you to apply specific conditions to your data.
For example, you can display students whose marks are:
To display students scoring more than 60:
Number Filters → Greater Than → 60
Excel will display only the matching records.
Data Validation controls what type of information users can enter into a cell.
It helps prevent incorrect or unwanted data entry.
For a Course column, instead of allowing users to type anything, you can provide a list:
Users can select a course from a drop-down list.
Excel can restrict entries to:
Duplicate data means the same record appears more than once.
Excel provides the Remove Duplicates tool to identify and remove repeated records.
| Roll No. | Student Name |
|---|---|
| 101 | Rahul |
| 102 | Amit |
| 101 | Rahul |
| 103 | Neha |
The record for Roll No. 101 appears twice.
Tip: Keep a backup or copy of the original data before removing duplicates.
Text to Columns separates data from one column into multiple columns.
Suppose a cell contains:
Rahul Sharma
You can separate it into:
| First Name | Last Name |
|---|---|
| Rahul | Sharma |
,;Text to Columns can be used to separate:
Flash Fill automatically recognizes a pattern in your data and fills the remaining values.
Suppose Column A contains:
| Full Name |
|---|
| Rahul Sharma |
| Amit Kumar |
| Neha Singh |
If you manually enter Rahul in the next column, Excel may recognize the pattern and automatically extract the first names for the remaining records.
You can also use:
Data → Flash Fill
or the shortcut:
Ctrl + E
Find and Replace helps locate specific information and replace it with new information.
If the word Delhi appears many times and you want to change it to New Delhi, you can use Find and Replace.
| Shortcut | Function |
|---|---|
| Ctrl + F | Find |
| Ctrl + H | Find and Replace |
Use Replace All carefully because it can change every matching entry in the selected worksheet.
The Subtotal feature automatically calculates summary values for grouped data.
It can calculate:
Suppose sales data is grouped by city:
| City | Sales |
|---|---|
| Delhi | ₹10,000 |
| Delhi | ₹15,000 |
| Mumbai | ₹12,000 |
| Mumbai | ₹18,000 |
Subtotal can calculate the total sales for each city.
The Subtotal command may not be available in the same way when working with an Excel Table; converting the table to a normal range may be required.
Grouping allows related rows or columns to be collapsed and expanded.
It is useful when working with large worksheets.
A sales report may contain data for:
You can group monthly data and collapse it to show only summary information.
The Consolidate tool combines information from multiple ranges or worksheets into one summary.
A company may maintain separate sales sheets for:
Consolidate can combine the data into a summary report.
Excel can sort data using multiple levels.
You can sort:
Course → Student Name → Marks
This means Excel first sorts by Course, then Student Name, and finally Marks.
This is useful for large student, employee, inventory, and sales databases.
Data cleaning means identifying and correcting inaccurate, incomplete, duplicated, or inconsistent information.
Incorrect:
Rahul Sharma
Rahul Sharma
rahul sharma
These entries may represent the same person but have inconsistent formatting.
Create the following worksheet:
| Roll No. | Student Name | Course | Marks | Fees | City |
|---|---|---|---|---|---|
| 101 | Rahul Sharma | ADCA | 78 | ₹15,000 | Delhi |
| 102 | Amit Kumar | DCA | 65 | ₹10,000 | Delhi |
| 103 | Neha Singh | ADCA | 88 | ₹15,000 | Mumbai |
| 104 | Priya Verma | Tally Prime | 55 | ₹8,000 | Delhi |
| 105 | Rohit Kumar | ADCA | 35 | ₹15,000 | Delhi |
Perform the following tasks:
Create a workbook named:
ADCA_Excel_Data_Tools.xlsx
Create a worksheet named Student Database and enter at least 20 student records.
Perform these tasks:
After completing this practical activity, students should be able to manage and clean a large Excel dataset using built-in Data Tools.
| Shortcut | Function |
|---|---|
| Ctrl + F | Find |
| Ctrl + H | Find & Replace |
| Ctrl + E | Flash Fill |
| Ctrl + A | Select Data |
| Ctrl + Z | Undo |
| Ctrl + Y | Redo |
| Ctrl + C | Copy |
| Ctrl + V | Paste |
| Ctrl + X | Cut |
| Ctrl + S | Save |
Leave a Reply