Latihan Final Gitc
Latihan Final Gitc
Question 1. Find out the average score of subjects for each student. (Use AVERAGE function. Enter the result at the
Question 2. Find out the minimum score of each subject. (Use MIN function. Enter the result at the cell B17~G17.)
Question 3. If Physics score is greater than 75 and History score is greater than 70, enter the 'pass'. Else enter the 'fail' for each student.
(Use IF and AND function. Enter the result at the cell G6~G16.)
Write "=IF(AND(B6>75,E6>70),"pass","fail")" in the cell "G6" and press Enter.
Condition1. There is a question at A18.
Condition2. There are characters and numbers from A5 to F16.
Condition3. You must solve the problem with given functions.
Question 4. Find out a name of a student whose Math score is 78. (Use LOOKUP function. Enter the result at the cell G16.)
5) Write "=LOOKUP(78,F6:F16,A6:A16)" in the cell "G16" and press Enter.
Condition1. There is a question at A18.
Condition2. There are characters and numbers from A5 to C16.
Condition3. You must solve the problem with given functions.
Question 5. Count the number of days between a leave date and a return date for each person. (Use DAYS function. Enter the result at the cell D6~D16.
Write "=DAYS(C6,B6)" in the cell "D6" and press Enter.
e result at the cell D6~D16.)
Condition1. There is a question at A17.
Condition2. There are characters and numbers from A4 to C15.
Question 9. Sort return dates in ascending order. Expand the selection to the whole data.
1) Click and select the cell "C4" - (Return), which is the title of the data to be sorted.
2) Click the "DATA" tab on the ribbon to select it.
3) The sort required for this question is "ascending order", so click "SORT A to Z" in "Sort & Filters" to select it.
Condition1. There is a question at A17.
Condition2. There are characters and numbers from A4 to C15.
Question 10. Sort return dates in ascending order. Expand the selection to the whole data.
1) Click and select the cell "B4" - (Leave), which is the title of the data to be sorted.
2) Click the "DATA" tab on the ribbon to select it.
3) The sort required for this question is "ascending order", so click "SORT A to Z" in "Sort & Filters" to select it.
Condition1. There is a question at A19.
Condition2. There are characters and numbers from A5 to C17.
Condition3. You must solve the problem with given functions.
Question 8. Find out the age of 5th youngest person. (Use SMALL function. Enter the result at the cell D17.)
4) Write "=SMALL(C6:C17,5) in the cell "D17" and press Enter.
Condition1. There is a question at A19.
Condition2. There are characters and numbers from A5 to C17.
Condition3. You must solve the problem with given functions.
Question 12. Count the number of people whose age is greater than 30. (Use COUNTIF function. Enter the result at the cell D17.)
4) Write "=COUNTIF(C6:C17,">30")" in the cell "D17" and press Enter.
Condition1. There is a question at A19.
Condition2. There are characters and numbers from A5 to D17.
Condition3. You must solve the problem with given functions.
Question 13. Find out the average age of people whose salary is greater than 170. (Use AVERAGEIF function. Enter the result at the cel
5) Write "=AVERAGEIF(D6:D17,">170",C6:C17)" and press Enter.
r the result at the cell E17.)
Condition1. There is a question at A18 and A19.
Condition2. There are characters and numbers from A5 to C16.
Condition3. You must solve the problem with given function.
Question 14. The above table is the reservation list of hotel. Divide Full name into first name and last name. First name and last name is divided by one s
Full name is listed in 'A' column. Write first name in 'D' column.(Use LEFT, FIND functions)
7) Write "=LEFT(A6,FIND(" ",A6))" in the cell "D6" and press Enter.
d last name is divided by one space character.
Condition1. There is a question at A18.
Condition2. There are characters and numbers from A5 to C16.
Condition3. You must use a filter to solve the problem.
Question 15. The above table is the reservation list of hotel. Display lists only who stays more than 5 nights.(Including 5 night).
1) Click and select the cell "C5" - (Nights), which is the title of the data to be filtered.
2) Click the "DATA" tab on the ribbon to select it.
3) Click "Filter" in "Sort & Filter" to select.
4) And click the "Showing All" - (Arrow) displayed in the bottom right corner of the cell "C5" to select it.
5) Click "Number Filters" to select in the new window.
6) The condition for this question is 5 or higher, so click to select "Greater Than Or Equal To" in the new window.
7) In the new "Custom Auto Filter" pop-up window, write "5" directly or select.
8) Then click "OK" to select.
Condition1. There is a question at A18.
Condition2. There are characters and numbers from A5 to C16.
Condition3. You must solve the problem with given function.
Question 16. The above table is the reservation list of hotel. Find the total number of guests who stays in November, 2018. Put the number in 'D6'. (Use C
Write "=COUNTIFS(B6:B16,">=2018-11-01",B6:B16,"<=2018-11-30")" in the cell "D6" and press Enter.
. Put the number in 'D6'. (Use COUNTIFS function)
Condition1. There is a question at A16 and A17.
Condition2. There are characters and numbers from A4 to E14.
Question 17. The above table is part of train time table. Calculate how long it will take from departure to arrival each trains.
Departure time is listed in 'C' column, Arrival time in 'E' column. Write the result in 'F' column.
Question 18. The above table is part of train time table. Find the total number of trains that depart from 'AMRITSAR JN' to 'NEW DELHI'.
Write the result in 'F5'. (Use SUMPRODUCT function)
Write "=SUMPRODUCT((B5:B14=""AMRITSAR JN")*(D5:D14="NEW DELHI")) in the cell "F5" and press Enter.
JN' to 'NEW DELHI'.
Condition1. There is a question at A14 and A15.
Condition2. There are characters and numbers from A5 to C12.
Condition3. You must solve the problem with given function.
Company Last year's sales ($) Increase rate This year's sales ($) Rank
Antenna 80 0.065
Cube 244 0.042
JYP 1022 0.015
SM 5724 0.012
Starship 266 0.033
WM 161 0.027
YG 2744 0.021
Question 19. Calculate this year's sales of each company based on last year's sales and increase rate, and find their rank based on this year's sales.
(Use PRODUCT and RANK function. Enter the result at the cell D6~D12 and E6~E12.)
Month Number of Reservation Reservation Fee ($) Sales ($) Lowest Sales
1 29 200
2 45 200
3 13 100
4 10 60
5 25 60
6 47 100
7 76 200
8 84 200
9 31 100
10 24 60
11 14 60
12 37 100
Question 20. Find the sales of each month and find the lowest sales (Use PRODUCT and SMALL function. Enter the result at the cell D6~D17 and E6.)
Write "=PRODUCT(B6,C6)" in the cell "D6" and press Enter.
Write "=SMALL(D6:D17,1) in the cell "E6" and press Enter.
he cell D6~D17 and E6.)
Condition1. There is a question at A15.
Condition2. There are characters and numbers from A5 to C13.
Condition3. You must solve the problem with given function.
Question 21. Find the duration of the festivals between the start date and the end date. (Use NETWORKDAYS function. Enter the result in from D6 to D1
Question 22. If the student's score is higher or equal to 70, enter "P". Otherwise, enter "F". (Use IF function. Enter the result at the cell C6~C14.)
Question 23. Get the sum and average of employees and calculate the growth of employees.
(use SUM, AVERAGE function. Growth Rate = (p2-p1)/p1*100. Enter the result at the cell D6~D15, E6~E15, F6~F15)
Write "=SUM(B6:C6)" in the cell "D6" and press Enter.
Write "=AVERAGE(B6:C6)" in the cell "E6" and press Enter.
Write "=(C6-B6/B6*100)" in the cell "F6" and press Enter.