EM2301. Practical Class 1
EM2301. Practical Class 1
FREIG
N QUANTI UNIT PRIC TA TOTA
PRODUCT NAME HT
o TY PRICE E X L
COST
Desk with iron legs 400000
100 0
Tea table 50 150000
3-tier shelf with many 120000
compartments 58 0
5-tier shelf 79 850000
Vintage cabinet with 1 drawer 92 200000
Vintage cabinet with 3 drawers 250000
220 0
Blue and white cabinet with 2 high
drawers 199 600000
TOTAL:
Import the data into Excel and perform the following requirements:
1) Automatically number in column No
2) Format the UNIT PRICE column with a thousands separator
3) PRICE = QUANTITY * UNIT PRICE
4) TAX = PRICE * 5%
5) FREIGHT COST = QUANTITY* 1500
6) Calculate the total of the columns PRICE, TAX, FREIGHT COST and TOTAL
7) Date: Use the function to get the current day, month, and year
8) Present the spreadsheet
Excercise 2:
A company wants to calculate the income of employees with different positions, with different
basic salaries and number of working days. After calculation, the exact results will be obtained
and should be rounded to make payment easier.
Requirements:
1) Add sequential number automatically for No column.
2) Split column Full name into 2 columns: Surname & Middle name and First name.
3) Reorder the list alphabetically A, B, C...
3) Position allowance is calculated based on position: (Using IF function)
+ GĐ: 500
+ PGĐ: 400
+ TP: 300
+ KT: 250
+ Others: 100
4) Salary = Basic Salary * Working Days
5) The advance is calculated as follows:
- If (Position allowance + Salary)*2/3 < 25000 then Advance = (Position allowances +
Salary)*2/3
- Otherwise: Advance = 25000
(Round to the nearest thousand)
6) Remaining = Position allowance + Salary - Advance.
7) Month: Use the function to get the current month.
8) Present the spreadsheet.
Exercise 3:
6) Insert Grade Year column, classify grade year of each student based on ID (2019 = second-year
student; 2018 = third-year student)