Contoh contoh rumus Excel





PENJUMLAHAN (SUM)
Rumus: =SUM(A1:A5)
Contoh: =SUM(10, 20, 30)
Jawaban: 60


RATA-RATA (AVERAGE)
Rumus: =AVERAGE(A1:A5)
Contoh: =AVERAGE(10, 20, 30)
Jawaban: 20


PEMBAGIAN (DIVISION)
Rumus: =A1/B1
Contoh: =10/2
Jawaban: 5


PEMBULATAN KE ATAS (ROUNDUP)
Rumus: =ROUNDUP(A1,0)
Contoh: =ROUNDUP(15.25,0)
Jawaban: 16


PEMBULATAN KE BAWAH (ROUNDDOWN)
Rumus: =ROUNDDOWN(A1,0)
Contoh: =ROUNDDOWN(15.75,0)
Jawaban: 15


FUNGSI IF
Rumus: =IF(A1>10, "Lebih besar", "Lebih kecil")
Contoh: =IF(10>5, "Lebih besar", "Lebih kecil")
Jawaban: Lebih besar


VLOOKUP
Rumus: =VLOOKUP(A1, A1:B5, 2, FALSE)
Contoh: =VLOOKUP("Apple", A1:B5, 2, FALSE)
Jawaban: 10


HLOOKUP
Rumus: =HLOOKUP(A1, A1:B5, 2, FALSE)
Contoh: =HLOOKUP("Apple", A1:B5, 2, FALSE)
Jawaban: 20


KALI (MULTIPLICATION)
Rumus: =A1B1
Contoh: =54
Jawaban: 20


MAX
Rumus: =MAX(A1:A5)
Contoh: =MAX(10, 20, 30)
Jawaban: 30


MIN
Rumus: =MIN(A1:A5)
Contoh: =MIN(10, 20, 30)
Jawaban: 10


COUNT
Rumus: =COUNT(A1:A5)
Contoh: =COUNT(1, 2, 3, "", 5)
Jawaban: 4


COUNTIF
Rumus: =COUNTIF(A1:A5, ">10")
Contoh: =COUNTIF(A1:A5, ">10")
Jawaban: 2


SUMIF
Rumus: =SUMIF(A1:A5, ">10")
Contoh: =SUMIF(A1:A5, ">10")
Jawaban: 40


INDEX & MATCH
Rumus: =INDEX(A1:B5, MATCH("Apple", A1:A5, 0), 2)
Contoh: =INDEX(A1:B5, MATCH("Apple", A1:A5, 0), 2)
Jawaban: 10
Lebih baru Lebih lama