Skip to content

Data-Portofolio/EXCEL-SHORTCUT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

📊 Excel Shortcuts Cheat Sheet

Excel Windows VBA

Kumpulan shortcut Microsoft Excel (Windows) untuk mempercepat pekerjaan harian.

Gunakan + untuk tombol yang ditekan bersamaan. Gunakan keyboard utama kecuali disebut NumPad.


📌 Daftar Isi


⌨️ CTRL + F1 sampai F12

Shortcut Fungsi
Ctrl + F1 Tampilkan/sembunyikan Ribbon
Ctrl + F2 Print Preview
Ctrl + F3 Buat atau edit Name Range
Ctrl + F4 Tutup workbook aktif
Ctrl + F5 Restore ukuran jendela workbook
Ctrl + F6 Pindah antar workbook terbuka
Ctrl + F7 Pindah posisi jendela workbook (Move)
Ctrl + F8 Ubah ukuran jendela workbook (Resize)
Ctrl + F9 Minimize workbook
Ctrl + F10 Maximize/Restore workbook
Ctrl + F11 Sisipkan lembar Macro Sheet baru
Ctrl + F12 Buka file (Open)

🖱 Navigasi & Seleksi

Shortcut Aksi
Ctrl + ←/→/↑/↓ Lompat ke tepi blok data
Shift + ←/→/↑/↓ Pilih sel mengikuti arah panah
Ctrl + Shift + ←/→/↑/↓ Pilih hingga tepi blok data
Ctrl + Home Ke A1
Ctrl + End Ke sel terakhir berisi data
Ctrl + A Pilih semua
Ctrl + Space Pilih kolom aktif
Shift + Space Pilih baris aktif

✏️ Edit

Shortcut Aksi
F2 Edit isi sel
Esc Batalkan edit
Ctrl + Enter Isi semua sel terpilih
Alt + Enter Baris baru dalam sel
Ctrl + D Fill Down
Ctrl + R Fill Right
Delete Hapus isi sel
Ctrl + - Hapus sel/baris/kolom
Ctrl + Shift + + Tambah sel/baris/kolom
Ctrl + C / X / V Copy / Cut / Paste
Ctrl + Z / Y Undo / Redo
Ctrl + Shift + L Tampilkan/Sembunyikan Filter

➕ Insert Sel/Baris/Kolom

Shortcut Aksi
Ctrl + Shift + + Insert sesuai pilihan
Ctrl + + (NumPad) Insert cepat
Ctrl + SpaceCtrl + Shift + + Insert kolom
Shift + SpaceCtrl + Shift + + Insert baris

👀 Hide/Unhide Kolom & Baris

Shortcut Aksi
Ctrl + 0 Hide kolom
Ctrl + Shift + 0 Unhide kolom (perlu aktifkan di Windows)
Ctrl + 9 Hide baris
Ctrl + Shift + 9 Unhide baris
Unhide semua Ctrl + A → klik kanan header → Unhide

🎨 Format & Tampilan

Shortcut Aksi
Ctrl + 1 Format Cells
Ctrl + B / I / U Bold / Italic / Underline
Ctrl + Shift + $ Format mata uang
Ctrl + Shift + % Format persen
Ctrl + Shift + # Format tanggal
Ctrl + Shift + ! Format angka (2 desimal)
Ctrl + Shift + @ Format waktu
Ctrl + Shift + ^ Format scientific

📂 Manajemen Workbook & Sheet

Shortcut Aksi
Ctrl + N / O / S New / Open / Save
F12 Save As
Ctrl + P Print
Ctrl + PageUp / PageDown Pindah sheet
Shift + F11 Sheet baru
Alt + H O I AutoFit Column Width
Alt + H O A AutoFit Row Height

🛠 Developer & VBA

Shortcut Aksi
Alt + F11 Buka/Close VBA Editor
Alt + F8 Buka daftar Macro
Alt + F3 Buat Named Macro
F5 (di VBA) Jalankan kode
F8 (di VBA) Debug step-by-step

Oke, aku tambahkan Go To Special ke daftar README Git Shortcut Excel yang kemarin kita buat, biar nyambung sama formatnya.


🔍 Pencarian & Navigasi

Shortcut Fungsi
Ctrl + F Find (mencari teks/angka)
Ctrl + H Replace (mengganti teks/angka)
Ctrl + G atau F5 Go To (lompat ke sel tertentu)
Ctrl + G → Special… Go To Special – memilih sel berdasarkan kriteria (contoh: sel kosong, formula, visible cells only, dll.)

Opsi di Go To Special:

  • Blanks → Pilih semua sel kosong.
  • Constants → Pilih nilai tetap (bukan hasil rumus).
  • Formulas → Pilih semua sel berisi rumus.
  • Visible Cells Only → Pilih hanya sel yang terlihat.
  • Objects → Pilih semua objek seperti gambar/shape.
  • Conditional Formats → Pilih sel dengan conditional formatting.
  • Data Validation → Pilih sel dengan aturan validasi data.

💡 Tips Tambahan

  • Gunakan Ctrl + * untuk pilih seluruh blok data.
  • Tahan Ctrl saat pilih kolom/baris non-berdekatan.
  • Jika Ctrl + + tidak berfungsi, coba Ctrl + Shift + +.

📄 Lisensi: Bebas digunakan, modifikasi, dan dibagikan.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors