an dieser stelle der arbeitserfassung kann man nicht mehr als
100 prozent arbeiten.
Hallo Tamii,
dann lass doch die 100 (%) weg wie in den Formeln von E-G
Tabellenblatt: [Mappe1]!Tabelle1
│ C │ D │ E │ F │ G │
───┼───────┼───────┼───────┼───────┼───────┤
10 │ │ 0,125 │ 0,125 │ 0,125 │ 0,125 │
───┼───────┼───────┼───────┼───────┼───────┤
11 │ 96,5 │ 0,125 │ 0,125 │ 0,125 │ 0,125 │
───┼───────┼───────┼───────┼───────┼───────┤
12 │ 97,0 │ 0,180 │ 0,180 │ 0,180 │ 0,180 │
───┼───────┼───────┼───────┼───────┼───────┤
13 │ 97,5 │ 0,180 │ 0,180 │ 0,180 │ 0,180 │
───┼───────┼───────┼───────┼───────┼───────┤
14 │ 98,0 │ 0,180 │ 0,180 │ 0,180 │ 0,180 │
───┼───────┼───────┼───────┼───────┼───────┤
15 │ 99,0 │ 0,250 │ 0,250 │ 0,250 │ 0,250 │
───┼───────┼───────┼───────┼───────┼───────┤
16 │ 105,0 │ 0,125 │ 0,250 │ 0,250 │ 0,250 │
───┴───────┴───────┴───────┴───────┴───────┘
Benutzte Formeln:
D10: =WENN(UND(C10\>98;C10=97;C1098;C11=97;C1198;0,25;WENN(UND(C10\>=97;C1098;0,25;WENN(UND(C11\>=97;C11=97;0,055:wink:+WENN(C10\>98;0,07:wink:
F11: =0,125+WENN(C11\>=97;0,055:wink:+WENN(C11\>98;0,07:wink:
usw. in F
G10: =0,125+(C10\>=97)\*0,055+(C10\>98)\*0,07
G11: =0,125+(C11\>=97)\*0,055+(C11\>98)\*0,07
usw. in G
Zahlenformate der Zellen im gewählten Bereich:
C10:C16
haben das Zahlenformat: 0,0
D10:smiley:16,E10:E16,F10:F16,G10:G16
haben das Zahlenformat: 0,000
Tabellendarstellung erreicht mit dem Code in FAQ:2363
Gruß
Reinhard