Creating Value For Customers: Lesson Recording
Creating Value For Customers: Lesson Recording
Lesson Recording
Introduction
• Organizations today possess a lot of data from their daily operations in various
departments and customers’ transactional data from point of sale.
• The following features are part of the data analysis process:
– Descriptive statistics
– Histogram/Frequency table
– Data visualization
– Linear regressions
– Looking up data and values
Student name Mathematics Score Physics Descriptive Analysis Mathematics Score Physics Score
Median 59.5 50
Alex 64 54
Standard deviation 20.76 18.06
Amy 53 46 Min 34 26
Bobby 78 67 Max 96 80
Carol 68 60
Bin Cumulative Freq for Cumulative Freq for
Catherine 34 26 Mathematics score Physics score
0 0 0
David 89 75
41 2 2
Evelyn 46 42 51 3 5
61 5 7
George 96 80
71 7 8
Kin Lain 39 30 81 8 10
91 9 10
Lucas 55 46 100 10 10
Excel Functions
Model Building
Find the projected sale ($) by each product and total for each customer.
Projected sale = Qty * unit selling price
= D24 * VLOOKUP(D24,$G$5:$J$10,2) = $510,692
Find the projected sale ($) for five Big customer and other customer and total
revenue now. $14,324,401
Create a new price list ($) and set the initial value to be the same as the
current price list ($)
Find the new projected sale ($) using the new price list ($) for each customer
by the products and find the new projected revenue.
(old sale −new project sale)
Percentage of sale reduction (%) =
old sale
Solver
• Objective
Maximize the revised sale ($13,193,999)
subjected to constraints:
Revised price <= current price
Revised price >= 0, volume discount applies
Percentage of sale reduction (%) for sum of top five customers must be at
least 9%
Percentage of sale reduction (%) for other customers must be at least 5%
For individual top five customers, sale reduction must be at least 8%
Reflection Questions
• Will a company sell a product below cost price? Illustrate using an example.
• How do you measure the ROI of the marketing expense?
• Does social media play a major role in marketing?
• What is the difference between Goal Seek and Solver?
• Which function lookup, vlookup or index, is the most flexible for data retrieval?