Ex.1 Questions
Ex.1 Questions
✅ Steps:
✅ Steps:
1. Sort employees by Salary (Home → Sort & Filter → Sort Largest to Smallest).
2. Use Remove Duplicates (Data → Remove Duplicates → Select relevant columns).
3. Apply a Filter (Data → Filter) and hide rows with salary < ₹40,000.
4. Use Highlight Cell Rules → Duplicate Values to detect duplicate entries in the Name
column.
✅ Steps:
✅ Steps:
1. Select header row → Make it Bold, use Fill Color (light gray), and change font.
2. Select entire Salary column → Apply Currency format (₹).
3. Use Format Painter (Home → Format Painter) to copy formatting from one row to
others.
4. Apply Conditional Formatting (Home → Conditional Formatting):
o Data Bars for salary
o Highlight cells greater than ₹45,000 with green fill.
✅ Steps:
✅ Steps:
1. At the bottom of the Salary column, click a cell and use AutoSum → Sum(Salary).
2. Below that, use =AVERAGE(D2:D6) to find average salary.
3. Try formula =IF(Salary>45000, "High", "Normal") to categorize employees.
4. Drag formulas using fill handle to apply to all rows.
🧩 Bonus Challenge
Add a Data Validation drop-down in a new column for Department (HR, Sales, IT).
Create a bar chart showing Salary per Department.
Protect the worksheet allowing edits only in Name and Department columns.