INTRODUCTION TO APPLIED COMPUTING FOR
BUSINESS AND ECONOMICS
                                        Practice Class 1
                            Save file as: Prac1.Hovaten.MSSV.Thu
Exercise 1:
Given the monthly inventory of goods
                                                 UNIT                       FREIGHT
 NO.           NAME             QUANTITY                   PRICE      TAX             TOTAL
                                                PRICE                       CHARGES
        Bàn làm việc chân sắt        100        4000000
        Bàn trà                       50         150000
        Kệ 3 tầng nhiều ngăn          58        1200000
        Kệ 5 tầng                     79         850000
        Tủ Vintage 1 ngăn             92         200000
        Tủ Vintage 3 hộc             220        2500000
        Tủ trắng xanh cao 2
        hộc                          199         600000
                        TOTAL:
Enter data in Excel and calculate as follows:
   1)   Add sequential numbers automatically in column NO.
   2)   Format column UNIT PRICE with a thousand separator
   3)   PRICE = QUANTITY * UNIT PRICE
   4)   TAX = PRICE * 5%
   5)   FREIGHT CHARGES = QUANTITY * 1500
   6)   Sum all the columns PRICE, TAX, FREIGHT CHARGES
   7)   Date: Use function to display current date, month, and year
   8)   Format the table
Exercise 2:
     Last &                                                                   Pre-
               First              Basic     Work     Responsibility
 No. Middle            Position                                     Salary    paid  Remain
               Name               Salary    Day       Allowance
      Name                                                                   amount
     Trần
     Thị       Yến        NV        1000     24
     Nguyễn    Thành      BV        1000     30
     Đoàn      An         TP        3000     25
     Lê        Thanh      GĐ        5000     28
     Hồ        Kim       PGĐ        4000     26
     Trần      Thế        TP        2000     29
     Nguyễn
     Văn       Sơn        KT        1000    30
     Lê        Nam        TP        3000    30
     Hồ Tấn    Tài        NV        1000    26
                                            SUM:
                                        AVERAGE:
                                            MAX:
                                            MIN:
Calculating requirement:
1) Add sequential numbers in column NO. (from 1)
2) Combine 2 columns Last & Middle Name and First Name into one Full-name column
(Use =Column1&””&Column2)
3) Calculate Responsibility Allowance based on position: (Use function IF)
   + GĐ: 500
   + PGĐ: 400
   + TP: 300
   + KT: 250
   + Others: 100.
4) Salary = Basic salary * Work day
5) Prepaid Amount is calculated as follow:
- If (Responsibility allowance + Salary)*2/3 < 25000 then
Prepaid Amount = (Responsibility allowance + Salary)*2/3
- Else: Prepaid Amount = 25000
(Round to thousands by using function ROUND)
6) Remain = Responsibility allowance + Salary - Prepaid Amount.
7) Month: Use function to show current month.
8) Format the table
Exercise 3
 1) Input and format data as following table:
                                          INVENTORY
 Code              Name             Quantity Unit price        Discount    Total amount
 ML01      Máy lạnh SANYO                      12   4000000
 ML02      Máy lạnh HITACHI                     4   2500000
 ML03      Máy lạnh NATIONAL                    5   3000000
 MG01      Máy giặt HITACHI                     8   1500000
 MG02      Máy giặt NATIONAL                    9   5000000
 TV01      Tivi LG                              1   4500000
 TV02      Tivi SONY                            8   5550000
 TL01      Tủ lạnh HITACHI                     12   6000000
                           TOTAL:
 Calculating requirement:
 2) Format column Unit price with a thousand separation and unit as VND.
 3) Discount is calculated as follow:
  Discount = Unit price * Quantity * Discount rate.
  Given: discount rate is 5% if quantity > 10,
      discount rate is 2% if 8 <= quantity <= 10,
      discount rate is 1% if 5 <= quantity <8,
      discount rate is 0 if quantity < 5.
 4) Total amount = Unit price * Quantity - Discount.
 5) Sum columns Discount and Total amount
 6) Descending sort for column Total amount (Use Data/Sort)
 7)Format the table
Exercises 4
                                         Exam     Process   Avg. Conversion   Rank
 No.      ID            Full name        point     point    point  point
       20182111   Hoàng Thị Vân Anh      7.5     8
       20182209   Vũ Thị Mai Trinh       7       6.5
       20182212   Phạm Văn Tuân          7       6.5
       20182117   Trần Quang Anh         3       7
       20182145   Ngô Việt Hoàng         8       8
       20182147   Bùi Thị Minh Hương     8.5     7
       20182123   Nguyễn Thị Ngọc Bích   6.5     7
       20182154   Đào Thúy Hường         7.5     8.5
       20182156   Đào Thị Huyền          7       6
       20182132   Trịnh Tiến Dũng        6.5     7
       20182135   Đặng Thị Thu Hà        7       6.5
       20182137   Phan Thu Hằng          7.5     6.5
       20182198   Nguyễn Quang Thiện     7       7.5
                  Nguyễn Thị Thanh
       20182152   Hương                  8.5     8.5
       20182143   Vũ Minh Hiếu           6.5     7
       20182202   Nguyễn Thị Lệ Thu      8.5     8
       20182204   Nguyễn Văn Toàn        5.5     7
       20182150   Nguyễn Thị Hương       8       6.5
       20182189   Dương Hồng Quân        7       7.5
       20182173   Võ Thị Mai             8       9
       20182175   Vũ Duy Mạnh            6       7.5
       20182163   Lưu Quang Linh         7.5     7.5
       20182165   Nguyễn Thị Kim Linh    7.5     7
       20182167   Hoàng Mai Ly           7.5     8
       20182170   Lưu Thị Mai            8.5     9
       20182139   Hoàng Công Hiển        7.5     8
       20182141   Bùi Trung Hiếu         7       7.5
       20182127   Phạm Thị Ngọc Diệp     7.5     8
       20182130   Nguyễn Trung Đức       6.5     7
                  Nguyễn Thị Như
       20182181   Nguyệt                 8       7
       20182183   Triệu Yến Nhi          3       5
       20182185   Trần Thị Cẩm Nhung     7.5     6.5
       20182187   Bùi Thị Minh Phượng    7.5     8
       20182191   Trần Trung Quang       6       7.5
       20182119   Vũ Nhật Anh            7.5     7.5
       20182121   Nguyễn Trọng Bảo       6.5     7
       20182200   Nguyễn Thị Thoan       7       7.5
     20182194     Phan Văn Rơn              5.5    7
     20182196     Lê Danh Sơn               7      6.5
     20182207     Trần Thu Trang            6      9
     20182177     Bùi Mai Nga               7.5    8.5
     20182179     Ngô Thị Hoàng Ngân        8      7.5
     20182113     Ngô Hoàng Anh             8.5    7
     20182115     Nguyễn Thị Vân Anh        7      8.5
     20180257     Phạm Thị Uyên             7.5    7.5
1)   Add sequential numbers automatically in column No.
2)   Ascending sort for column ID (Use Data/Sort),
3)   Split column Full name into 2 columns: Last & Middle name and First name
4)   Avg. point = (Exam point*0,7 + Process point*0,3)
5)   Conversion point and rank: (Using If function)
     Avg. point         Conversion          Rank
                          point
 9,5 -10            A+               Pass
 8,5 – < 9,5        A                Pass
 8 – < 8,5          B+               Pass
 7–<8               B                Pass
 6,5 – < 7          C+               Pass
 5,5 – < 6,5        C                Pass
 5- < 5,5           D+               Pass
 4–<5               D                Fail
 <4                 F                Fail
6) Format the table
Exercise 5
 1) Enter and format table as follow:
               IMPORT-EXPORT TRACKING TABLE
                                      Unit
   Code      Import     Export              Amount                Tax
                                      price
 A001Y          1000
 B012N          2500
 B003Y          4582
 A011N          1400
 B054Y          1650
 Requirement:
 2) Calculate column Export as follow:
    + If the first character of Code is A then Export = 60% * Import
    + If the first character of Code is B then Export = 70% * Import
 3) Calculate Unit price as follow:
    + If the last character of Code is Y then Unit price = 110000
    + If the last character of Code is N then Unit price = 135000
 4) Calculate Amount = Export*Unit price.
 5) Calculate Tax as follow:
    + If Code has the first character as A and the last one as Y then Tax = 8% Amount
    + If Code has the first character as A and the last one as N then Tax = 11% Amount
    + If Code has the first character as B and the last one as Y then Tax = 17% Amount
    + If Code has the first character as B and the last one as N then Tax = 22% Amount
 6) Format the table