Friday, 23 February 2018

Kumpulan Latihan Excel

1. Pemahaman Fungsi IF OR
Contoh Kasus:



Rumus: =IF(OR(MTK>=75;IPA>=70;BI>=65;B.ING>=80);"LULUS";"GAGAL")
2. Pemahaman Fungsi IF AND
Contoh Kasus:


Dari ketentuan pada table, kita dapat membuat rumus IF AND pada kolom F2 sebagai berikut:

=IF(AND(D6="X",E6="IPA"),"Lantai 1 Blok A",IF(AND(D6="X",E6="IPS"),"Lantai 1 Blok B",IF(AND(D6="XI",E6="IPA"),"Lantai 2 Blok C",IF(AND(D6="XI",E6="IPS"),"Lantai 2 Blok C",IF(AND(D6="XII",E6="IPA"),"Lantai 3 Blok A",IF(AND(D6="X",E6="IPS"),"Lantai 3 Blok C"))))))

3. Fungsi IF AND
Contoh Kasus:



Rumus:
1. =D4*125
2. =IF(AND(E4>=15,F4="T"),25%*D4,0)
3.  =IF(OR(E4<=20,F4="K"),10%*D4,0)

No comments:

Post a Comment