CHAPTER 2 - More in Excel 2019
📘 Introduction to Excel 2019
Microsoft Excel is a spreadsheet program used to:
- Store data in rows and columns
- Perform calculations
- Create charts and graphs
- Sort and filter data
- Analyze large amounts of information
Excel is widely used in schools, offices, banks, and businesses.
1️⃣ SUM() Function
Meaning: Used to add numbers quickly.
Syntax:
Example:
| A |
|---|
| 10 |
| 20 |
| 30 |
Result = 60
Steps:
- Select any cell
- Type =SUM(A1:A3)
- Press Enter
2️⃣ IF() Function
Meaning: Checks condition and gives different results.
Syntax:
Example:
Formula: =IF(A1>=40,"Pass","Fail")
If marks are 50 → Pass
If marks are 30 → Fail
| Marks | Result |
|---|---|
| 50 | Pass |
| 30 | Fail |
Uses:
- Result sheet
- Salary bonus
- Attendance check
3️⃣ LCM() Function
Finds Least Common Multiple.
Gives smallest common multiple of numbers.
Result = 12
4️⃣ GCD() Function
Finds Greatest Common Divisor.
Formula: =GCD(12,18)
Answer: 6
5️⃣ Data Sorting
Meaning: Arranging data in order.
- Ascending Order (A-Z / Small-Large)
- Descending Order (Z-A / Large-Small)
Example:
Before Sorting: Ram, Aman, Riya
After Sorting: Aman, Ram, Riya
Steps:
- Select data
- Click Data Tab
- Choose Sort A-Z or Z-A
6️⃣ Custom Sorting
Meaning: Sorting by multiple columns.
Example: Sort by Class, Name, Marks
- Select table
- Click Data Tab
- Click Sort
- Add levels
7️⃣ Filtering Data
Meaning: Show only selected records.
Example: Students above 80 marks.
- Select heading row
- Data Tab
- Click Filter
Dropdown arrows appear.
8️⃣ Custom Filters
Meaning: Used for special conditions.
- Greater than 50
- Less than 100
- Begins with A
Example: Marks > 70
9️⃣ Removing Filters
Meaning: Show all data again.
- Go to Data Tab
- Click Filter again
- Choose Clear Filter
🔟 Conditional Formatting
Meaning: Highlight cells automatically.
- Red color for low marks
- Green for high marks
- Duplicate values highlight
Steps:
- Select cells
- Home Tab
- Conditional Formatting
- Choose rule
Chalo ab formative and summative Questions Banaya jaye ........:)
No comments:
Post a Comment