LetzteZeile = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row
      Range("E2").FormulaLocal = "=WENN(A2="Bezirk";F2+G2;"""")"
      Range("E2").AutoFill Destination:=Range("E2:E" & LetzteZeile)
      Range("F2").FormulaLocal = "=WENN(A2="Bezirk";KÜRZEN(J2/(C2*K2));"""")"
      Range("F2").AutoFill Destination:=Range("F2:F" & LetzteZeile)
      Range("G2").FormulaLocal = "=WENN(A2="Bezirk";WENN(H2<=(C2*K2)/4;0;1);"""")"
      Range("G2").AutoFill Destination:=Range("G2:G" & LetzteZeile)
      Range("H2").FormulaLocal = "=WENN(A2="Bezirk";J2-(C2*K2)*F2;"""")"
      Range("H2").AutoFill Destination:=Range("H2:H" & LetzteZeile)
      Range("I2").FormulaLocal = "=WENN(A2="Bezirk";L2*J2;"""")"
      Range("I2").AutoFill Destination:=Range("I2:I" & LetzteZeile)
      <strong>Range("D2").FormulaLocal = "=WENN(A2="Bezirk";D2*G2;"""")"
      Range("D2").AutoFill Destination:=Range("D2:D" & LetzteZeile)</strong>