Practical Problem statement
Practical Problem statement
Below are some practical problem statements based on the topics you mentioned
regarding spreadsheets. These exercises will help reinforce the concepts by applying them to real-
world scenarios.
Problem:
You have been given an Excel file to track monthly sales of a retail store. The file contains separate
worksheets for each month. Your task is to:
Create a new workbook for the new year (2025) and transfer all the monthly data for the
previous year (2024).
Delete the worksheet for the "Holiday Sales" report that is no longer needed in the old
workbook.
2. Managing Workbooks:
Problem:
You are collaborating with a team on a financial report, and your teammate has shared a workbook
with you. Your tasks are:
After reviewing the content, save the file in your local directory with the name
"Q4_Financials_Reviewed.xlsx".
Problem:
You are working on a project to track monthly expenses for different departments. You need to:
Problem:
In your workbook, you are tasked with creating a "Tax Calculation" section. To make referencing
easier, you need to:
Name the cell that contains the tax rate as "Tax_Rate".
Reference the tax rate and total income in the formula for tax calculation using the named
cells.
Problem:
You have received data from another source in an Excel file. Your task is:
Paste the data into a new worksheet in your current workbook titled "Q1_Sales".
Ensure the formatting (cell colors, borders) is copied along with the data.
Problem:
You need to include a summary of customer feedback stored in a Word document within an Excel
worksheet. Your task is:
Use Object Linking and Embedding (OLE) to embed the Word document into a cell in the
"Customer_Feedback" worksheet.
Ensure the Word document can be opened directly from the Excel worksheet when clicked.
Problem:
You are preparing a final version of the company budget and need to print it. Your tasks are:
Adjust the margins to ensure the budget fits neatly on one page.
Set up headers to display the company name and footer to show page numbers.
Set page breaks appropriately so that each section starts on a new page.
Problem:
You are handling sensitive financial data and must protect it. Your tasks are:
Lock specific cells containing formulas to prevent users from accidentally altering them.
Set data validation on the “Date” column to ensure only valid dates are entered.
9. Absolute, Relative, and Mixed Referencing in Formulas:
Problem:
In a cell, use absolute referencing to calculate the total cost by multiplying quantity by price,
ensuring the price cell reference remains fixed when copying the formula.
Use relative referencing in another column to calculate the discount for each item based on
a given percentage.
Apply mixed referencing when calculating the tax, so the rate remains fixed but the quantity
changes when you drag the formula down.
Problem:
You are preparing a report where you need to pull data from multiple worksheets. Your tasks are:
Pull the total sales for the first quarter from the "Q1_Sales" worksheet in the
"Sales_2024.xlsx" workbook.
Problem:
You have an Excel spreadsheet containing sales data, but some formulas are returning errors. Your
task is to:
Identify and correct the #DIV/0! error in the formula that calculates the average sales per
region.
Fix the #REF! error in the VLOOKUP formula used to fetch the product price from another
worksheet.
Problem:
You are preparing a report that includes multiple calculations using Excel functions. Your tasks are:
Use the SUM function to calculate the total sales from a range of cells.
Use the AVERAGE function to calculate the average sales per region.
Use VLOOKUP to find the price of a product based on its ID in a different worksheet.
Use the IF function to categorize sales as "Above Target" or "Below Target" based on a
predefined value.
Problem:
You need to calculate the interest on a loan in an Excel worksheet. Your tasks are:
Use the PMT function to calculate the monthly payment for a loan given the principal,
interest rate, and loan term.
Use the FV function to calculate the future value of an investment given periodic
contributions, interest rate, and the number of periods.
These exercises cover practical applications of the concepts you've mentioned, from managing
workbooks and worksheets to using complex formulas and built-in functions. They aim to help users
reinforce their understanding and improve their spreadsheet skills.