1. Berikut yang dilakukan oleh fungsi LOOKUP jika tidak dapat menemukan lookup_value dalam array adalah .... A. Mengembalikan nilai kesalahan #n/a B. Menggunakan nilai terkecil dalam array yang lebih besar dari atau sama dengan lookup_value C. Menggunakan nilai terbesar dalam array yang lebih kecil dari atau sama dengan lookup_value D. Menggunakan nilai rata-rata dalam array yang lebih kecil dari atau sama dengan lookup_value
2. Perbedaan antara fungsi LOOKUP dengan fungsi VLOOKUP dan HLOOKUP adalah .... A. Fungsi LOOKUP mencari nilai lookup_value dalam baris pertama, sedangkan VLOOKUP dan HLOOKUP mencari dalam kolom pertama B. Fungsi LOOKUP mencari sesuai dengan dimensi array, sedangkan VLOOKUP dan HLOOKUP hanya mencari dalam satu dimensi C. Fungsi LOOKUP hanya dapat digunakan dengan array persegi, sedangkan VLOOKUP dan HLOOKUP dapat digunakan dengan array berbentuk apa pun D. Fungsi LOOKUP hanya dapat digunakan dengan nilai numerik, sedangkan VLOOKUP dan HLOOKUP dapat digunakan dengan nilai teks maupun numerik
3. Fungsi INDEX dan MATCH merupakan cara lain dari penggunaan fungsi .... A. VLOOKUP dan HLOOKUP B. SUM dan AVERAGE C. COUNT dan COUNTIF D. MAX dan MIN
4. Match_type pada fungsi MATCH digunakan untuk .... A. Menentukan range data yang dicari B. Menentukan nilai yang akan dicocokkan dalam lookup_array C. Menentukan bagaimana excel mencocokkan lookup_value dengan nilai dalam lookup_array D. Menentukan posisi relatif dari suatu nilai yang dicari dalam rentang sel
5. Jika MATCH tidak berhasil menemukan kecocokan, maka akan mengembalikan nilai kesalahan .... A. #REF! B. #N/A C. #VALUE! D. #DIV/0!
If the LOOKUP function cannot find the lookup_value in the array, it will return the nearest value that is less than or equal to lookup_value 1.
The difference between the LOOKUP function and the VLOOKUP and HLOOKUP functions is that the LOOKUP function searches for a value in a single row or column, while VLOOKUP and HLOOKUP search for a value in a table 1.
The INDEX and MATCH functions are an alternative way of using the VLOOKUP and HLOOKUP functions 1.
The match_type argument in the MATCH function is used to determine how Excel matches the lookup_value with the values in the lookup_array. It can be set to 1, 0, or -1, which correspond to approximate match, exact match, and exact match with reverse order, respectively 1.
If MATCH cannot find a match, it will return the #N/A error value 1.
Jawaban:
If the LOOKUP function cannot find the lookup_value in the array, it will return the nearest value that is less than or equal to lookup_value 1.
The difference between the LOOKUP function and the VLOOKUP and HLOOKUP functions is that the LOOKUP function searches for a value in a single row or column, while VLOOKUP and HLOOKUP search for a value in a table 1.
The INDEX and MATCH functions are an alternative way of using the VLOOKUP and HLOOKUP functions 1.
The match_type argument in the MATCH function is used to determine how Excel matches the lookup_value with the values in the lookup_array. It can be set to 1, 0, or -1, which correspond to approximate match, exact match, and exact match with reverse order, respectively 1.
If MATCH cannot find a match, it will return the #N/A error value 1.