Question Bank Excel.docx
Question Bank Excel.docx
You are provided with the following sample dataset containing sales data for a retail
company:
a) Use the VLOOKUP function to retrieve the product name for Product ID 103.
b) Create a Pivot Table to summarize total sales by region and product category.
c) Apply COUNTIF to count the number of sales transactions above ₹10,000.
Q. 2
a) Explain the difference between Relative Reference and Absolute Reference in Excel
with examples.
b) Use the AVERAGEIF function to calculate the average sales for the Electronics
category.
Sample Data:
Q. 3
threshold of ₹15,000.
Sample Data:
Q. 4
b) Use the CONCAT function to combine Product Name and Region into a single
column.
Sample Data:
Q. 5
a) Explain the concept of Excel Formulas and provide an example of a formula using
arithmetic operators.
Sample Data:
A B C
1 3
2 4
5 6
Q. 6
a) Excel Syntax
b) Excel Ranges
d) Excel Parentheses
Q. 7
You are provided with the following sample dataset containing employee performance
data:
Employee ID Name Department Rating Scor
e
002 Alice HR 3 70
004 Emma IT 2 60
a) Use the AVERAGEIFS function to calculate the average score for employees in the
Sales department with a rating above 3.
c) Apply COUNTIF to count the number of employees with a score above 80.
Q. 8
a) Explain the concept of Excel Ranges and provide an example of how to use them in
a formula.
b) Use the SUMIF function to calculate the total scores for the Sales department.
Sample Data:
Q. 9
a) Describe the steps to use the IFS function in Excel with an example.
b) Apply the LEFT function to extract the first three characters from the Employee ID
column.
Sample Data:
Q. 10
Sample Data:
A B C
John Sale
s
Alice HR
Bob Sale
s
Q. 11
a) Explain the concept of Excel Formulas and provide an example of a formula using
arithmetic operators.
b) Use the COUNTA function to count the number of non-empty cells in a dataset.
Sample Data:
Conditional Formatting
Absolute Reference
Relative Reference
Excel Parantheses
Q.13
Use the HLOOKUP function to find the rating of an employee from the following horizontal
dataset:
Q.14
Q.15
Write a formula using the IF and AND functions to check if an employee belongs to the
Q.16
Using the dataset from Q.1, apply the MAXIFS function to find the highest score among
Q.17
Explain the use of the NOW() and TODAY() functions in Excel. Provide an example for
each.
Q.18
What is the use of TEXT function in Excel? Format today’s date as “15-Apr-2025” using
this function.
Q.19
Create a dynamic drop-down list using Data Validation for selecting department names:
Q.20
Explain how to apply Conditional Formatting to highlight all cells with scores below 70 in
Q.21
Write a formula using the MATCH and INDEX functions to find the score of an employee
Q.22
Demonstrate how to use the PROPER, UPPER, and LOWER functions with the name
“michael”.
Q.23
How do you protect a worksheet in Excel? Describe the steps and practical uses.
Q.24
Use the ROUND, ROUNDUP, and ROUNDDOWN functions to round the number 78.65 to the
nearest whole number, next whole number, and previous whole number respectively.
Q.25
Explain the difference between workbook and worksheet in Excel with examples.