Bentuk penulisan :
1. =INDEX(array, row_num, [column_num])
2. =INDEX(reference, row_num, [column_num], [area_num])
column_num and area_num are optional arguments
Contoh 1:
Contoh 2: Penggunaan 2 Tabel dengan Fungsi INDEX
Contoh 3: Array Formula dan Copas ke Kanan
Contoh 4: Array Formula dan Copas ke Bawah
Contoh 5: Meng-copy Data dengan Array Formula
Contoh 6: Modifikasi dengan Array Formula
Fungsi MATCH
Returns the relative position of an item in an array that matches a specified value in a specific order
Bentuk Penulisan :
=MATCH(lookup_value, lookup_array, [match_type])
match_type: |
Lookup_array must be placed in ascending order
0 = Finds the first value that is exactly equal to lookup_value.
Lookup_array can be in any order.
-1 = Finds the smallest value that is greater than or qual to lookup_value.
Lookup_array must be placed in descending order
Contoh 1: Dengan Argumen 0 (Data tidak perlu di Sort)
Contoh 2: Dengan Argumen 1 (Data harus urut dari kecil ke besar)
Contoh 3: Dengan Argumen -1 (Data harus urut Besar ke Kecil)
Contoh 4: Array Formula
Tidak ada komentar:
Posting Komentar