0
0
Excelspreadsheet~15 mins

Why automation saves hours in Excel - Business Case Study

Choose your learning style9 modes available
Scenario Mode
👤 Your Role: You are a data analyst at a retail company.
📋 Request: Your manager wants to understand how automating sales report calculations can save time compared to manual work.
📊 Data: You have daily sales data for 10 products over 7 days, including units sold and time spent manually calculating totals each day.
🎯 Deliverable: Create a spreadsheet that calculates total sales automatically and compares time spent manually versus automated, showing hours saved.
Progress0 / 5 steps
Sample Data
ProductDay 1 UnitsDay 2 UnitsDay 3 UnitsDay 4 UnitsDay 5 UnitsDay 6 UnitsDay 7 UnitsManual Time (minutes)
Product A576875615
Product B345467512
Product C897689718
Product D234323410
Product E678767816
Product F456545614
Product G787878717
Product H323232311
Product I565656513
Product J989898920
1
Step 1: Calculate total units sold for each product over 7 days.
In a new column 'Total Units', enter formula in row 2: =SUM(B2:H2) and copy down for all products.
Expected Result
Product A total units = 44, Product B total units = 34, Product C total units = 54, etc.
2
Step 2: Calculate total manual time spent for all products.
Use formula: =SUM(I2:I11)
Expected Result
Total manual time = 146 minutes
3
Step 3: Calculate automated time assuming automation takes 2 minutes per product.
In a new cell, enter: =COUNTA(A2:A11)*2
Expected Result
Automated time = 20 minutes
4
Step 4: Calculate time saved by automation in minutes.
In a new cell, enter: =SUM(I2:I11) - (COUNTA(A2:A11)*2)
Expected Result
Time saved = 126 minutes
5
Step 5: Convert time saved from minutes to hours.
In a new cell, enter: =(SUM(I2:I11) - (COUNTA(A2:A11)*2))/60
Expected Result
Time saved = 2.1 hours
Final Result
Product | Total Units | Manual Time (min)
-----------------------------------------
A       | 44          | 15
B       | 34          | 12
C       | 54          | 18
D       | 21          | 10
E       | 49          | 16
F       | 35          | 14
G       | 52          | 17
H       | 18          | 11
I       | 38          | 13
J       | 60          | 20

Total Manual Time: 146 minutes
Automated Time: 20 minutes
Time Saved: 126 minutes (2.1 hours)
Automation reduces manual work time from 146 minutes to 20 minutes.
This saves 126 minutes or about 2.1 hours.
Automating repetitive calculations saves significant time and effort.
Bonus Challenge

Create a chart comparing manual time and automated time per product to visualize time savings.

Show Hint
Use a bar chart with products on the x-axis and time on the y-axis, showing two bars per product for manual and automated times.