modul:mathe:ma4:thema:statistik:aufgaben:pivot-training

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
modul:mathe:ma4:thema:statistik:aufgaben:pivot-training [2026/03/02 10:02] – angelegt kmaurizimodul:mathe:ma4:thema:statistik:aufgaben:pivot-training [2026/03/02 11:13] (aktuell) kmaurizi
Zeile 1: Zeile 1:
 +
 ====== LU01.A04 - Pivot Training ====== ====== LU01.A04 - Pivot Training ======
  
Zeile 19: Zeile 20:
   * Formatierung passend wählen (Währung, ganze Zahlen, Prozent mit 1 Dezimalstelle)   * Formatierung passend wählen (Währung, ganze Zahlen, Prozent mit 1 Dezimalstelle)
 </WRAP> </WRAP>
 +
 +===== Aufgaben =====
 +**Beginner**\\
 +1. Summarize Sales by Region - Create a pivot showing total sales per region.\\
 +2. Count Transactions by Month - Group by month and count the number of transactions.\\
 +3. Total Expenses by Category - Show total spend by expense category.\\
 +4. Filter by a Specific Value - Show sales by product for only the 'West' region.\\
 +\\
 +**Intermediate**\\
 +5. Trial Balance Summarization - Show net balances for each account.\\
 +6. Group Accounts by Statement Type - Show totals by Statement type.\\
 +7. Year-over-Year Revenue Comparison - Compare each year's revenue side by side.\\
 +8. Expense Breakdown by Department - Department in rows, Expense Category in columns.\\
 +\\
 +**Advanced**\\
 +9. Multi-Level P&L Statement - Statement → Line Item hierarchy, grouped by month.\\
 +10. Balance Sheet as of Month-End - Show as-of balances for each month-end.\\
 +11. Retained Earnings Calculation - Display retained earnings in a pivot.\\
 +12. Margin Analysis by Product - Calculate Gross Margin % per product.\\
 +13. Variance Analysis - Show variance amount and variance % in a pivot table.\\
 +\\
 +**Expert**\\
 +14. Custom Sorting of P&L Lines - Apply a custom order in the pivot.\\
 +15. Multi-Dimensional Cube Simulation - Slice and dice data by different combinations of dimensions.\\
 +
 +===== Abgabe =====
 +  * Speichere die Datei als: **pivot_training_NACHNAME_Vorname.xlsx**
 +  * Laden Sie das File auf Moodle hoch
 +
 +
 +<WRAP center round info 80%>
 +===== Begriffe (Erklärungen) =====
 +
 +^ Begriff (EN) ^ Deutsch (kurz) ^ Bedeutung im Excel / Pivot ^
 +| **P&L** (Profit & Loss) | Erfolgsrechnung / GuV | Bericht über **Ertrag und Aufwand** über eine Periode (zeigt Gewinn/Verlust). |
 +| **Balance Sheet** | Bilanz | Bericht über **Vermögen, Schulden, Eigenkapital** zu einem Stichtag (Bestand). |
 +| **Revenue** | Umsatz / Erlös | Einnahmen aus Verkäufen (Ertrag). |
 +| **COGS** (Cost of Goods Sold) | Wareneinsatz / Herstellkosten | Kosten, die **direkt** für verkaufte Produkte anfallen (z.B. Material/Produktion). |
 +| **Gross Profit** | Bruttogewinn | Grobe Rechnung: **Revenue – COGS**. |
 +| **Operating Expenses** | Betriebskosten (OPEX) | Laufende Kosten des Betriebs (z.B. Marketing, Administration, Miete). |
 +| **Net Income** | Nettogewinn | Grobe Rechnung: **Gross Profit – Operating Expenses** (in echt können noch weitere Posten dazugehören). |
 +| **Department** | Abteilung | Organisatorische Einheit (z.B. Sales, Marketing, Operations). |
 +| **Category** | Kategorie | Art der Buchung/Position (z.B. Revenue, COGS, Operating Expenses). |
 +| **Statement** | Abschluss/Report | Zu welchem Bericht gehört der Datensatz (z.B. **P&L** oder **Balance Sheet**). |
 +| **Statement Line Item** | Position im Report | Konkrete Zeile/Position im Report (z.B. Revenue, COGS, Gross Profit, Net Income). |
 +| **Amount** | Betrag | Zahlenwert der Buchung/Transaktion (wird in Pivot meist **summiert**). |
 +| **Transaction ID** | Transaktions-ID | Eindeutige Nummer pro Datensatz/Zeile (gut zum **Zählen**). |
 +| **Date** | Datum | Datum der Buchung/Transaktion (wichtig fürs **Gruppieren** nach Monat/Jahr). |
 +| **Region** | Region | Gebiet (z.B. East, North, South, West) für Auswertungen nach Standort/Markt. |
 +| **Product** | Produkt | Produktgruppe (z.B. Product A/B/C) für Auswertungen nach Produkt. |
 +
 +===== Zusammenhänge (vereinfacht, so wie im Training) =====
 +  * **Gross Profit = Revenue – COGS**
 +  * **Net Income = Gross Profit – Operating Expenses**
 +
 +<WRAP round box 80%>
 +**Hinweis:** In echten Finanzberichten gibt es zusätzliche Positionen (z.B. Steuern, Zinsen).  
 +Im Pivot-Training reicht das vereinfachte Modell.
 +</WRAP>
 +</WRAP>
 +
 +
 +<WRAP center round tip 100%>
 +====== Lösungshinweise ======
  
 ===== Aufgabe 1 – Sales nach Region (gelöst im Workbook, nur nachvollziehen) ===== ===== Aufgabe 1 – Sales nach Region (gelöst im Workbook, nur nachvollziehen) =====
Zeile 27: Zeile 92:
   * Amount als **Währung** formatieren   * Amount als **Währung** formatieren
  
-===== Aufgabe 2 – Transaktionen nach Monat =====+===== Aufgabe 2 – Transaktionen nach Monat (gelöst im Workbook, nur nachvollziehen =====
 **Ziel:** Wie viele Transaktionen pro Monat? **Ziel:** Wie viele Transaktionen pro Monat?
  
Zeile 130: Zeile 195:
     - Beispiel 2: ein Produkt über alle Regionen     - Beispiel 2: ein Produkt über alle Regionen
  
-===== Abgabe ===== +</WRAP>
-  * Speichere die Datei als: **pivot_training_NACHNAME_Vorname.xlsx** +
-  * Alle Pivot-Sheets müssen klar benannt sein (P01–P15) und funktionieren. +
- +
-----+
  
-{{tag>M3-LU01}} 
-[[https://creativecommons.org/licenses/by-nc-sa/4.0/|{{https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png}}]] Kevin Maurizi 
  
  
  • modul/mathe/ma4/thema/statistik/aufgaben/pivot-training.1772442166.txt.gz
  • Zuletzt geändert: 2026/03/02 10:02
  • von kmaurizi