Tampilkan postingan dengan label MS Excel. Tampilkan semua postingan
Tampilkan postingan dengan label MS Excel. Tampilkan semua postingan

Sabtu, 15 Maret 2025

Fungsi LARGE dan SMALL di MS Excel

Gambar 408 Fungsi LARGE dan SMALL MS Excel   
 
Fungsi LARGE dan SMALL, contoh dan cara menggunakan rumus Large dan Small di excel untuk mencari nilai terbesar dan terkecil ke-2, ke-3 dan ke-n dalam urutan data.

Rumus LARGE dan SMALL Excel - Sebelumnya kita sudah membahas tentang cara mencari nilai tertinggi dan terendah dengan fungsi MAX dan MIN. Kedua fungsi Excel tersebut hanya mendapatkan nilai tertinggi dan terendah saja.

Minggu, 28 April 2019

Menyimpan Dan Menutup Workbook Aktif Di VBA Excel




Apakah Anda muak dengan prompt tabungan saat menutup buku kerja ? Sebenarnya, Anda bisa menyimpan dan menutup buku kerja yang aktif tanpa ada perintah hanya dengan mengklik Command Button. Silahkan coba metode di tutorial ini.

Sabtu, 02 November 2013

Cara Menggunakan Fungsi IF pada Excel


Gambar 78. Fungsi IF pada Excel

IF adalah suatu fungsi keputusan di Excel dimana IF akan menggunakan suatu rule untuk pengecekan suatu kondisi. Jika kondisi terpenuhi maka fungsi akan mengambil suatu nilai, dan sebaliknya jika tidak dipenuhi akan mengambil nilai lain.


Syntax dasar dari fungsi IF adalah sebagai berikut
IF(logical_test_value, value_if_true, value_if_false) 
Keterangan
logical_test_value : adalah kondisi logika yang akan mengembalikan nilai benar atau salah. Contoh misalkan: A2 > B2, A2 <= B2, dll.
value_if_true : nilai yang diberikan apabila kondisi di atas benar.value_if_false : nilai yang diberikan apabila kondisi di atas salah.

Cara Membuat Grafik Sinus Di Excel


Dengan menggunakan microsoft excel , kita dapat dengan mudah membuat grafik sinusoidal, grafik cosinus, grafik tangen dan grafik-grafik dari fungsi trigonometri lainnya. 

Dalam postingan ini khusus dibahas tentang cara membuat grafik sinus di excel yang mungkin bisa bermanfaat buat teman-teman yang masih pemula.

Untuk membuat grafik sin di excel lakukan prosedur berikut:


1. Buat tabel seperti di bawah ini
Di kolom A isi dengan data sudut, dalam contoh berikut dibuat besaran sudut dengan interval 15 derajat.Di sel B3 ketik formula =SIN(RADIANS(A3))


2. Blok range A3:B27
Di menu bar pilih Insert - Scatter - Pilih type grafik scatter yang mempunyai garis



3. Hasilnya akan terlihat seperti di bawah ini




Belajar Fungsi vlookup, hlookup, dan lookup value pada Ms.Excel


Mungkin ada beberapa teman - teman officer yang senang menggunakan microsoft office excel untuk merangkum data absensi siswa, data NIM, dan nilai siswa. Terutama bagi anda yang kerja kantoran di sekolah sebagai Tata Usaha dan kurikulum. Pasti sudah sangat akrab menggunakan fungsi - fungsi pada excel. 
Kali ini, saya akan berikan sebuah tutorial fungsi- fungsi pada excel, mengenai fungsi vlookup, hlookup, dan lookup value pada Ms.Excel. Sebagai contoh, mengolah data nilai dengan fungsi - fungsi ini akan jauh lebih mudah. 
Kebanyakan memang sudah tahu apa fungsi - fungsi di atas, tetapi apa salahnya saya ikut share mengenai fungsi vlookup, hlookup, dan lookup value pada Ms.Excel, mungkin saja bisa berguna bagi anda para excel pemula maupun excel expert.
Pertama - tama kita harus tahu apa itu fungsi vlookup, hlookup, dan lookup value pada Ms.Excel.

Fungsi vlookup
Fungsi vlookup merupakan fungsi bantuan references. Fungsi Vlookup dipakai untuk menghasilkan nilai pada tabel secara vertikal.

Penulisannya :
=VLOOKUP(nama_baris;tabel;kolom_pencarian;range_lookup)
Lihat contoh di bawah ini :



Solusinya :
Pada A8 masukkan nilai NIM terlebih dahulu yang terdapat pada tabel NIM-Nama. kemudian pada B8 ketikkan formula =LOOKUP(A8;$A$2:$B$5;2;0).

Fungsi Hlookup
Fungsi Hlookup merupakan fungsi bantuan references juga. bedanya Fungsi Hlookup dipakai untuk menghasilkan nilai pada tabel secara horizontal.

Penulisannya :
=HLOOKUP(nama_kolom;tabel;baris_pencarian;range_lookup)
Lihat contoh di bawah ini :


Solusinya :
Pada C6 ketikkan formula =HLOOKUP(B6;$B$1:$F$3;2;0).

Lookup Value
Pada prinsipnya sama dengan Vlookup, namun pada lookup value ini memungkinkan kita untuk mengambil beberapa data dari tabel lain sabagai referensi / patokan.

Lihat contoh dibawah ini :
Dari 2 tabel yakni tabel peminjaman dan tabel buku akan dibuat Daftar Peminjaman Buku.


Solusinya :
– Nama pada cell B11 adalah =VLOOKUP(A11;$A$2:$D$5;2;0)– Perihal pada cell D11 adalah = VLOOKUP(C11;$F$2:$H$5;2;0)– Judul pada cell E11 adalah = VLOOKUP(C11;$F$2:$H$5;3;0)
Nah, sekian tutorial microsoft excel kartolo mengenai "Belajar Fungsi vlookup, hlookup, dan lookup value pada Ms.Excel". Kalo mengerti alhamdulillah, kalo tidak mengerti ya diusahakan mengerti. hehehe.. Moga - moga bisa membantu para pegawai yang kesulitan dalam mengolah nilai. Karena mengolah data nilai dengan fungsi - fungsi ini akan jauh lebih mudah.
Tetap update pada artikel saya yang berikutnya. Akan lebih banyak ilmu yang bisa anda dapatkan.
Semoga bermanfaat,

Sumber :


Cara Membuat Rumus dengan Fungsi Statistik pada Microsoft Excel


Fungsi statistik meliputi SUM, AVERAGE, MAX, MIN, COUNT, STDEV. 
Format penulisan dengan fungsi statistik mempunyai pola yang identik, contoh : 
=SUM(number1,number2,number3,...)
Untuk komputer dengan Regional setting Indonesia pemisah argumen menggunakan titik koma (;) 
=SUM(number1;number2;number3;...)
Argumen number1 dan seterusnya dapat diisi angka langsung atau sel atau sebuah range. Jika hanya menjumlah sebuah range, cukup ditulis dengan format =SUM(range).

Count           : Untuk menentukan jumlah data.
contoh :



Sum             : Untuk menjumlahkan data.
contoh :



Average      : Untuk menghitung nilai rata-rata.
contoh :



Max              : Untuk menentukan nilai tertinggi.
contoh :


Min               : Untuk menentukan nilai terendah.
contoh :



Sumber :



Penggunaan Rumus dan Fungsi Sederhana Microsoft Excel 2010


Gambar 74. Microsoft Excel 2010



Secara umum fitur Microsoft Excel 2007 dengan Microsoft Excel 2010 tidak jauh beda, begutu juga untuk penggunaan rumus yang ada di dalamnya. Ms. Excel 2010 memungkinkan kita untuk memasukkan rumus-rumus perhitungan matematika dan statistik dengan mudah dan cepat.

Tiap penulisan rumus dimulai dengan tanda sama dengan ( = ). 

Operator yang sering digunakan antara lain :

Kamis, 08 November 2012

How to use the forms controls on a worksheet in Excel


Gambar 43. Forms Controls in Excel


Summary

Microsoft Excel provides several controls for dialog sheets that are useful for selecting items from a list. Examples of controls are list boxes, combo boxes, spin buttons, and scroll bars.

For more information about form controls in Excel, see Overview of forms, form controls, and ActiveX controls on a worksheet.

More information

The following methods show how to use list boxes, combo boxes, spin buttons, and scroll bars. The examples use the same list, cell link, and Index function.

Enable the Developer tab

To use the form controls in Excel 2010, you have to enable the Developer tab. To do this, follow these steps:
 
1. Click File, and then click Options


Gambar.01


2. Click Customize Ribbon in the left pane.


Gambar.02



3. Select the Developer check box under Main Tabs on the right, and then click OK.
To use the forms controls in Excel 2007, you must enable the Developer tab. To do this, follow these steps:

1.  Click the Microsoft Office Button, and then click Excel Options.

 


Gambar.03


2.  Click Popular, select the Show Developer tab in the Ribbon check box, and then click OK.


Gambar.04


Set up the list, the cell link, and the index

  1. In a new worksheet, type the following items in the range H1:H20:
          H1 : Roller Skates
          H2 : VCR
          H3 : Desk
          H4 : Mug
          H5 : Car
          H6 : Washing Machine
          H7 : Rocket Launcher
          H8 : Bike
          H9 : Phone
          H10: Candle
          H11: Candy
          H12: Speakers
          H13: Dress
          H14: Blanket
          H15: Dryer
          H16: Guitar
          H17: Dryer
          H18: Tool Set
          H19: VCR
          H20: Hard Disk
         
  2. In cell A1, type the following formula:
    =INDEX(H1:H20,G1,0)

List box example

  1. To add a list box in Excel 2010 and Excel 2007, click the Developer tab, click Insert in the Controls group, and then click List Box Form (Control) under Form Controls.


    Gambar.05


    To add a list box in Excel 2003 and in earlier versions of Excel, click the List Box button on the Forms toolbar. If the Forms toolbar is not visible, point to Toolbars on the View menu, and then click Forms.
  2. Click the worksheet location where you want the upper-left corner of the list box to appear, and then drag the list box to where you want the lower-right corner of the list box to be. In this example, create a list box that covers cells B2:E10.
  3. In the Controls group, click Properties.


    Gambar.06

  4. In the Format Object window, type the following information, and then click OK.
    1. To specify the range for the list, type H1:H20 in the Input range box.
    2. To put a number value in cell G1 (depending on which item is selected in the list), type G1 in the Cell link box.
      Note The INDEX() formula uses the value in G1 to return the correct list item.
    3. Under Selection type, make sure that the Single option is selected.
      Note The Multi and Extend options are only useful when you are using a Microsoft Visual Basic for Applications procedure to return the values of the list. Note also that the 3-D shading check box adds a three-dimensional look to the list box.

      Gambar.07

  5. The list box should display the list of items. To use the list box, click any cell so that the list box is not selected. If you click an item in the list, cell G1 is updated to a number that indicates the position of the item that is selected in the list. The INDEX formula in cell A1 uses this number to display the item's name.

Combo box example

  1. To add a combo box in Excel 2010 and Excel 2007, click the Developer tab, click Insert, and then click Combo Box under Form Controls.


    Gambar.08

    To add a combo box in Excel 2003 and in earlier versions of Excel, click the Combo Box button on the Forms toolbar.
  2. Click the worksheet location where you want the upper-left corner of the combo box to appear, and then drag the combo box to where you want the lower-right corner of the list box to be. In this example, create a combo box that covers cells B2:E2.

  3. Right-click the combo box, and then click Format Control.

  4. Type the following information, and then click OK:
    1. To specify the range for the list, type H1:H20 in the Input range box.
    2. To put a number value in cell G1 (depending on which item is selected in the list), type G1 in the Cell link box.

      Note The INDEX formula uses the value in G1 to return the correct list item.
    3. In the Drop down lines box, type 10. This entry determines how many items will be displayed before you have to use a scroll bar to view the other items.

      Note The 3-D shading check box is optional. It adds a three-dimensional look to the drop-down or combo box.

  5. The drop-down box or combo box should display the list of items. To use the drop-down box or combo box, click any cell so that the object is not selected. When you click an item in the drop-down box or combo box, cell G1 is updated to a number that indicates the position in the list of the item selected. The INDEX formula in cell A1 uses this number to display the item's name.

Spin button example

  1. To add a spin button in Excel 2010 and 2007, click the Developer tab, click Insert, and then click Spin Button under Form Controls.



    To add a spinner in Excel 2003 and in earlier versions of Excel, click the Spinner button on the Forms toolbar.
  2. Click the worksheet location where you want the upper-left corner of the spin button to appear, and then drag the spin button to where you want the lower-right corner of the spin button to be. In this example, create a spin button that covers cells B2: B3.
  3. Right-click the spin button, and then click Format Control.

  4. Type the following information, and then click OK:
    1. In the Current value box, type 1.

      This value initializes the spin button so that the INDEX formula will point to the first item in the list.
    2. In the Minimum value box, type 1.

      This value restricts the top of the spin button to the first item in the list.
    3. In the Maximum value box, type 20.

      This number specifies the maximum number of entries in the list.
    4. In the Incremental change box, type 1.

      This value controls how much the spin button control increments the current value.
    5. To put a number value in cell G1 (depending on which item is selected in the list), type G1 in the Cell link box.

  5. Click any cell so that the spin button is not selected. When you click the up control or down control on the spin button, cell G1 is updated to a number that indicates the current value of the spin button plus or minus the incremental change of the spin button. This number then updates the INDEX formula in cell A1 to show the next or previous item.

    The spin button value will not change if the current value is 1 and you click the down control, or if the current value is 20 and you click the up control.

Scroll bar example

  1. To add a scroll bar in Excel 2010 and Excel 2007, click the Developer tab, click Insert, and then click Scroll Bar under Form Controls.



    To add a scroll bar in Excel 2003 and in earlier versions of Excel, click the Scroll Bar button on the Forms toolbar.
  2. Click the worksheet location where you want the upper-left corner of the scroll bar to appear, and then drag the scroll bar to where you want the lower-right corner of the scroll bar to be. In this example, create a scroll bar that covers cells B2:B6 in height and is about one-fourth of the width of the column.

  3. Right-click the scroll bar, and then click Format Control.

  4. Type the following information, and then click OK:
    1. In the Current value box, type 1.

      This value initializes the scroll bar so that the INDEX formula will point to the first item in the list.
    2. In the Minimum value box, type 1.

      This value restricts the top of the scroll bar to the first item in the list.
    3. In the Maximum value box, type 20. This number specifies the maximum number of entries in the list.
    4. In the Incremental change box, type 1.

      This value controls how many numbers the scroll bar control increments the current value.
    5. In the Page change box, type 5. This value controls how much the current value will be incremented if you click inside the scroll bar on either side of the scroll box).
    6. To put a number value in cell G1 (depending on which item is selected in the list), type G1 in the Cell link box.



      Note The 3-D shading check box is optional. It adds a three-dimensional look to the scroll bar.
  5. Click any cell so that the scroll bar is not selected. When you click the up or down control on the scroll bar, cell G1 is updated to a number that indicates the current value of the scroll bar plus or minus the incremental change of the scroll bar. This number is used in the INDEX formula in cell A1 to show the item next to or before the current item. You can also drag the scroll box to change the value or click in the scroll bar on either side of the scroll box to increment it by 5 (the Page change value). The scroll bar will not change if the current value is 1 and you click the down control, or if the current value is 20 and you click the up control.

Source :

============================


 Posisi Duduk Absen Kecil Untuk piket 1 2 3 4 5