Read more: http://rakyumi.blogspot.com/2009/10/how-to-make-onclick-selecting-in.html#ixzz0vrDMNz00

Live Clock

07/08/10

Kalkulasi Bunga Majemuk (Compound Interesr) di Ms Excel


A B C D
1 Perhitungan Bunga Majemuk (Compound Interest)
2 Single formula general solution
3
Rumus di kolom B
4 Nilai Investasi 100,000,000 -
5 Tingkat bunga per tahun 14.00% -
6 Compounding periods/tahun 365 -
7 Termin (dalam tahun) 3 -
8



9 Periodic interest rate: 0.04% =B5*(1/B6)
10 Nilai investasi pada akhir termin 152,183,900 =FV(B9,B6*B7,,-B4)
11 Total bunga yang diperoleh 52,183,900 =B10-B4
12



13 Annual yield: 17.39% =(B11/B4)/B7
14





A B C D
1 Continuous Compounding
2



3



4 Nilai Investasi 100,000,000

5 Annual interest rate: 14.00%

6 Compounding Continuous --> terus menerus
7 Term (years) 3

8

Rumus
9 Nilai investasi pada akhir termin 152,196,156 =B4*EXP(B5*B7)
10



11



12 Jumlah Tahun untuk membuat investasi jadi double
13



14 Interest Rate Rule of 72 Actual
15 1% 72.00 69.66
16 2% 36.00 35.00
17 3% 24.00 23.45
18 4% 18.00 17.67
19 5% 14.40 14.21
20 6% 12.00 11.90
21 7% 10.29 10.24
22 8% 9.00 9.01
23 9% 8.00 8.04
24 10% 7.20 7.27
25 15% 4.80 4.96
26 20% 3.60 3.80
27 25% 2.88 3.11
28 30% 2.40 2.64
29



Tabel Loan Payment Satu Variabel

1-way


A B C D E F G H I
1 Jumlah Pinjaman 100,000,000






2 Bunga per tahun 12.00%






3 Periode Pmbyrn (bulan) 1






4 Jumlah periode 60 ---> 5 tahun





5








6

Rumus




7 Pmbyrn per periode 2,224,445 =PMT(B2*(B3/12),B4,-B1)




8 Jml Pembayaran 133,466,686 =B6*B4




9 Jml Bunga 33,466,686 =B7-B1




10








11 Bunga per tahun
12.00% 12.25% 12.50% 12.75% 13.00% 13.25% 13.50%
12 Pmbyrn per periode 2,224,445 2,224,445 2,237,099 2,249,794 2,262,530 2,275,307 2,288,126 2,300,985
13 Jml Pembayaran 133,466,686 133,466,686 134,225,922 134,987,629 135,751,803 136,518,438 137,287,531 138,059,076
14 Jml Bunga 33,466,686 33,466,686 34,225,922 34,987,629 35,751,803 36,518,438 37,287,531 38,059,076
15








16 Cara membuat tabel di atas :





17








18 1. Buat referensi perhitungan seperti terlihat pada Range A1:D9


19 2. Buat tabel dan isikan angka-angka di cell yang berwarna biru


20 3. Kemudian Pilih Range B11:I14 lalu pilih Data ➪ Data Tools ➪ What-If Analysis ➪ Data Table lalu excel akan menampilkan Data Table seperti gambar berikut :




21










22
4. Isi Row Input Cell : $B$2 dan Column input cell biarkan kosong



23 5. Klik OK dan angka-angka dalam range C12:I14 akan terisi secara otomatis.


06/08/10

Multiple Lookup Contoh


ABCDEFGH
1Tabel Referensi



2Warna-1Warna-2Warna-3Output



3merahhijaubiruputih



4merahhijaukosongkuning



5merahkosongbiruungu



6kosonghijaubirucyan



7kosonghijaukosonghijau



8kosongkosongbirubiru



9kosongkosongkosonghitam



10







11Tabel yang akan di-look up (diintip)



12merahhijaukosongkuning



13kosonghijaukosonghijau



14merahhijaukosongkuning



15merahhijaubiruputih



16kosongkosongkosonghitam



17merahhijauputih#N/A



18







19Rumus di D12 adalah sebagai berikut:
20={INDEX($D$3:$D$9,MATCH(A12&B12&C12,$A$3:$A$9&$B$3:$B$9&$C$3:$C$9,0))}
copy rumus/formula tersebut ke bawah seperti ini :
21={INDEX($D$3:$D$9,MATCH(A13&B13&C13,$A$3:$A$9&$B$3:$B$9&$C$3:$C$9,0))}
22={INDEX($D$3:$D$9,MATCH(A14&B14&C14,$A$3:$A$9&$B$3:$B$9&$C$3:$C$9,0))}
23={INDEX($D$3:$D$9,MATCH(A15&B15&C15,$A$3:$A$9&$B$3:$B$9&$C$3:$C$9,0))}
24dst

Atau bisa juga menggunakan macro VBA dengan cara masuk ke VBA Editor dengan menekan Alt+F11 --> Insert Module --> Masukkan kode berikut:

Function sitiVi26A(Tabel As Range, Kriteria As Range) As String
Dim MaxTabelRow As Long, r As Long
MaxTabelRow = Tabel.Rows.Count
For r = 1 To MaxTabelRow
If Kriteria.Cells(1, 1) = Tabel.Cells(r, 1) And _
Kriteria.Cells(1, 2) = Tabel.Cells(r, 2) And _
Kriteria.Cells(1, 3) = Tabel.Cells(r, 3) Then
sitiVi26A = Tabel.Cells(r, 4).Text
Exit For
Else
sitiVi26 = "#n/a"
End If
Next r
End Function

Lalu kembali ke worksheet dan di cell D12 ketikkan rumus
=sitiVi26A($A$3:$D$9,A12:C12)
terus copy rumus tersebut ke cell2 dibawahnya,
Sumber: mailing list xl-mania@yahoogroups.com

02/08/10

Cara Membuat USB Flashdisk Bootable for Windows XP/Vista/7

Sebenarnya ada cara mudah membuat bootable windows alive in your USB flash / pen / thumb drive. Yaitu dengan cara memakai portable tool bernama NoviCorp WintoFlash yang sangat membantu.

WintoFlash Features
1. transfer windows XP/2003 setup to USB drive
2. transfer WinPE XP/2003 to USB drive (transfer Pre-installed windows XP/2003 environment)
3. erase disk
4. transfer windows Vista/2008/7 setup to USB drive
5. transfer WinPE Vista/2008/7 to USB drive (transfer Pre-installed windows Vista/2008/7 environment)
6. create Windows XP/2003 emergency bootloader USB drive
7. create bootable MS-DOS USB drive

Yang Anda butuhkan:
1. Windows Setup files/CD / DVD
2. satu USB flash / pen /thumb drive yang kosong, anda membutuhkan sedikitnya dengan kapasitas 4GB USB drive jika Anda akan membuat bootable windows 7.

Cara membuat USB bootable Windows 7, Vista and XP?
1. Plug USB drive to USB port
2. Download WintoFlash
3. Extract semua contents on the zip file (you can use 7-zip or other extractor software)
4. Run WinToFlash application
5. Simply click the big button “Windows Setup transfer wizard” and click next
6. Specify Windows file path and USB drive location and then click next
7. Windows license agreement will pop up, click agree and continue.
8. Click ok on format warning (please note that all contents in USB drive will be lost)
9. Tunggu beberapa saat ketika WintoFlash membuat sebuah bootable windows setup in USB drive

Jika Anda ingin membuat sebuah bootable linux pada USB drive Anda dapat gunakan Unetbootin. Semuanya telah dikerjakan. Sekarang Anda telah berhasil membuat sebuah USB bootable windows 7/Vista/XP, dan siap digunakan. Jangan lupa mengubah setting boot sequence / priority pada BIOS.

Download wintoflash di sini.

Sumber
http://wintoflash.com/download/en/
http://indygizmo.com/how-to-create-usb-bootable-windows7-vista-xp/

01/08/10

Contoh Perhitungan Loan Payment di Excel

Loan Amount:100,000,000.00-PV
Annual Interest Rate:13.0%rate_per_year
Payment Period (months):1B3
Number of Periods:60nper



Payment per Period:$2,275,307.30=PMT(rate_per_year*B3/12,nper,-PV)






Period3
Principal Amount$1,217,939.97=PPMT(rate_per_year*B3/12,3,nper,-PV)
Interest Amount$1,057,367.34=IPMT(rate_per_year*B3/12,3,nper,-PV)

Grafik pembayaran pokok dan bunga sebagai berikut..

Bagaimana membuat "read more.." atau "baca selanjutnya" di Blogger

Berikut teknik/hack membuat link Baca selengkapnya atau read more... di Blogger atau blogspot yang saya kutip dari http://www.eblogtemplates.com/how-to-add-the-blogger-read-more-expandable-posts-link/ dan telah saya buktikan bisa.

Langkah #1 -Update kode template AndaMasuk ke dashbord blog--> Pilih Setting --> Edit Html --> Klik expandable widget
Tambahkan kode berikut dibawah tag
<div class=’post-header-line-1/> dan <div class=’post-header-line’> jika dua-duanya ada.


<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>


Sekarang tambahkan sedikit kode yang akan menambahkan link "read more" pada posting anda. Kode ini berada di bawah tag <data:post.body/> so copy kode berikut dibawah tag tersebut. Anda bebas mengganti "Read more..." dengan kata2 pilihan Anda. Hati-hati jangan menghapus kode-kode yang lainnya.

<b:if cond='data:blog.pageType != "item"'><br />
<a expr:href='data:post.url'>Read more...</a>
</b:if>
</b:if>

Beres, Andan telah selesai meng-edit template blog Anda. Lalu simpan kode html Anda. Jika tidak ada pesan error maka kode berhasil disimpan, silakan ke Langkah berikutnya.

Langkah #2 – Menanmbahkan Class Tag pada default Post Template

Masuk ke “Settings” => “Formatting” and scroll kebawah sampai ke pilihan terakhir “Post Template”. Paste-kan kode berikut:

<span class="fullpost">

</span>

Langkah #3 - Cobalah membuat posting baru

perhatikan gambar berikut...