You are on page 1of 3

Guide :

1. Age is obtained from the difference between this year and date of birth.
2. Level obtained from fourth character of Room Number. (MID)
3. Isi kolom Room Type berdasarkan karakter pertama dan karakter kedua dari Room Number.
GunakanFungsi IF () dan Left().
 VA for “VVIP”
 VR untuk “VIP”,
 SP untuk “Semi Private”,
 SW untuk “Standard Ward”.
4. Isi kolom Room Capacity berdasarkan Room Type. Gunakan Fungsi IF()and OR().
 Kapasitas ruangan untuk VIP dan VVIP “1 Bed”
 Kapasitas ruangan untuk Semi Private “2 Beds”
 Kapasitas ruangan untuk Standard “4 Beds”
5. Isi kolom Price Per Night berdasarkan Room Type. Gunakan Fungsi IF().
 Price per Night for VVIP is 2 times price per night for VIP
 Price per Night for VIP Rp. 1.500.000,
 Price per Night for Semi Private Rp.1.250.000,
 Price per Night for Standard Ward Rp.750.000.
6. Fill the Remedy Name column based on Patient Code. There are two type so fre medies, which
are medicine (if the patient code starts with “P”) and vaccine (if the patient code starts with
“V”). Each type of remedy is divided into 3. Use IF(), MID(), LEFT(), and AND() function.
 Medicine A – “M-Dengue Fever”
 Medicine B – “M-Flu”
 Medicine C – “M-Cough”
 Vaccine A – “V-Tetanus”
 Vaccine B – “V-Hepatitis”
 Vaccine C – “V-Rabies”
7. Isi kolom Remedy Cost berdasarkan Remedy Name. Gunakan Fungsi IF() dan Fungsi OR().
 Remedy Cost for M-Flu and M-CoughisRp. 300.000
 Remedy Cost for V-Rabies, V-Tetanus, and V-Hepatitis isRp. 350.000
 Remedy Cost for M-Dengue FeverisRp. 500.000
8. Total adalah hasil penjumlahan Price Per Night danRemedy Cost.
9. Taxis 10% from Total.
10. Calculate the amount of discount base dont he payment method. If the patient pays with cash,
they don’t get any discount. If the patient pays with BNI or BCA, they will get 15% discounts, and
if they pay with Mandiri, they will get 20% discounts. Use IF() and OR() functions.
11. Total Payment is calculated from Total + Tax – Discount.
12. Hitung Average Remedy Cost menggunakan fungsi Average().
13. Hitung Average Room Price Per Night menggunakan fungsi Average().
14. Hitung Most Expensive Room Price menggunakan fungsi Max()
15. Hitung Most Cheap Room Price menggunakan fungsi Min()
16. Calculate the Average Cost For Medicine Average IF() function.
17. Count patient who stays in VVIP room and younger than 30 years old. Use Countifs() function.
18. Calculate the Average Cost for Vaccine Average IF() function.
19. Calculate Total Payment received from Patient in Standard Ward and name ends with “i”
20. Calculate Total Remedy Cost from Patient stays in VIP, got a vaccine, and with anage less than 35
years old.
21. Hitung Revenue Grand Total menggunakan fungsi Sum()
22. Hitung keterisian (occupancy) dari ruang tipe VIP menggunakan fungsi COUNTIF().
23. Hitung Total Price Per Night untuk tipe ruangan Semi Private menggunakan fungsi SUMIF().

Layout

You might also like