Business Modeling Lab Room Activities Lab03 - Model Design Activity 1 - Management Fee
Business Modeling Lab Room Activities Lab03 - Model Design Activity 1 - Management Fee
Management of a company is paid proportionally to the company's monthly net profit before tax
(NP) and management fee. Particularly:
Data of monthly NP before tax (in thousands) is available last financial year as follows:
Month Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
NP 48 10 19 -47 -37 181 -9 -28 29 29 -37 4
An account of the company has created an Excel model to calculate management fee expenses for
the company during the last 12 months.
4. Design Data Table 1: Data Table 1 is supposed to contain information about different type of
management fee schedules.
5. Design Report Section to find monthly management fee expenses.
- Hlookup
- Design data section and report section
ACTIVITY 2 – PERSONAL INCOME TAX
Ha Linh is working for an accounting department of Halo Company. She is asked by the chief
accountant to calculate salary for all employees in the company for August 2017. Chief accountant
also wants her to print a salary slip for each employee. Currently, there are ten employees in her
company.
Ha Linh has collected several documents about salary policy and personal income tax law of Vietnam
and she’s summarized in following tables.
Basically, the logic behind the primary tax calculation involves determining relevant threshold, base
tax and marginal rate corresponding to the nominated taxable income. In order to understand the
logic behind this calculation, the following definitions may be useful:
Relevant threshold the income level at which the marginal rates changes
Base tax the dollar amount of tax payable at that relevant threshold.
Marginal rate the number of VND in tax that will be paid on each VND100 that the
nominated taxable income exceeds that relevant threshold.
Thus, to calculate personal income tax for an individual, the following structure may be helpful:
Example: PIT for an employee who has taxable income of VND 16,000,000 is calculated as follows:
= VND 1,650,000
Requirement
1. Open file “Personal Income Tax Lab3”, copy the spreadsheet to file “LAB03 MODEL DESIGN
21092020” of yours.
2. Calculate Base Tax in the CALCULATION SECTION.
3. Calculate PIT in the REPORT SECTION following the rule:
PIT = Base tax + (Taxable income – Relevant threshold) * Marginal rate
You will need to use VLOOKUP function. Example: to find name of employee coded 1356, we
use the formula F17=VLOOKUP(E17,$A$17:$C$26,2,0)
- Vlookup
- Complex structure
- Break big problem in to smaller parts
ACTIVITY 3 – PROMOTION PROGRAM
In this year end, MD’s retailer decides to award shopping voucher to its loyal customer whose total
purchase value during 2016 is not less than VND 5mil.
The promotion program specifies that the values of the vouchers depend on the total purchase
value as follows:
Total purchase value of VND 20mil or more, customer will get a voucher of VND 500,000.
Total purchase value of VND 15mil to less than VND 20mil, customer will get a voucher of
VND 400,000.
Total purchase value of VND 10mil to less than VND 15mil, customer will get a voucher of
VND 300,000.
Total purchase value of VND 7mil to less than VND 10mil, customer will get a voucher of
VND 200,000.
Total purchase value of VND 5mil to less than VND 7mil, customer will get a voucher of VND
100,000
As a public relation officer, you are required to send the voucher to all loyal customers to their
address.
This activity combines both modeling principles and model designing topic.