Site Title

Excel dersi

 

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Arial, sans-serif;
background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%),
url(‘https://images.unsplash.com/photo-1557683316-973673baf926?auto=format&fit=crop&w=1920&q=80’);
background-size: cover;
background-position: center;
background-attachment: fixed;
color: #fff;
min-height: 100vh;
}
.hero-section {
padding: 60px 40px 80px;
background: linear-gradient(135deg, rgba(102, 126, 234, 0.92) 0%, rgba(118, 75, 162, 0.92) 100%),
url(‘https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1920&q=80’);
background-size: cover;
background-position: center;
position: relative;
}
.container {
max-width: 1340px;
margin: 0 auto;
padding-right: 420px;
}
.course-content {
max-width: 900px;
}
h1 {
font-size: 42px;
margin-bottom: 20px;
line-height: 1.2;
color: #fff;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.course-subtitle {
font-size: 20px;
margin-bottom: 20px;
color: #fff;
opacity: 0.95;
line-height: 1.4;
}
.rating {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}
.rating-number {
color: #ffd700;
font-weight: bold;
font-size: 18px;
}
.stars {
color: #ffd700;
font-size: 18px;
}
.rating span {
color: #fff;
}
.instructor {
font-size: 16px;
margin-bottom: 16px;
color: #fff;
}
.instructor a {
color: #ffd700;
text-decoration: underline;
}
.course-stats {
display: flex;
gap: 24px;
font-size: 15px;
color: #fff;
}
.sidebar-card {
position: fixed;
top: 50%;
right: 40px;
transform: translateY(-50%);
width: 340px;
background: #fff;
padding: 36px 28px;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,.2);
z-index: 100;
text-align: center;
}
.contact-title {
font-size: 26px;
font-weight: 700;
color: #1c1d1f;
margin-bottom: 14px;
}
.contact-subtitle {
font-size: 16px;
color: #6a6f73;
margin-bottom: 28px;
line-height: 1.5;
}
.whatsapp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
width: 100%;
background: #25D366;
color: #fff;
text-decoration: none;
padding: 18px 24px;
font-size: 18px;
font-weight: 700;
border-radius: 10px;
transition: all 0.3s;
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.whatsapp-btn:hover {
background: #20BA5A;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}
.whatsapp-icon {
font-size: 28px;
}
.contact-info {
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid #e8e8e8;
font-size: 14px;
color: #6a6f73;
}
.content-section {
background: rgba(248, 249, 250, 0.95);
padding: 60px 40px;
}
.white-box {
background: #fff;
color: #1c1d1f;
padding: 40px;
border-radius: 8px;
margin-bottom: 24px;
box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.white-box h2 {
margin-bottom: 20px;
font-size: 28px;
color: #1c1d1f;
}
.objectives {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.objective-item {
display: flex;
gap: 12px;
font-size: 15px;
}
.checkmark {
color: #667eea;
font-weight: bold;
font-size: 18px;
}
.curriculum {
background: #fff;
color: #1c1d1f;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.curriculum h2 {
margin-bottom: 12px;
font-size: 28px;
}
.curriculum-info {
margin-bottom: 28px;
font-size: 15px;
color: #6a6f73;
}
.section {
border: 1px solid #d1d7dc;
margin-bottom: 8px;
border-radius: 4px;
overflow: hidden;
}
.section-header {
background: #f7f9fa;
padding: 18px 24px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: bold;
transition: background 0.2s;
}
.section-header:hover {
background: #eef0f2;
}
.section-meta {
font-size: 14px;
color: #6a6f73;
font-weight: normal;
}
.section-content {
display: none;
}
.section.active .section-content {
display: block;
}
.lecture {
padding: 14px 24px;
border-top: 1px solid #e8e8e8;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.lecture:hover {
background: #f8f9fa;
}
.lecture-title {
display: flex;
align-items: center;
gap: 12px;
}
.requirements {
background: #fff;
color: #1c1d1f;
padding: 40px;
border-radius: 8px;
margin-bottom: 24px;
box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.requirements h2 {
margin-bottom: 20px;
font-size: 28px;
}
.requirements ul {
list-style: disc;
padding-left: 24px;
}
.requirements li {
margin-bottom: 12px;
font-size: 15px;
line-height: 1.6;
}
@media (max-width: 1024px) {
.container {
padding-right: 40px;
}
.sidebar-card {
position: static;
transform: none;
margin: 40px auto;
max-width: 400px;
}
}
@media (max-width: 768px) {
h1 {
font-size: 32px;
}
.objectives {
grid-template-columns: 1fr;
}
.hero-section, .content-section {
padding: 40px 20px;
}
}

 

Microsoft Excel: Sıfırdan İleri Seviye Excel Eğitimi

Temel Excel Eğitimi ve İleri Excel, Formüller, Pivot Tablolar, VBA Makrolar, Grafikler – Pratik Kullanım 2025

4.7
★★★★★
(3.245 değerlendirme)
12.589 öğrenci
Oluşturan İhsan Talha Şimşek
📅 Son güncelleme: 10/2024
🌐 Türkçe
📝 Türkçe altyazılı
Eğitim Almak İster misiniz?
Kurslarımız hakkında detaylı bilgi almak ve kayıt olmak için bizimle iletişime geçin

💬
WhatsApp ile İletişime Geç

7/24 size yardımcı olmaya hazırız

Öğrenecekleriniz


Excel’in temel ve ileri düzey tüm özelliklerini öğreneceksiniz

VLOOKUP, XLOOKUP, INDEX-MATCH gibi güçlü formülleri kullanabileceksiniz

Pivot tablolarla hızlı veri analizi yapabileceksiniz

Profesyonel grafikler ve görseller oluşturabileceksiniz

VBA Makrolar ile tekrarlayan işleri otomatikleştirebileceksiniz

Power Query ile veri temizleme ve dönüştürme yapabileceksiniz

Koşullu biçimlendirme ile verilerinizi görselleştirebileceksiniz

İş hayatında kullanabileceğiniz pratik şablonlar oluşturabileceksiniz

Kurs içeriği

12 bölüm • 158 ders • 42sa 15dk toplam uzunluk
▼ Giriş ve Excel’e Başlangıç
8 ders • 45dk

Hoş Geldiniz! Kurs Hakkında
02:15

Excel’i İndirme ve Kurulum
05:30

Excel Arayüzünü Tanıyalım
08:45

Hücre, Satır ve Sütun İşlemleri
12:20
▶ Temel Formüller ve Fonksiyonlar
15 ders • 2sa 30dk

Formül Nedir? Nasıl Yazılır?
10:15
▶ İleri Düzey Formüller
20 ders • 4sa 15dk
▶ Pivot Tablolar ve Veri Analizi
18 ders • 3sa 45dk
▶ Grafikler ve Görselleştirme
12 ders • 2sa 20dk
▶ VBA ve Makrolar
25 ders • 5sa 30dk

Gereksinimler

  • Microsoft Excel yüklü bir bilgisayar (Windows veya Mac)
  • Excel 2016 veya daha yeni versiyonu önerilir
  • Temel bilgisayar kullanım bilgisi yeterlidir
  • Önceden Excel bilgisi gerekmez, sıfırdan öğretilecektir

Açıklama

Microsoft Excel’de Profesyonel Seviyeye Ulaşın!

Bu kapsamlı Excel eğitimi ile temel seviyeden ileri seviyeye kadar tüm Excel bilgisini öğreneceksiniz.
42 saatlik video içeriği, 15 pratik alıştırma ve gerçek iş senaryoları ile Excel’de uzmanlaşacaksınız.

Kurs boyunca öğrenecekleriniz:

  • Temel Excel işlemleri ve hücre formatlamaları
  • SUM, AVERAGE, COUNT gibi temel fonksiyonlar
  • VLOOKUP, XLOOKUP, INDEX-MATCH gibi arama fonksiyonları
  • IF, AND, OR ile mantıksal formüller
  • Pivot tablolar ile hızlı veri analizi
  • Power Query ile veri temizleme
  • VBA Makrolar ile otomasyon
  • Profesyonel grafik ve dashboard tasarımı

Her bölümde pratik örnekler ve gerçek iş senaryoları ile öğrendiklerinizi pekiştireceksiniz.
Kurs sonunda Excel konusunda kendinize güvenecek ve iş hayatında aktif kullanabileceksiniz.