0% found this document useful (0 votes)
35 views204 pages

Bookk 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views204 pages

Bookk 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 204

Student ID Name Subject Grade

1 Alice Smith Math 85


2 Bob Johnson English 78
3 Carol Lee Science 92
4 David BrownMath 74
5 Emily Davis English 88
Enter the provided data into an Excel worksheet.
Format the table with borders and alternating row colors.
Adjust column widths for better readability.
Category Amount
Rent 1200
Utilities 150
Groceries 300
Transportation 100
Entertainment 200
Calculate the total expenses using the SUM function.
Find the average expense using the AVERAGE function.
Identify the highest and lowest expense using MAX and MIN functions.
Product ID Product Name Category Price
P001 Widget A Tools 15
P002 Widget B Tools 22.5
P003 Gadget X Gadgets 30
P004 Gadget Y Gadgets 25
P005 Accessory Z Accessories 10
Sort the data by price in descending order.
Filter the data to show only products in the "Gadgets" category.
Employee IDName Days Absent
E001 John Doe 3
E002 Jane Smith 0
E003 Sam Brown 5
E004 Lisa White 2
E005 Mark Black 4
Apply conditional formatting to highlight employees with more than 3 days absent in red.
Quarter Sales
Q1 5000 Create a bar chart to represent quarterly sales.
Q2 7000 Add a line graph to show sales trends over the quarters.
Q3 6000 Create a pie chart to display the percentage of sales per quarter.
Q4 8000
Date Product Region Sales
1/1/2024 Widget A North 1500
1/1/2024 Widget B South 2000 Create a pivot table to summarize sales by product and region.
1/2/2024 Widget A East 1800 Analyze which region had the highest sales for each product.
1/2/2024 Widget B North 2200
1/3/2024 Widget C South 2500
product and region.
s for each product.
Name Age Email Phone
Alice 25 [email protected] 123-456-7890
Bob 30 [email protected] 234-567-8901
Carol 28 [email protected] 345-678-9012
David 35 [email protected] 456-789-0123
Emily 22 [email protected] 567-890-1234
Set data validation to ensure Age is between 18 and 99.
Ensure Email follows the correct email format.
Full Name Address
John Doe 123 Elm St, Springfield
Jane Smith 456 Oak St, Rivertown
Sam Brown 789 Pine St, Lakeview
Lisa White 101 Maple St, Greenfield
Mark Black 202 Birch St, Hilltown
Extract the first name and last name from the Full Name column using LEFT and RIGHT functions.
Concatenate the street name and city into one cell.
Product IDProduct N Stock
101 Widget X 50
102 Widget Y 30 Use VLOOKUP to find the stock quantity for Product ID 102.
103 Gadget Z 75 Use HLOOKUP to find the stock quantity for Product Name "Gadget Z".
104 Gadget W 20
for Product ID 102.
for Product Name "Gadget Z".
Project Start Date End Date
Project A 1/10/2024 3/15/2024
Project B 2/1/2024 4/20/2024
Project C 3/15/2024 5/10/2024
Project D 4/1/2024 6/30/2024
Calculate the number of days between Start Date and End Date for each project.
Find the current date using the NOW function and calculate how many days have passed since the Start Date of each project.
f each project.
SalespersoTarget Actual Sales
Alice 10000 9500
Bob 15000 16000 Use the IF function to determine if each salesperson met their target.
Carol 12000 11500 Use AND and OR functions to check if sales targets were met for both Q
David 20000 22000
alesperson met their target.
les targets were met for both Q1 and Q2.
DepartmenBudget Actual Spend
Marketing 50000 48000
Sales 60000 62000 Use an array formula to calculate the total variance between B
R&D 70000 69000
te the total variance between Budget and Actual Spend for each department.
Name Date Amount Category
Alice 1/5/2024 100 Travel
Bob 1/10/2024 150 Meals
Carol 1/15/2024 200 Travel
David 1/20/2024 250 Supplies
Emily 1/25/2024 300 Travel
Use Power Query to clean the data by removing duplicates and correcting any inconsistencies.
Transform the data to aggregate total expenses by Category.
Date Product Region Sales
1/1/2024 Widget A North 1500
1/1/2024 Widget B South 2000 Use Power Pivot to create a data model and add relationships betw
1/2/2024 Widget A East 1800 Create a PivotTable and PivotChart to analyze sales by product and
1/2/2024 Widget B North 2200
1/3/2024 Widget C South 2500
d add relationships between tables.
lyze sales by product and region.
Product Units RequProductionCost per Unit
A 1000 800 10 Use Solver to determine the optimal production schedule that m
B 1500 1200 15
C 2000 1000 20
timal production schedule that minimizes costs while meeting the units required.
Task IDTask Description Status
1 Send email to clients Pending
2 Update project status Done
3 Prepare monthly report Pending
Record a macro that formats the Status column based on whether the task is "Pending" or "Done".
Write a VBA script to automate the process of copying data from one sheet to another.
Year Revenue Expenses Profit
2022 500000 300000 200000 Build a financial model to project future revenue and expenses based on h
2023 550000 320000 230000 Calculate key financial ratios (e.g., Profit Margin, Return on Assets).
2024 600000 340000 260000
evenue and expenses based on historical data.
Margin, Return on Assets).
Region Product Sales Target
North Widget A 5000 6000
South Widget B 7000 7000 Create an interactive dashboard with slicers to filter sales data by region a
East Widget C 6000 6500 Include visual elements like charts and KPIs to monitor performance agai
West Widget D 8000 7500
rs to filter sales data by region and product.
PIs to monitor performance against targets.
Product IDProduct N Price
101 Widget A 25 Use XLOOKUP to find the price of "Widget C" based on its Product ID.
102 Widget B 30 Create a formula that retrieves the product name based on the price.
103 Widget C 35
104 Widget D 40
get C" based on its Product ID.
name based on the price.
Customer First NameLast Name
1 John Doe Use the TEXTJOIN function to create a full name column by combining
2 Jane Smith Create a list of full names separated by commas.
3 Alice Johnson
ull name column by combining First Name and Last Name.
Defect TypCount
Type A 50 Create a Pareto chart to visualize the frequency of each defect type.
Type B 20 Add a cumulative percentage line to the chart.
Type C 30
Type D 10
ch defect type.
SalespersoRegion Sales Amount
Alice North 10000
Bob South 15000
Carol East 12000
David West 18000
Sales Amount
Import the sales data into Power Pivot and create a Data Model.
Use Power Pivot to create a PivotTable showing total sales by Region.
Month Revenue
Jan 5000
Feb 6000 Create a PivotTable to summarize the monthly revenue.
Mar 5500 Create a PivotChart based on the PivotTable to visualize the revenue trend.
Apr 7000
lize the revenue trend.
Sales AmoCommission Rate
0-1000 5% Use VLOOKUP to determine the commission rate for a sales amount of 6
1001-5000 7% Create a formula that calculates the commission based on the sales amoun
5001-1000 10%
10001+ 12%
sion rate for a sales amount of 6000.
ission based on the sales amount using approximate match.
Week Sales
1 1500
2 1600 Use the FORECAST function to predict sales for the next 2 weeks.
3 1700 Create a line chart to visualize historical and forecasted sales data.
4 1800
next 2 weeks.
ed sales data.
Product Sales
A 5000 Add a form control dropdown to select different products.
B 6000 Create a dynamic chart that updates based on the selected product.
C 7000
ected product.
Product Sales
A 1000
B 1500 Use Data Consolidation to combine sales data from January and February
Create a PivotTable to show total sales by product for both months.
data from January and February into a summary sheet.
product for both months.
Product Sales
A 1200
B 1600
Step Description
1 Start
2 Gather Information
3 Analyze Data Create a flowchart to visualize the steps of a process using shapes and co
4 Make Decision Add labels and arrows to show the flow of the process.
5 Implement Solution
6 Review and Feedback
f a process using shapes and connectors.
f the process.
Date Price
1/1/2024 100
1/2/2024 102
1/3/2024 105 Create a dynamic chart to track stock prices over time.
1/4/2024 108 Ensure the chart updates automatically as new data is added.
Task Start Date End Date
Task 1 1/1/2024 1/10/2024
Task 2 1/5/2024 1/20/2024
Task 3 1/15/2024 2/1/2024
Create a Gantt chart to visualize project timelines.
Use conditional formatting to highlight tasks that are on schedule or delayed.
Region Product Sales
North A 5000 Create a matrix to display sales by region and product.
North B 3000 Apply conditional formatting to highlight high and low sales values.
South A 4000
South B 4500
and product.
high and low sales values.
Date Salesperson Sales Amount
1/1/2024 Alice 1000
1/2/2024 Bob 1500
1/3/2024 Alice 1200
1/4/2024 Bob 1800
Use Power Query to aggregate sales amounts by salesperson.
Create a summary table showing total sales for each salesperson.
Month Revenue Expenses Net Income
Jan 10000 5000 5000
Feb 12000 6000 6000
Mar 11000 5500 5500
Assignment:

Create a waterfall chart to visualize the changes in net income over the months.
Add subtotals to the chart for revenue and expenses.
Employee Performance Score
John 85
Jane 90
Alice 78
Bob 88
Assignment:

Use data bars to visually compare performance scores.


Create a conditional formatting rule to highlight scores above 85.
Region Sales Amount
North 10000
South 15000
East 12000
West 18000
Assignment:

Import the sales data into Power BI.


Create a dashboard with charts showing sales performance by region.
Principal Rate (%) Period (Years)
10000 5 5
15000 4.5 10
20000 6 7
Assignment:

Use the compound interest formula to calculate the future value of each investment.
Create a table showing the future value based on the given principal, rate, and period.
Height (cmWeight (kg)
160 55
165 60
170 65
175 70
180 75
Assignment:

Create a scatter plot to visualize the relationship between height and weight.
Add a trendline to the scatter plot and display the equation of the line.
Product IDProduct N Price
1 Widget A 25
2 Widget B 30
3 Widget C 35
4 Widget D 40
Assignment:

Use the INDEX and MATCH functions to find the price of "Widget C" based on its Product ID.
Create a formula to retrieve the product name based on the price.
Employee Name DepartmenSalary
1 Alice Sales 50000
2 Bob Marketing 60000
3 Carol Sales 55000
4 David IT 70000
5 Emma Marketing 62000
Assignment:

Use Advanced Filters to display employees who work in the Sales department with a salary greater than 50000.
Create a list of employees matching the criteria.
ter than 50000.
Date Event
8/1/2024 Team Meeting
8/15/2024 Project Deadline
8/30/2024 Review Meeting
Create a calendar for August 2024.
Use conditional formatting to highlight dates with scheduled events.
Category
Electronics
Furniture
Clothing
Assignment:

Create a dropdown list for selecting product categories using data validation.
Ensure that only valid categories from the list can be entered in a new column.
Quarter Sales
Q1 1000
Q2 1200
Q3 1100
Q4 1300
Assignment:

Add sparklines to visualize the sales trend for each quarter.


Create a column with sparklines next to the sales data.
Employee Week 1 Week 2 Week 3 Week 4
John 40 42 38 45
Jane 35 36 40 37
Alice 45 50 48 46
Assignment:

Use conditional formatting to create a heatmap of hours worked.


Highlight the highest and lowest values with different colors.
Order ID Customer Amount
1 Alice 150
2 Bob 200
3 Alice 250
4 Carol 300
Assignment:

Use the FILTER function to extract all orders placed by "Alice."


Create a table showing only the orders made by Alice.
Region Sales Q1 Sales Q2 Sales Q3 Sales Q4
North 10000 12000 11000 13000
South 15000 16000 14000 17000
East 12000 14000 13000 15000
West 18000 19000 17000 20000
Assignment:

Create a dashboard with multiple charts showing sales performance by region and quarter.
Include line charts for trends and pie charts for regional sales distribution.
Order ID Amount
1 150
2 200
3 250
Order ID Customer Name
1 Alice
2 Bob Use Power Query to merge Sales Data and Customer Data into a single ta
3 Carol Create a table that shows the Customer Name and Amount for each order
d Customer Data into a single table.
ame and Amount for each order.
Product Region Sales
A North 5000
A South 6000
B North 4000
B South 5000
Assignment:

Create a PivotTable to analyze sales by Product and Region.


Add a calculated field to show the percentage of total sales for each product.
KPI Target Actual
Sales Grow 10% 8%
Customer R 90% 85%
Average Or 50 55
Assignment:

Create a KPI tracker with visual indicators (e.g., traffic lights) to show how well targets are being met.
Use conditional formatting to highlight KPIs that are below target.
SalespersoSales Amount
Alice 10000
Bob 15000
Carol 12000
David 18000
Assignment:

Import the sales data into Power BI.


Create a report comparing sales performance across different salespersons.
Category Scenario 1Scenario 2Scenario 3
Revenue 50000 52000 54000
Expenses 30000 31000 32000
Profit 20000 21000 22000
Assignment:

Create a chart comparing different budget scenarios.


Use scenario analysis to evaluate the impact on profit.
Date Region Sales
1/1/2024 North 1000
1/2/2024 South 1500
2/1/2024 North 1200
2/2/2024 South 1600
Create a PivotTable to summarize sales by Region and Date.
Add slicers to filter the PivotTable data by Region and Date.
Order ID Customer Amount
1 1001 150
2 1002 200
3 1001 250

Customer Name
1001 Alice
1002 Bob

Assignment:
Create a data model with relationships between Orders and Customers.
Use the data model to create a report showing customer names and their total order amounts.
Account Amount
Revenue 50000
Expenses 30000
Net Incom 20000
Assignment:

Create a financial statement with sections for Revenue, Expenses, and Net Income.
Use formulas to calculate the Net Income from Revenue and Expenses.
Month Sales
Jan 5000
Feb 6000
Mar 5500
Apr 7000
Assignment:

Define a dynamic named range for the sales data.


Create a chart that updates automatically as new data is added.
Task Start Date End Date Predecessor
Task 1 1/1/2024 1/10/2024
Task 2 1/11/2024 1/20/2024 Task 1
Task 3 1/21/2024 2/1/2024 Task 2
Assignment:

Create a Gantt chart to visualize the project tasks and their dependencies.
Highlight tasks that are dependent on the completion of previous tasks.
Loan AmouAnnual RatTerm (Years)
10000 5 3
15000 4.5 5
20000 6 7
Assignment:

Use the PMT function to calculate the monthly payment for each loan.
Create a table showing the loan amount, annual rate, term, and calculated monthly payment.
Month City A City B
Jan 30 25
Feb 32 27
Mar 35 30
Apr 40 35
Assignment:

Create a line chart to compare the temperature trends of City A and City B.
Add a legend to the chart to differentiate between the two cities.
Quarter Sales
Q1 5000
Q2 6000
Q3 7000
Q4 8000
Assignment:

Use the OFFSET function to create a dynamic range for sales data.
Create a chart that updates automatically when new sales data is added.
Product Region Sales
A North 5000
A South 6000
B North 4000
B South 5000
Assignment:

Create a PivotTable to summarize sales by Product and Region.


Add a calculated field to show the profit margin (e.g., profit = sales * 10%).
Date Product Amount
8/1/2024 Widget 200 Write a VBA macro to automate the entry of new
8/2/2024 Gadget 150 Create a button that runs the macro to add new re
to automate the entry of new sales data into the table.
runs the macro to add new records.
Skill Rating
Communica 8
Leadership 7
Technical 9
Problem-So 8
Assignment:

Create a radar chart to visualize the skill ratings.


Add labels to each axis to show the skill names.
Month Revenue Expenses Net Change
Jan 5000 2000 3000
Feb 5500 2200 3300
Mar 6000 2500 3500
Assignment:

Create a waterfall chart to visualize the net change in revenue each month.
Highlight positive and negative changes in different colors.
Product
Widget A
Widget B
Widget C
Assignment:

Create a dynamic dropdown list using data validation.


Use the dropdown list in a new cell to select a product and display related information.
Initial Inv Rate (%) Years Future Value
10000 5 10 ?
Assignment:

Use the Goal Seek tool to determine the required annual rate to achieve a future value of 20000.
Display the results in the table.
Product Sales Q1 Sales Q2 Sales Q3 Sales Q4
A 10000 12000 11000 13000
B 15000 16000 14000 17000
Assignment:

Create a PivotTable to summarize sales performance by product and quarter.


Add PivotCharts to visualize sales trends and performance.
First NameLast Name
John Doe
Jane Smith
Alice Johnson
Assignment:

Use the CONCATENATE function to create a full name column.


Combine First Name and Last Name into a single cell.
Quarter Revenue
Q1 10000
Q2 12000
Q3 11000
Q4 13000
Assignment:

Use the FORECAST function to predict revenue for the next quarter.
Create a line chart to visualize historical and forecasted revenue.
Company Market Share (%)
A 40
B 25
C 20
D 15
Assignment:

Create a pie chart to visualize market share.


Add data labels to display the percentage of each slice.
Value A Value B Result
10 2?
15 0?
20 4?
Assignment:

Use the IFERROR function to handle division by zero errors.


Display a custom error message or zero when an error occurs.
Month Sales Advertising
Jan 10000 2000
Feb 12000 2500
Mar 11000 2200
Apr 13000 2700
Assignment:

Create a scatter plot with Sales and Advertising as data series.


Add a trendline for each data series to show correlation.
Customer Satisfaction Score
1 8
2 7 Perform regression analysis to determine factors influencing satisfaction scores.
3 9 Conduct a hypothesis test to check if the average satisfaction score is significantly
4 6
5 8
uencing satisfaction scores.
sfaction score is significantly
Month Sales
Jan-24 4500
Feb-24 4700 Use Excel’s forecasting tools to predict sales for the next 6 months.
Mar-24 4900 Analyze the forecast accuracy by comparing predicted values to actual sa
Apr-24 5200
May-24 5500
les for the next 6 months.
ng predicted values to actual sales.
Region Sales Q1 Sales Q2 Sales Q3 Sales Q4
North 10000 12000 11000 13000
South 15000 16000 15500 17000 Consolidate the quarterly sales data into an annual total for eac
East 12000 13000 12500 14000 Create a summary table that displays the annual sales and perc
West 18000 19000 18500 20000
data into an annual total for each region.
plays the annual sales and percentage of total sales for each region.
Date Sales
1/1/2024 5000
2/1/2024 5500
3/1/2024 6000
4/1/2024 6500
5/1/2024 7000
Define a dynamic named range for the sales data.
Use this named range in a chart to display the data, and ensure the chart updates as new data is added.
Departm Employe
Sales Targets
ent e
HR Alice 5000 6000 Create a PivotTable to analyze employee performance by department.
Sales Bob 8000 7500 Add slicers to filter the data by employee and department.
IT Carol 6000 6000
Marketin
David 7000 7000
g
performance by department.
and department.
Total
Net Total
Year Revenue Liabilitie
Income Assets
s
2022 800000 120000 500000 200000
2023 850000 140000 550000 220000 Calculate the following financial ratios: Profit Margin, Return
2024 900000 160000 600000 240000
al ratios: Profit Margin, Return on Assets, and Debt-to-Equity Ratio.
Actual
Project Budget
Spend
A 10000 9500 Use IFERROR to handle potential errors in calculating the budget varianc
B 15000 16000 Create a formula that displays "Over Budget" if Actual Spend exceeds Bu
C 12000 11500
D 20000 21000
n calculating the budget variance.
get" if Actual Spend exceeds Budget.
Custome
Order Date Product Amount
r ID
Widget
1 1/15/2024 150
A
Widget
2 1/20/2024 200
B
Widget
3 1/25/2024 250
C
Widget
4 2/5/2024 300
A
Widget
5 2/10/2024 350
B
Use advanced filters to extract orders with amounts greater than 200.
Filter data to show only orders placed in February 2024.
Interest Monthly
Rate Payment
5% 850 Create a data table to show how monthly payments vary with different interest rates
6% 900 Use a two-variable data table to analyze the impact of interest rate and loan amount
7% 950
8% 1000
ary with different interest rates.
f interest rate and loan amount on monthly payments.
Task Status
Task 1 Use data validation to create a dropdown list for the Status column with options "Co
Task 2 Apply conditional formatting to highlight completed tasks in green.
Task 3
Task 4
Status column with options "Complete" and "Incomplete".
tasks in green.
Sales
Amount
1234.56 Apply custom number formatting to display sales amounts as currency with two dec
7890.12 Create a format to display negative values in red and enclosed in parentheses.
4567.89
ounts as currency with two decimal places.
enclosed in parentheses.
Metric Q1 Q2 Q3 Q4
Sales 5000 6000 5500 6500 Create a dynamic dashboard using charts and slicers to visuali
Expenses 3000 3500 3200 3700 Allow users to filter data by quarter and view changes in sales
Profit 2000 2500 2300 2800
ing charts and slicers to visualize performance metrics.
arter and view changes in sales, expenses, and profit.
Product Price
Widget A 25 Use INDEX and MATCH functions to find the price of "Widget C" from the dataset
Widget B 30 Create a formula to retrieve prices based on product names.
Widget C 35
Widget D 40
of "Widget C" from the dataset.
Scenario Revenue Expenses Profit
Best Case 100000 70000 30000
Use Scenario Manager to create and analyze different budget scenarios.
Worst
80000 75000 5000
Case Compare scenarios to determine the impact on profit.
Expected 90000 72000 18000
ze different budget scenarios.
Month Sales
Jan 5000 Add sparklines to visualize sales trends across months.
Feb 5500 Use line sparklines to show changes in sales data over time.
Mar 6000
Apr 6500
May 7000
Region Sales
North 10000 Use the INDIRECT function to create a dynamic reference to a cell containing the re
South 12000 Create a formula to dynamically reference the sales data based on the selected regio
East 11000
West 14000
erence to a cell containing the region name.
data based on the selected region.
Date Sales
1/1/2024 2000
2/1/2024 2500
Use data consolidation to aggregate sales data from multiple sheets.
Create a summary table to display total sales for each region.
Date Sales
1/1/2024 3000
2/1/2024 3500
Opening Cash Cash Closing
Month
Balance Inflows Outflows Balance
Jan 5000 2000 1500 5500 Create a waterfall chart to visualize cash flow changes over the
Feb 5500 2500 2000 6000 Display the opening balance, cash inflows, and outflows in the
Mar 6000 3000 2500 6500
alize cash flow changes over the months.
ash inflows, and outflows in the chart.
Customer
Order ID Amount
Name
Alice
1 150
Smith Write a VBA script to automate the process of generating a summar
Bob
2 200
Johnson Create a macro to email the summary report to a specified recipient.
3 Carol Lee 250
process of generating a summary report for total order amounts.

ry report to a specified recipient.


Task Start Date End Date
Task 1 1/1/2024 1/15/2024
Task 2 1/10/2024 2/1/2024
Task 3 2/1/2024 3/1/2024
Create a Gantt chart to visualize the project timeline and task durations.
Use conditional formatting to highlight tasks that are delayed.
Region Sales
North 10000
South 12000
Region Sales
East 11000 Use Data Consolidation to combine sales data from multiple sheets.
West 13000 Create a summary table showing total sales by region.
multiple sheets.
Task Start Date End Date
Task 1 8/1/2024 8/10/2024 Create a Gantt chart to visualize project tasks w
Task 2 8/11/2024 8/20/2024 Use color coding to represent different task stat
Task 3 8/21/2024 9/1/2024
to visualize project tasks with start and end dates.
represent different task statuses.
Age
22
25
30
35
40
45
50
Assignment:

Create a histogram to visualize the age distribution.


Define bins to categorize ages into ranges (e.g., 20-30, 31-40, 41-50).
Product IDProduct N Stock
1 Widget A 100
2 Widget B 150
3 Widget C 200
4 Widget D 250
Assignment:

Use the XLOOKUP function to find the stock for "Widget C" based on its Product ID.
Create a formula to retrieve the product name based on stock quantity.
Date Amount Category
8/1/2024 1000 A
8/2/2024 1500 B Use Power Query to transform the data (e.g., filte
8/3/2024 2000 A Create a new table showing total sales by categor
transform the data (e.g., filter, group by category, sum amounts).
howing total sales by category.
Student Score
A 85
B 90
C 78
D 92
E 88
F 85
Assignment:

Create a box plot to visualize the distribution of test scores.


Include quartiles and outliers in the plot.
Region Sales
North 10000
South 15000
East 12000
West 18000
Assignment:

Use the SUBTOTAL function to calculate the total sales for the visible rows after applying a filter.
Apply a filter to show only sales greater than 12000 and calculate the subtotal.
Defect TypCount
A 50
B 30
C 20
D 10
Assignment:

Create a Pareto chart to visualize the frequency of defect types.


Add a cumulative percentage line to the chart.
Principal Rate (%) Term (YearMonthly Payment
10000 5 3?
15000 4.5 5?
20000 6 7?
Assignment:

Create a data table to analyze how changes in the interest rate affect the monthly payment.
Set up a two-variable data table to analyze the impact of both interest rate and loan term on the payment.
Product IDSales
1 1234.56
2 7890.12
3 4567.89
Assignment:

Use the TEXT function to format sales values with currency symbols and two decimal places.
Create a column showing formatted sales values.
Region Sales
North 10000
South 15000
East 12000
West 18000
Assignment:

Create a PivotTable to summarize sales by region.


Add slicers to allow dynamic filtering of sales data by region.
Jan Feb Mar Apr
500 600 700 800
Assignment:

Use the TRANSPOSE function to convert the row of monthly sales data into a column.
Create a new table with the transposed data.
Stock SymShares Purchase PCurrent Price
AAPL 10 150 175
MSFT 5 200 210
GOOG 8 2500 2800
Assignment:

Calculate the total investment value for each stock based on the current price.
Create a column to show the profit or loss for each stock.
Variable 1 Variable 2 Variable 3
10 15 20
20 25 30
30 35 40
Assignment:

Create a correlation matrix to show the relationships between variables.


Use the CORREL function to calculate the correlation coefficients.
Student Score
A 85
B 72
C 90
D 60
Assignment:

Use the IFS function to assign letter grades based on the score (e.g., A for 85+, B for 70-84, etc.).
Create a new column showing the letter grades.
Scenario Revenue Expenses Profit
Base Case 100000 50000 50000
Best Case 120000 45000 75000
Worst Cas 80000 60000 20000
Assignment:

Use the Scenario Manager to create different scenarios (Base Case, Best Case, Worst Case).
Analyze the impact of different scenarios on profit.
Month Revenue
Jan 10000
Feb 12000
Mar 11000
Apr 13000
Assignment:

Define a named range for the monthly revenue data.


Create a dynamic chart that updates automatically as new data is added.
ID Value
1?
2?
3?
Assignment:

Use the RAND function to generate random decimal values between 0 and 1.
Use the RANDBETWEEN function to generate random integers within a specified range.
Stage Count
Leads 500
Qualified 200
Proposal 100
Closed Dea 50
Assignment:

Create a funnel chart to visualize the sales funnel stages.


Add labels to show the count at each stage.
Date Sales
8/1/2024 1000 Use the OFFSET function in combinat
8/2/2024 1500 Create a chart that updates as new sale
8/3/2024 2000
FFSET function in combination with COUNTA to create a dynamic named range for the sales data.
hart that updates as new sales data is added.
Product IDProduct N Price
1 Widget A 25
2 Widget B 30
3 Widget C 35
Assignment:

Use the VLOOKUP function to find the price of "Widget B" based on its Product ID.
Create a formula to retrieve the product name based on the price.
Item Quantity Unit Price Total
Product A 2 50 ?
Product B 3 30 ?
Assignment:

Create an Excel template for invoicing with fields for item, quantity, unit price, and total.
Use formulas to calculate the total cost for each item and the grand total.
Product Quantity Unit Price
A 10 5
B 15 7
C 20 6
Assignment:

Use an array formula to calculate the total sales amount for each product (Quantity * Unit Price).
Create a column showing the total sales amount.
KPI Target Actual
Sales Growth 10% 8% Create a custom dashboard wi
Customer Retention 90% 85% Use conditional formatting to
Average Order Value 50 55
Create a custom dashboard with KPIs showing targets and actual values.
Use conditional formatting to highlight KPIs that meet or miss targets.
Month Sales
Jan 10000
Feb 12000
Mar 11000
Apr 13000
Assignment:

Apply conditional formatting to highlight sales values that are above average.
Create a color scale to show trends in monthly sales data.
Month Sales Expenses
Jan 10000 5000
Feb 12000 6000
Mar 11000 5500
Apr 13000 7000
Assignment:

Create a combination chart to show both sales and expenses for each month.
Use a line for sales and a column for expenses.
Year Initial Pop Growth Rate (%)
2020 50000 2
2021 51000 2
2022 52000 2
Assignment:

Use the POWER function to calculate the population for each year assuming continuous growth.
Create a column showing the projected population for the next 5 years.
Category Amount
Rent 1200
Groceries 300
Utilities 150
Transporta 100
Assignment:

Create a dynamic tracker using data validation to select different expense categories.
Use SUMIF to calculate the total amount spent per category.
Sun Mon Tue Wed Thu Fri Sat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
Assignment:

Create a calendar for August 2024.


Apply conditional formatting to highlight weekends and special dates.
Customer Name
Alice
Bob
Alice
Charlie
Bob
Assignment:

Use the UNIQUE function to create a list of unique customer names.


Create a new column showing only distinct customer names.
Week Sales
1 1500
2 2000
3 1800
4 2200
Assignment:

Create a heat map to visualize the sales performance for each week.
Use color scales to highlight weeks with higher and lower sales.
Payment NPayment Date Principal Interest Total Payment
1 8/1/2024 2000 50 2050
2 9/1/2024 2000 45 2045 Create a complete loan amortization
3 10/1/2024 2000 40 2040 Use formulas to calculate principal a
omplete loan amortization schedule showing payment no, date, principal, interest, and total payment.
ulas to calculate principal and interest for each payment.
Month Sales
Jan 1000
Feb 1200
Mar 1100
Apr 1300
Assignment:

Use the CHOOSE function to retrieve sales data for a specific month based on a numeric input.
Create a formula to display the sales for a month selected from a dropdown list.
Category Budget Actual
Personnel 5000 4800
Materials 2000 1900
Equipment 1500 1600
Miscellane 500 400
Assignment:

Create a budget planner showing categories, budgeted amount, and actual spending.
Calculate the variance between budgeted and actual amounts for each category.
Account Amount
Revenue 50000
Cost of Goods Sold 20000
Gross Profit ?
Operating Expenses 15000
Net Profit ?
Create a Profit and Loss statement with sections for Revenue, Cost of Goods Sold, Gross Profit, Operating Expenses, and Net P
Use formulas to calculate Gross Profit and Net Profit.
Operating Expenses, and Net Profit.
Region Product Sales
North A 5000
South B 6000
North B 4000
South A 3000
Assignment:

Create a PivotTable to summarize sales by Region and Product.


Add multiple aggregations (e.g., sum, average) to show total and average sales.
Jan Feb Mar
1000 1200 1100
Assignment:

Use the INDIRECT function to create a formula that dynamically references sales data for a specific month.
Create a summary table showing sales data for selected months.
cific month.
Celsius Fahrenheit
0?
10 ?
20 ?
Assignment:

Write a VBA function to convert Celsius to Fahrenheit.


Use the custom function to calculate Fahrenheit values based on Celsius temperatures.
Start Date End Date
8/1/2024 8/15/2024 Use the NETWORKDAYS function to calculat
8/10/2024 8/20/2024 Create a column showing the number of busine
DAYS function to calculate the number of business days between Start Date and End Date.
wing the number of business days for each project timeline.
Product Sales
A 5000
A 6000
B 4000
B 3000
Assignment:

Use the Subtotal function to calculate the subtotal of sales for each product.
Create a summary report with subtotals and grand totals.
Month Sales
Jan 5000
Feb 6000
Mar 5500
Apr 7000
Assignment:

Create a trend line chart to analyze the sales trend over the months.
Use the TREND function to add a trendline to the chart.
Product Sales
A 5000
B 6000
C 5500
D 7000
Assignment:

Apply conditional formatting to highlight the top 2 sales values.


Use a different color for the top 2 values.
Task Start Date End Date
Task 1 8/1/2024 8/10/2024 Create a Gantt chart to visualize project tasks w
Task 2 8/5/2024 8/15/2024 Use bar charts to represent the duration of each
Task 3 8/10/2024 8/20/2024
to visualize project tasks with their start and end dates.
resent the duration of each task.
Product Sales Region
A 5000 North
B 6000 South
C 5500 North
D 7000 South
Assignment:

Use the FILTER function to extract sales data for a specific region (e.g., North).
Create a filtered view showing only the sales data for the selected region.

You might also like