Hallo leute,
ich hoffe ich finde hier hilfe.
Es geht um die berechnung eines handicaps
ich habe mehere tabellen
spielort1, spielort2 etc.dort sind die daten
spielort,spieler,datum, uhrzeit, ergebnis, wert zum parjetzt möchte ich das handicap berechnen lassen.
in excel geht das so
ich benötige folgende werte
spielklasse,
stammvorgabe(alt),
stammvorgabe(neu),
handicap(alt),
handicap(neu)spielklasse hat folgende bedingungen
=WENN(handicap(alt)>=16;1;WENN(
handicap(alt)>=11;0,4;WENN(
handicap(alt)=6;0,3;WENN(
handicap(alt)>=1;0,2;WENN(
handicap(alt)<=0;0,1)))))
stammvorgabe(neu)hat folgende bedingung
=WENN(
wert zum par-
handicap(alt)=0;
stammvorgabe(alt)+0;WENN(
wert zum par-
handicap(alt)=1;
stammvorgabe(alt)+0;WENN(
wert zum par-
handicap(alt)>1;
stammvorgabe(alt)+0,1;
stammvorgabe(alt)-(
spielklasse*(
handicap(alt)-
wert zum par)))))
handicap(neu) hat folgende bedingungen
=RUNDEN(
stammvorgabe(neu);0)
So nun möchte ich gern diese berechnung wie folgt durchführen lassen in der datenbank
suche spielort -> suche spieler -> berechne das handicap beginne mit dem ältestem datum und gehe zum nächsten und rechne damit weiter und dann schreib das in den tabellenwert
handicap(neu)Geht das ? wer kann mir helfen? ich bin echt planlos

Hab mal die excel dran gehängt.
