Friday, August 22, 2008

Menggunakan Vlookup untuk Pengganti IF

Misalnya kita menggunakan fungsi IF yang saling bertumpuk seperti contoh dibawah ini

Contoh:
=IF(C2=1,"Nama",IF(C2=2,"Alamat",IF(C2=3,"Kota",IF(C2=4,"Kode Pos","tidak tahu"))))


Kita dapat mengganti fungsi seperti di atas dengan menggunaka fungsi VLOOKUP untuk mendapatkan nilai tertentu.

Yaitu
=VLOOKUP(C2,A1:B6,2,FALSE)


1- Argument pertama fungsi VLOOKUP Function mencari data yang cocok pada kolom pertama range A1:B6 dengan nilai yang ada di sel C2.
2- Hasilnya berasal dari kolom kedua dari range A1:B6.


Tampilan Range yang dipilih


Saturday, August 9, 2008

Normal Distribution

Normal distribution can be tested for by:

a) plotting the data on a graph and visually inspecting the line

b) using a probability graph in which if it is possible to draw a straight line through the values distribution is normal

c) applying the Chi-Square Test for normal distribution.

d) checking whether the mean, mode and median coincide (which they do if distribution is normal)

or

e) testing that:

68% of all values will fall between -1/+1 standard deviation and
95% of all values will fall between -2/+2 standard deviations.


OfficeUsers.ORG Editorials