Revanchist Geschrieben Juli 3, 2006 Share Geschrieben Juli 3, 2006 Hallo @WiDesschön dass du einmal aus den (oder dem?) Surebets einen Ausflug in diesen Thread gemacht hast.Grossartig !Habe bislang mit deinen Formeln noch kein Ergebnis erhalten, dass falsch gewesen wäre. Bei den schnell mal durchgeführten Tests über 50 - 60 Beispielen hat immer alles gestimmt.Also schau ruhig öfters mal in die Excelecke - solche Mitstreiter wie Dich können wir hier sehr gut gebrauchen.Also noch einmal herzlichen Dankund bis demnächst in diesem KinoCiao der Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben Juli 3, 2006 Share Geschrieben Juli 3, 2006 Hallo @WiDesAchtung: beim Kopieren der Array-Formel nicht D4 als Ziel einschließen Das kapier ich nicht oder ist das nicht so wichtig und wie geht das? Aber irgendwie bin ich heute zu blöd für deine Formeln.Wenn ich alles 1 zu 1 übernehme und die schönen Formeln ohne etwas zu denken genau dahin setze wo du sie beziffert hast also in D4, in D5 usw. klappt das Ganze wunderbar.Da ich in meiner Auswertdatei natürlich diese Zellen schon mit anderem Krimskram belegt habe (wie z.B. Datum, Permanenz von der Spielbank .. usw.) will ich deine Formeln an die für mich bessere Positionen verschieben.Nur dann kommen durch die $ -Zeichen in der Formel nicht mehr die korrekten Werte raus. Egal wie ich auchdie Formeln anzupassen versucheNach 2 Stunden habe ich jetzt nicht mehr den Nerv mit dem Rummprobieren, welches $-Zeichen raus kann oder welche Zelladresse nach dem $-Zeichen abgeändert werden muss.Kannst du bitte die Formeln noch einmal anpassen und zwar so, dass die Formel die jetzt in D4 steht künftig in D25 stehtD5 in D26 usw bis D15 neu in D36E4 soll bitte in Zukunft in E25 stehenF4 nach Zelle G26 und F5 nach Zelle H26 verschieben.Damit könntest du mir einen sehr großen Gefallen tun.Irgendwie habe ich heute nur Trag mal folgende Formeln in Deine Tabelle vom 01.07.06 13:16 ein: da wären schon die richtigen Zellbezüge eigentlich zu erkennen gewesen. Für die doppelte Arbeit schon vorab einmal herzlichen Danksagt ein frustrierter Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Wenke Geschrieben Juli 3, 2006 Share Geschrieben Juli 3, 2006 Hallo WiDes,Also schau ruhig öfters mal in die Excelecke - solche Mitstreiter wie Dich können wir hier sehr gut gebrauchen.Das muss ich unterschreiben. da ich kein Jeannie nutzen kann, muss ich Dir die Formeln erst einmal in anderer Form benennen. Das ist kein Problem.Wenn du das Programm haben möchtest, folge nur dem Link unter einer Jeanie-Tabelle.Excel-Jeanie ist kostenlos.Man muss sich nur registieren.Die Bedienung ist äußerst einfach.Falls du jedoch Fragen dazu hast, stelle sie einfach.Hallo Revanchist,WiDes hat seine Lösung eingestellt, ich bin überzeugt er wird dir auch weiter helfen.Ganz bestimmt.Beste GrüßeWenke Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
WiDes Geschrieben Juli 3, 2006 Share Geschrieben Juli 3, 2006 Hi Revanchist,hätt ich auch selbst sehen können, dass die Zellen woanders liegen. Also das sind ganz diffiziele Formeln, bei denen jede kleine Änderung große Auswirkungen haben wird. Jeanie hab ich zwar schon vor "Urzeiten" runtergeladen, hab aber damit nicht gearbeitet (Zeit fehlt)und auf dem PC hatte ich heute morgen Jeanie auch nicht.Aber erst einmal das wichtigste...D25: {=(ISTFEHLER(VERGLEICH($C25;$C26:$C$36;0))) * SUMME(WENN($C25=$C$25:$C$36;1+(ZEILE() / 1000);0))}Die „runterkopieren“ bis D35Achtung: beim Kopieren der Array-Formel nicht D25 als Ziel einschließen, sonst ist es ein Array-Ziel mit Fehlermeldung Dann …D36 : {=SUMME(WENN($C36=$C$25:$C$36;1+(ZEILE() / 1000);0))}Nächste Spalte …E25: =WENN($C25=0;0;1) * $D25Die „runterkopieren“ bis E36Nun kommen die eigentlichen "Ergebnisse"...G26: { =INDIREKT("Z"& (24 +VERGLEICH( KGRÖSSTE($E$25:$E$36 - (ZEILE($E$25:$E$36) / 65536); 1); $E$25:$E$36 - ZEILE($E$25:$E$36) / 65536; 0)) & "S3";0)}H26: { =INDIREKT("Z"& (24 +VERGLEICH( KGRÖSSTE($E$25:$E$36 - (ZEILE($E$25:$E$36) / 65536); 2); $E$25:$E$36 - ZEILE($E$25:$E$36) / 65536; 0)) & "S3";0)}Für weitere Häufigkeiten kann der Wert <H> entsprechend variiert werden:{ =INDIREKT("Z"& (24 +VERGLEICH( KGRÖSSTE($E$25:$E$36 - (ZEILE($E$25:$E$36) / 65536); <H>); $E$25:$E$36 - ZEILE($E$25:$E$36) / 65536; 0)) & "S3";0)}Die Formeln für die Häufigkeiten habe ich schon in Spalte G und H geschrieben. die kannst Du beliebig irgendwohin kopiere; nur die Ausgangsdaten sind gebundenLegende (wie oben) zusätzlich:("Z"& (24 legt den Bezugspunkt fest; immer 1 Zeile oberhalb der Zahlenreihen/ 65536); <H>); legt mit <H> fest, ob 1. oder 2. oder ... Häüfigster.ansonsten noch der Tipp: wenn Formeln "verlagert" werden sollen... ausschneiden (!) ... am Ziel einfügen EXCEL macht die meisten Zuordnungen wieder passend, leider aber nicht solche "indirekten" wie ich sie nach "&" hatte Hier noch die VBA-Sequenz:Sub dieNeuenFormeln() Range("D25").FormulaArray = _ "=(ISERROR(MATCH(RC3,R[1]C3:R36C3,0))) * " & _ "SUM(IF(RC3=R25C3:R36C3,1+(ROW() / 1000),0))" Range("D25").Copy Range("D26:D35").Select ActiveSheet.Paste Application.CutCopyMode = False Range("D36").FormulaArray = "=SUM(IF(RC3=R25C3:R36C3,1+(ROW() / 1000),0))" Range("E25").FormulaR1C1 = "=IF(RC3=0,0,1) * RC4" Range("E25").Copy Range("E26:E36").Select ActiveSheet.Paste Application.CutCopyMode = False Range("G26").FormulaArray = _ "=INDIRECT(""Z""& (24 +MATCH(LARGE(R25C5:R36C5-" & _ "(ROW(R25C5:R36C5)/65536),1),R25C5:R36C5 -" & _ "ROW(R25C5:R36C5)/65536,0))& ""S3"",0)" Range("H26").FormulaArray = _ "=INDIRECT(""Z""& (24 +MATCH(LARGE(R25C5:R36C5-" & _ "(ROW(R25C5:R36C5)/65536),2),R25C5:R36C5 -" & _ "ROW(R25C5:R36C5)/65536,0))& ""S3"",0)"End Sub Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
WiDes Geschrieben Juli 3, 2006 Share Geschrieben Juli 3, 2006 Mein erster Versuch mit Jeanie <html><head><title>Excel Jeanie HTML</title></head><body><table><tr style="vertical-align:top; text-align:center; "><tr><td> </td></tr><tr><td><table border=1 cellspacing=0 cellpadding=0 style="font-family:Arial,Arial; font-size:10pt; padding-left:2pt; padding-right:2pt; "> <style type = "text/css"> th {font-weight:normal} </style> <colgroup><col width=30 style="font-weight:bold; "><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ></colgroup><tr style="background-color:#cacaca; text-align:center; font-weight:bold; font-size:8pt; "><td> </td><td>A</td><td>B</td><td>C</td><td>D</td><td>E</td><td>F</td><td>G</td><td>H</td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >23</td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; ">Coup</td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:right; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td></tr><tr height=18 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >24</td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; ">Nr.</td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; ">PERMANENZ</td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; ">Carré</td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:right; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td><td style="font-size:8pt; color:#333333; background-color:#ffff99; text-align:center; font-weight:bold; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >25</td><td style="color:#333333; text-align:right; ">1</td><td style="color:#333333; text-align:right; ">20</td><td style="color:#333333; background-color:#ccffcc; text-align:right; font-weight:bold; ">8</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; font-weight:bold; ">häufigst</td><td style="color:#333333; font-weight:bold; ">2.-häufigst</td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >26</td><td style="color:#333333; text-align:right; ">2</td><td style="color:#333333; text-align:right; ">5</td><td style="color:#333333; background-color:#ccffcc; text-align:right; font-weight:bold; ">8</td><td style="color:#333333; text-align:right; ">2,052</td><td style="color:#333333; text-align:right; ">2,052</td><td style="color:#333333; "> </td><td style="font-family:Comic Sans MS; color:#333333; background-color:#ccffff; text-align:center; font-weight:bold; ">4</td><td style="font-family:Comic Sans MS; color:#333333; background-color:#ccffff; text-align:center; font-weight:bold; ">3</td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >27</td><td style="color:#333333; text-align:right; ">3</td><td style="color:#333333; text-align:right; ">14</td><td style="color:#333333; background-color:#ffff00; text-align:right; font-weight:bold; ">2</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >28</td><td style="color:#333333; text-align:right; ">4</td><td style="color:#333333; text-align:right; ">29</td><td style="color:#333333; text-align:right; font-weight:bold; ">2</td><td style="color:#333333; text-align:right; ">2,056</td><td style="color:#333333; text-align:right; ">2,056</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >29</td><td style="color:#333333; text-align:right; ">5</td><td style="color:#333333; text-align:right; ">17</td><td style="color:#333333; background-color:#ffff00; text-align:right; font-weight:bold; ">3</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >30</td><td style="color:#333333; text-align:right; ">6</td><td style="color:#333333; text-align:right; ">15</td><td style="color:#333333; text-align:right; font-weight:bold; ">3</td><td style="color:#333333; text-align:right; ">2,06</td><td style="color:#333333; text-align:right; ">2,06</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >31</td><td style="color:#333333; text-align:right; ">7</td><td style="color:#333333; text-align:right; ">16</td><td style="color:#333333; background-color:#ffff00; text-align:right; font-weight:bold; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >32</td><td style="color:#333333; text-align:right; ">8</td><td style="color:#333333; text-align:right; ">15</td><td style="color:#333333; text-align:right; font-weight:bold; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >33</td><td style="color:#333333; text-align:right; ">9</td><td style="color:#333333; text-align:right; ">17</td><td style="color:#333333; background-color:#ccffcc; text-align:right; font-weight:bold; ">0</td><td style="color:#333333; text-align:right; ">3,099</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >34</td><td style="color:#333333; text-align:right; ">10</td><td style="color:#333333; text-align:right; ">32</td><td style="color:#333333; background-color:#ccffcc; text-align:right; font-weight:bold; ">4</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; text-align:right; ">0</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >35</td><td style="color:#333333; text-align:right; ">11</td><td style="color:#333333; text-align:right; ">1</td><td style="color:#333333; background-color:#ffff00; text-align:right; font-weight:bold; ">4</td><td style="color:#333333; text-align:right; ">2,07</td><td style="color:#333333; text-align:right; ">2,07</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr><tr height=23 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >36</td><td style="color:#333333; text-align:right; ">12</td><td style="color:#333333; text-align:right; ">16</td><td style="color:#333333; background-color:#ffff00; text-align:right; font-weight:bold; ">5</td><td style="color:#333333; text-align:right; ">1,036</td><td style="color:#333333; text-align:right; ">1,036</td><td style="color:#333333; "> </td><td style="color:#333333; "> </td><td style="color:#333333; "> </td></tr></table><table style="font-family:Arial; font-size:10pt; border-style: groove ;border-color:#00ff00;background-color:#FFFCF9; "><tr><td><b>Formeln der Tabelle</b></td></tr><tr><td><table style="font-family:Arial; font-size:10pt;">D25 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C25;$C26:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C25=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E25 : =WENN($C25=0;0;1) * $D25<br>D26 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C26;$C27:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C26=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E26 : =WENN($C26=0;0;1) * $D26<br>G26 : {=INDIREKT("Z"& <span style=' color:008000; '>(24 +VERGLEICH<span style=' color:#0000ff; '>(KGRÖSSTE<span style=' color:#ff0000; '>($E$25:$E$36-<span style=' color:#804000; '>(ZEILE<span style=' color:#FF7837; '>($E$25:$E$36)</span>/65536)</span>;1)</span>;$E$25:$E$36 -ZEILE<span style=' color:#ff0000; '>($E$25:$E$36)</span>/65536;0)</span>)</span>& "S3";0)}<br>H26 : {=INDIREKT("Z"& <span style=' color:008000; '>(24 +VERGLEICH<span style=' color:#0000ff; '>(KGRÖSSTE<span style=' color:#ff0000; '>($E$25:$E$36-<span style=' color:#804000; '>(ZEILE<span style=' color:#FF7837; '>($E$25:$E$36)</span>/65536)</span>;2)</span>;$E$25:$E$36 -ZEILE<span style=' color:#ff0000; '>($E$25:$E$36)</span>/65536;0)</span>)</span>& "S3";0)}<br>D27 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C27;$C28:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C27=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E27 : =WENN($C27=0;0;1) * $D27<br>D28 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C28;$C29:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C28=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E28 : =WENN($C28=0;0;1) * $D28<br>D29 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C29;$C30:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C29=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E29 : =WENN($C29=0;0;1) * $D29<br>D30 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C30;$C31:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C30=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E30 : =WENN($C30=0;0;1) * $D30<br>D31 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C31;$C32:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C31=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E31 : =WENN($C31=0;0;1) * $D31<br>D32 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C32;$C33:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C32=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E32 : =WENN($C32=0;0;1) * $D32<br>D33 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C33;$C34:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C33=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E33 : =WENN($C33=0;0;1) * $D33<br>D34 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C34;$C35:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C34=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E34 : =WENN($C34=0;0;1) * $D34<br>D35 : {=(ISTFEHLER<span style=' color:008000; '>(VERGLEICH<span style=' color:#0000ff; '>($C35;$C36:$C$36;0)</span>)</span>) * SUMME(WENN<span style=' color:008000; '>($C35=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E35 : =WENN($C35=0;0;1) * $D35<br>D36 : {=SUMME(WENN<span style=' color:008000; '>($C36=$C$25:$C$36;1+<span style=' color:#0000ff; '>(ZEILE<span style=' color:#ff0000; '>()</span> / 1000)</span>;0)</span>)}<br>E36 : =WENN($C36=0;0;1) * $D36<br><br><span style=' font-family:Arial,Arial; font-size:9pt; font-weight:bold;'>Enthält Matrixformel:</span><span style=' font-family:Arial,Arial; font-size:9pt;'><br />Umrandende </span><span style=' font-family:Arial,Arial; font-size:9pt; font-weight:bold;'>{ }</span><span style=' font-family:Arial,Arial; font-size:9pt;'> nicht miteingeben,<br />sondern Formel mit STRG+SHIFT+RETURN abschließen!</span></table></td></tr></table></td></tr><tr><td> </td></tr></tr></table> <span style="font-family:'Arial'; font-size:9pt;font-weight:bold; ">Diagramm - Grafik - Excel Tabellen einfach im Web darstellen <a style ="font-family:'Arial'; font-size:9pt; color:#FCF507; background-color:#1506F7; font-weight:bold;" href='http://www.haserodt.de/ejh_do/ex_jean_info.htm' target='blank'> Excel Jeanie HTML 3.0 Download </a></span><br></body></html> Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben Juli 4, 2006 Share Geschrieben Juli 4, 2006 Hallo @WiDesvielen Dank dass du Dir noch einmal die Mühe gemacht hast, das Ganze auf die neuen Zellen umzustricken.Jetzt klappt es hervorragend.Werde mal weiter Tests mit den gewonnenen Werten machen.Wer wissen will was ich im Detail damit anfange, der kann sofern er im Besitz des selbigen ist, im CC-Magazin den Spielvorschlag Carré Mutual mal anschauen.Erste Ergebnisse sind jedoch ein wenig entmutigend (180 Partien > Ergebnis: - 630 St.)Vermutlich ab in die Mottenkiste - aber vielleicht kann man mit den Formeln ja noch etwas anderes anstellen Ciao derRevanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben Juli 27, 2006 Share Geschrieben Juli 27, 2006 Hallo Excelpertenmit welcher Formel kann man die Anzahl der verschiedenen Werte aus einem vordefinierten Bereich zählen. Das heißt, wenn ein oder auch mehrere Werte mehr als einmal erschienen sind, werden diese reinen Mehrerscheinungen nicht gezählt.Beispiele<table><tr style="vertical-align:top; text-align:center; "><tr><td>Tabelle1</td></tr><tr><td><table border=1 cellspacing=0 cellpadding=0 style="font-family:Arial,Arial; font-size:10pt; padding-left:2pt; padding-right:2pt; "> <style type = "text/css"> th {font-weight:normal} </style> <colgroup><col width=12.999999675 ><col width=79.999998 ><col width=86.999997825 ><col width=11.9999997 ><col width=11.9999997 ><col width=11.9999997 ><col width=79.999998 ><col width=79.999998 ><col width=11.9999997 ><col width=11.9999997 ><col width=11.9999997 ><col width=79.999998 ><col width=79.999998 ><col width=13.99999965 ></colgroup><tr height=17><td style=" border-top-style:solid; border-left-style:solid; border-top-width:2; border-left-width:2; border-top-color:#000000; border-left-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-top-width:2; border-top-color:#000000; "> </td><td style=" border-top-style:solid; border-right-style:solid; border-top-width:2; border-right-width:2; border-top-color:#000000; border-right-color:#000000; "> </td></tr><tr height=24><td style=" border-left-style:solid; border-left-width:2; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:11pt; text-align:center; font-weight:bold; ">Beispiel 1</td><td style="text-align:center; ">versch. Werte</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=""> </td><td style="font-family:Comic Sans MS; font-size:11pt; text-align:center; font-weight:bold; ">Beispiel 2</td><td style="text-align:center; ">versch. Werte</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=""> </td><td style="font-family:Comic Sans MS; font-size:11pt; text-align:center; font-weight:bold; ">Beispiel 3</td><td style="text-align:center; ">versch. Werte</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=9><td style=" border-left-style:solid; border-left-width:2; border-left-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=""> </td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=""> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=""> </td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=""> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=""> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">2</td><td style="text-align:center; font-weight:bold; ">|</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">4</td><td style="text-align:center; font-weight:bold; ">|</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">7</td><td style="text-align:center; font-weight:bold; ">|</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">12</td><td style="text-align:center; font-weight:bold; ">|</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">32</td><td style="text-align:center; font-weight:bold; ">|</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">25</td><td style="text-align:center; font-weight:bold; ">|</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">18</td><td style="text-align:center; font-weight:bold; ">|</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">30</td><td style="text-align:center; font-weight:bold; ">|</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">7</td><td style="text-align:center; font-weight:bold; ">|</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">31</td><td style="text-align:center; font-weight:bold; ">|</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">10</td><td style="text-align:center; font-weight:bold; ">|</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">15</td><td style="text-align:center; font-weight:bold; ">|</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">19</td><td style="text-align:center; font-weight:bold; ">|</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">26</td><td style="text-align:center; font-weight:bold; ">|</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">17</td><td style="text-align:center; font-weight:bold; ">|</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">23</td><td style="text-align:center; font-weight:bold; ">|</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">32</td><td style="text-align:center; font-weight:bold; ">|</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">26</td><td style="text-align:center; font-weight:bold; ">|</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=27><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">20</td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; text-align:center; font-weight:bold; ">V</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">13</td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; text-align:center; font-weight:bold; ">V</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">27</td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; text-align:center; font-weight:bold; ">V</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=31><td style=" border-right-style:solid; border-left-style:solid; border-right-width:2; border-left-width:2; border-right-color:#000000; border-left-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">13</td><td style="font-family:Comic Sans MS; font-size:14pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">8</td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">1</td><td style="font-family:Comic Sans MS; font-size:14pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">7</td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-family:Comic Sans MS; font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">15</td><td style="font-family:Comic Sans MS; font-size:14pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">6</td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=10><td style=" border-left-style:solid; border-left-width:2; border-left-color:#000000; "> </td><td style=""> </td><td style="font-family:Comic Sans MS; font-size:12pt; text-align:center; font-weight:bold; "> </td><td style=""> </td><td style="background-color:#3366ff; "> </td><td style=""> </td><td style=""> </td><td style=""> </td><td style="text-align:center; font-weight:bold; "> </td><td style="background-color:#3366ff; "> </td><td style=""> </td><td style=""> </td><td style=""> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td></tr><tr height=12><td style=" border-bottom-style:solid; border-left-style:solid; border-bottom-width:2; border-left-width:2; border-bottom-color:#000000; border-left-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; "> </td><td style=" border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; "> </td></tr></table></td></tr><tr><td> </td></tr></tr></table> <span style="font-family:'Arial'; font-size:9pt;font-weight:bold; ">Diagramm - Grafik - Excel Tabellen einfach im Web darstellen <a style ="font-family:'Arial'; font-size:9pt; color:#FCF507; background-color:#1506F7; font-weight:bold;" href='http://www.haserodt.de/ejh_do/ex_jean_info.htm' target='blank'> Excel Jeanie HTML 3.0 Download </a></span><br>Ciao der Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben Juli 28, 2006 Share Geschrieben Juli 28, 2006 Moin @Revanchist,es geht ganz einfach, wenn Du zunächst die >= 2-fachen killst.Der Rest läuft über Anzahl.Ich stelle ein Beispiel für 8 Zellen in den nächsten Beitrag.Grüße, Monopolis. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben Juli 28, 2006 Share Geschrieben Juli 28, 2006 <table><tr style="vertical-align:top; text-align:center; "><tr><td>Tabelle1</td></tr><tr><td><table border=1 cellspacing=0 cellpadding=0 style="font-family:Arial,Arial; font-size:10pt; padding-left:2pt; padding-right:2pt; "> <style type = "text/css"> th {font-weight:normal} </style> <colgroup><col width=30 style="font-weight:bold; "><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ><col width=79.999998 ></colgroup><tr style="background-color:#cacaca; text-align:center; font-weight:bold; font-size:8pt; "><td> </td><td>C</td><td>D</td><td>E</td><td>F</td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >3</td><td style="text-align:center; ">2</td><td style=""> </td><td style="text-align:right; ">2</td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >4</td><td style="text-align:center; ">2</td><td style=""> </td><td style=""> </td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >5</td><td style="text-align:center; ">2</td><td style=""> </td><td style=""> </td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >6</td><td style="text-align:center; ">2</td><td style=""> </td><td style=""> </td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7</td><td style="text-align:center; ">6</td><td style=""> </td><td style="text-align:right; ">6</td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >8</td><td style="text-align:center; ">6</td><td style=""> </td><td style=""> </td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >9</td><td style="text-align:center; ">5</td><td style=""> </td><td style="text-align:right; ">5</td><td style=""> </td></tr><tr height=17 ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >10</td><td style="text-align:center; ">4</td><td style="text-align:center; "> </td><td style="text-align:right; ">4</td><td style="text-align:right; ">4</td></tr></table><table style="font-family:Arial; font-size:10pt; border-style: groove ;border-color:#00ff00;background-color:#FFFCF9; "><tr><td><b>Formeln der Tabelle</b></td></tr><tr><td><table style="font-family:Arial; font-size:10pt;">E3 : =C3<br>E4 : =WENN(C4=C3;"";C4)<br>E5 : =WENN(ODER(C5=C3;C5=C4);"";C5)<br>E6 : =WENN(ODER(C6=C3;C6=C4;C6=C5;);"";C6)<br>E7 : =WENN(ODER(C7=C3;C7=C4;C7=C5;C7=C6;);"";C7)<br>E8 : =WENN(ODER(C8=C3;C8=C4;C8=C5;C8=C6;C8=C7;);"";C8)<br>E9 : =WENN(ODER(C9=C3;C9=C4;C9=C5;C9=C6;C9=C7;C9=C8;);"";C9)<br>E10 : =WENN(ODER(C10=C3;C10=C4;C10=C5;C10=C6;C10=C7;C10=C8;C10=C9;);"";C10)<br>F10 : =ANZAHL(E3:E10)<br></table></td></tr></table></td></tr><tr><td> </td></tr></tr></table> <span style="font-family:'Arial'; font-size:9pt;font-weight:bold; ">Diagramm - Grafik - Excel Tabellen einfach im Web darstellen <a style ="font-family:'Arial'; font-size:9pt; color:#FCF507; background-color:#1506F7; font-weight:bold;" href='http://www.haserodt.de/ejh_do/ex_jean_info.htm' target='blank'> Excel Jeanie HTML 3.0 Download </a></span><br> Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben Juli 28, 2006 Share Geschrieben Juli 28, 2006 Hallo @Monopoliseinfach und genial Ich hatte zwar auch schon rumprobiert, war aber alles letztendlich zu kompliziert und hat zu viele Spalten belegt.Deine Lösung ist sehr platzsparend und leicht nachvollziehbar.Danke !Ciao derRevanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben Juli 29, 2006 Share Geschrieben Juli 29, 2006 Moin @Revanchist,Deine Lösung ist sehr platzsparend und leicht nachvollziehbar.und ganz schnell einzutippen, wenn Du immer nur eine Formel durchZiehen kopierst und vorn die zusätzliche Zelle eingibst.Mit Genialität hat der Umgang mit diesem "Kinderprogramm" allerdingsnichts gemein. Grüße, Monopolis. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben Juli 29, 2006 Share Geschrieben Juli 29, 2006 Hallo MonopolisMit Genialität hat der Umgang mit diesem "Kinderprogramm" allerdingsnichts gemein. ←OK ich nehm alles zurück und ändere die Ouvertüre in» genial einfach « und das ist jetzt kein Lob mehr, sondern nur eine simple Feststellung.Besser?Liegt wahrscheinlich an der klaren Luft auf der Insel, die Dir bei solchen Kinderprogrammenden Durchblick erleichtert. Bei uns flimmert die Hitze über den Weinbergen und da sieht man oft das Naheliegende nicht gleich.Tschüss sagt der Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben Juli 29, 2006 Share Geschrieben Juli 29, 2006 Moin Revanchist,OK ich nehm alles zurück und ändere die Ouvertüre in» genial einfach « und das ist jetzt kein Lob mehr, sondern nur eine simple Feststellung.Besser?ja, volle Zustimmung. Es sind häufig die einfachen Lösungen, die zu derFrage führen, weshalb bin ich nicht gleich drauf gekommen.Und in der Tat ist die kühle Inselluft - wir haben leichten Nord-Nord-West -sehr angenehm.Grüße, Monopolis. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben September 1, 2006 Share Geschrieben September 1, 2006 (bearbeitet) Hallo Monopolis,Hallo Wenke,HALLO WiDes,und die anderen Excelprofishier wieder einmal ein Frage zu einem »Kinderprogramm«, wie es Monopolis gerne zu bezeichnen pflegt.Diesmal geht es um die Dutzende.Ich brauche einige Formeln, die mir anzeigen, welches Dtz. zweifelsfrei das zuletzt gefallene (avant), das vorletzt gefallene (avant dernier) und das restante Dutzend ist.Zero wird zwar notiert, aber bei der Ermittlung unabhängig von der Häufigkeit behandelt, als obes nicht erschienen wäre.Beispiel (händisch ermittelt):<table><tr style="vertical-align:top; text-align:center; "><tr><td>Tabelle1</td></tr><tr><td><table border=1 cellspacing=0 cellpadding=0 style="font-family:Arial,Arial; font-size:10pt; padding-left:2pt; padding-right:2pt; "> <style type = "text/css"> th {font-weight:normal} </style> <colgroup><col width=30 style="font-weight:bold; "><col width=79.999998 ><col width=86.999997825 ><col width=95.9999976 ><col width=86.999997825 ><col width=93.99999765 ><col width=79.999998 ><col width=21.99999945 ></colgroup><tr style="background-color:#cacaca; text-align:center; font-weight:bold; font-size:8pt; "><td> </td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">A</td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">B</td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">C</td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">D</td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">E</td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">F</td><td style=" border-width:3; border-style: ridge;border-color:#f0f0f0; ">G</td></tr><tr height=17 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >22</td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; "> </td><td style=" border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; "> </td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >23</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Coup</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#ffff99; text-align:center; "> </td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">das ist</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">avant</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">avant dern.</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">restantes</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >24</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-left-style:solid; border-right-width:1; border-bottom-width:1; border-left-width:1; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Nr.</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Permanenz</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Dtz - N°</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Dtz.</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Dtz.</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; background-color:#ffff99; text-align:center; font-weight:bold; ">Dtz.</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >25</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">1</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">33</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; "> </td><td style="font-size:12pt; text-align:center; "> </td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; "> </td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >26</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">2</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; background-color:#99ccff; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; "> </td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; "> </td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >27</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">31</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; background-color:#99ccff; text-align:center; ">1</td><td style="font-size:12pt; background-color:#99ccff; text-align:center; ">3</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#99ccff; text-align:center; ">2</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >28</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">4</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">28</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; background-color:#99ccff; text-align:center; ">3</td><td style="font-size:12pt; background-color:#ccffcc; text-align:center; font-weight:bold; ">1</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; background-color:#99ccff; text-align:center; ">1</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >29</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">5</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">15</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; background-color:#ccffcc; text-align:center; font-weight:bold; ">1</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">1</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >30</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">6</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">34</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">1</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >31</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">7</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">0</td><td style="font-size:12pt; color:#969696; text-align:center; ">4</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">1</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >32</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">8</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">3</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">1</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >33</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">9</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">18</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">2</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >34</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">10</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">0</td><td style="font-size:12pt; color:#969696; text-align:center; ">4</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">3</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >35</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">11</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">0</td><td style="font-size:12pt; color:#969696; text-align:center; ">4</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">3</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >36</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">12</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">0</td><td style="font-size:12pt; color:#969696; text-align:center; ">4</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">3</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >37</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">13</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">36</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">3</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >38</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">14</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">4</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; text-align:center; ">2</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">1</td><td style=""> </td></tr><tr height=21 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >39</td><td style="font-size:12pt; border-right-style:solid; border-left-style:solid; border-right-width:1; border-left-width:1; border-right-color:#000000; border-left-color:#000000; text-align:center; ">15</td><td style="font-size:12pt; text-align:center; font-weight:bold; ">9</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; text-align:center; ">1</td><td style="font-size:12pt; text-align:center; ">3</td><td style="font-size:12pt; border-right-style:solid; border-right-width:1; border-right-color:#000000; text-align:center; ">2</td><td style=""> </td></tr><tr height=22 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >40</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-left-style:solid; border-right-width:1; border-bottom-width:1; border-left-width:1; border-right-color:#000000; border-bottom-color:#000000; border-left-color:#000000; text-align:center; ">16</td><td style="font-size:12pt; border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; text-align:center; font-weight:bold; ">16</td><td style="font-size:12pt; border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; text-align:center; ">2</td><td style="font-size:12pt; border-bottom-style:solid; border-bottom-width:1; border-bottom-color:#000000; text-align:center; ">1</td><td style="font-size:12pt; border-bottom-style:solid; border-bottom-width:2; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">3</td><td style="font-size:12pt; border-right-style:solid; border-bottom-style:solid; border-right-width:1; border-bottom-width:1; border-right-color:#000000; border-bottom-color:#000000; text-align:center; ">2</td><td style=""> </td></tr><tr height=31 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >41</td><td style=""> </td><td style=""> </td><td style=""> </td><td style=" border-right-style:solid; border-right-width:2; border-right-color:#000000; "> </td><td style="font-size:8pt; border-right-style:solid; border-bottom-style:solid; border-right-width:2; border-bottom-width:2; border-right-color:#000000; border-bottom-color:#000000; background-color:#ccffcc; text-align:center; font-weight:bold; ">Korrektur <br>am 02.09.06</td><td style=""> </td><td style=""> </td></tr><tr height=17 ><td style="border-width:3; border-style: ridge;border-color:#f0f0f0; background-color:#cacaca; text-align:center; " >42</td><td style=""> </td><td style=""> </td><td style=""> </td><td style=""> </td><td style=""> </td><td style=""> </td><td style=""> </td></tr></table></td></tr><tr><td> </td></tr></tr></table> <span style="font-family:'Arial'; font-size:9pt;font-weight:bold; ">Diagramm - Grafik - Excel Tabellen einfach im Web darstellen <a style ="font-family:'Arial'; font-size:9pt; color:#FCF507; background-color:#1506F7; font-weight:bold;" href='http://www.haserodt.de/ejh_do/ex_jean_info.htm' target='blank'> Excel Jeanie HTML 3.0 Download </a></span><br>Wer ist willens und in der Lage mir die Formeln für die ZellenD26D27 - E27 - F27D28 - E28 - F28zu generieren ?Ciao derRevanchist bearbeitet September 2, 2006 von Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Wenke Geschrieben September 1, 2006 Share Geschrieben September 1, 2006 Hallo Revanchist,probiers mal mit diesen 3 Formeln:D1=WENN(C2=0;C1;C2)E2=WENN(D3=0;E2;WENN(D3=D2;E2;D2))F2=WENN(C3=0;F2;6-D3-E3)du musst die Formeln nur anpassenAllerdings ohne Garantie, vielleicht habe ich etwas übersehen.Beste GrüßeWenke Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 (bearbeitet) Allerdings ohne Garantie, vielleicht habe ich etwas übersehen.←Sehr wohl lieber Wenketrotzdem erst einmal Danke für die Antwort - aber - Sorry - diese Vorschläge waren doch sicherlich nicht die des »Excel Durchblickers« WenkeD1=WENN(C2=0;C1;C2)funktioniert schon mal nicht wenn Zero mehr als 1 x hintereinander kommtE2=WENN(D3=0;E2;WENN(D3=D2;E2;D2))1. in Spalte D kann niemals eine 0 stehen, da Zero keinem Dutzend zuzuordnen ist 2. wenn D3 = D2, dann muss E2 nicht richtig sein, da E2 auch D3 oder D2 sein kann (3 x gleiches Dutzend), 3. wenn vorletzer Coup eine Zero war, muss der Coup davor geprüft werden, wenn der identisch mit letztemnicht Zerocoup, dann der Coup wieder davor usw.F2=WENN(C3=0;F2;6-D3-E3)gute Lösung - wenn avant und avant dernier korrekt ermittelt wurden [da hätte ich aber auch selber draufkommen können - ](leider Fehler in meiner Tabelle in Zelle E40 - muss heißen "3") mittlerweile korrigiert - dabei auch gleich Fehler in E28 und E29 korrigiert Wenn Du wieder einmal etwas Zeit hast, bitte ich Dich noch ein paar Minuten zu investieren.Aber vielleicht hat sonst noch wer einen funktionierenden Lösungsansatz -wenn irgendmöglich ohne VBA.Ciao der Revanchist bearbeitet September 2, 2006 von Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 Moin Revanchist,Frage zu Beitrag # 714:Weshalb steht in Zelle E28 eine 2 und in F28 eine 1?Offensichtlich soll in F28 das restante Dutzend eingetragen werden.Du hast bei den Coups 1 bis 4 die Dutzendfolge 3 - 1 -3 - 3. Deshalb gehören aus meiner Sicht folgende Zahlen in die Zellen:D4 --> 3 (zuletzt erschienen)E4 --> 3 (als vorletzte erschienen)F4 --> 2 (restant, weil während der letzten - wieviel????? Spiele - nicht erschienen.Zeile 4 füllst Du aus, wenn die 28 gefallen ist: Also muss in Zelle D4 der Wert C4,in Zelle E4 muss der Wert C3 und in Zelle F4 soll welcher Wert?Wieviele Zellen und welche legst Du für das restante Dutzend zugrunde?Grüße, Monopolis. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 (bearbeitet) Hi Revanchist,mein Beitrag bezieht sich auf Deine "alte" Tabelle.Es ist immer wieder ...... Beispiel (händisch ermittelt):Tabelle1 A B C D E F G22 23 Coup das ist avant avant dern. restantes 24 Nr. Permanenz Dtz - N° Dtz. Dtz. Dtz. 25 1 33 3 26 2 2 1 3 27 3 31 3 1 3 2 28 4 28 3 3 2 1 29 5 15 2 3 3 1 30 6 34 3 2 3 1 31 7 0 4 3 2 1 32 8 3 1 3 2 1 33 9 18 2 1 3 2 34 10 0 4 2 1 3 35 11 0 4 2 1 3 36 12 0 4 2 1 3 37 13 36 3 2 1 3 38 14 4 1 3 2 1 39 15 9 1 1 3 2 40 16 16 2 1 1 2 41 und jetzt habe ich keine Lust mehr, will einen Ribo (Riesenbovist) im Vorlandnachmessen. Gestern hatte er éinen Umfang von 69,5 cm, also gut 22 cmDurchmesser.Wenn er noch weiter wachsen sollte und innen weiß bleibt, kann ich alleInselbewohner (von dieser Insel) zum Pilzdinner einladen. Grüße nach Wbg.,Monopolis. Nachtrag: Du musst die Tabelle von oben aufbauen1 Wir beginnen mit, ja natürlich ..Zeile 25: Erschienen ist die 33 ---> Dtzd. 3 --> Eintrag in Zelle D25Zeile 26: Ja, ja! Es wird schon klarer. Du willst den Eintrag eine Zeile tiefervornehmen. W A R U M ? ? bearbeitet September 2, 2006 von Monopolis Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 Hallo Momopolisbitte in deinem zweiten Abschnitt die Zellbezeichnungen aus Link # 714 verwenden. Ich blick sonst auch nicht mehr durch. "Weshalb steht in Zelle E28 eine 2 und in F28 eine 1?" Wurde um 10:53 Uhr korrigiert"Offensichtlich soll in F28 das restante Dutzend eingetragen werden. " KorrektCiao der Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 (bearbeitet) Hallo MonopolisEs ist immer wieder ...... im Vorland←..... Na sag schon was Dich bekümmertund was ist Vorland - meinst Du in Deinem Vorgarten?Gruß zurück auf die Insel und hoffentlich hast Du schönes Wetter.Bei uns lacht die Sonne und ich werde heute noch auf ein paar Löcher raus gehen.Ciao der Revanchist bearbeitet September 2, 2006 von Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 Hallo Revanchist,unsere Mails haben sich überschnitten.Vorland ist das Gebiet außerhalb des Deiches. Der Deich umschließteine Fläche von ~ 1 km², die Insel hat ~ 3 km². Im Vorland gibt esnoch einen Sommerdeich, damit die Sommerfluten nicht bis zum Hauptdeichauflaufen.Und dann man raus zum Spiel mit dem kleinen weißen Ball und viel Spaß.Grüße, Monopolis. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 Wir beginnen mit, ja natürlich ..Zeile 25: Erschienen ist die 33 ---> Dtzd. 3 --> Eintrag in Zelle D25Zeile 26: Ja, ja! Es wird schon klarer. Du willst den Eintrag eine Zeile tiefervornehmen. W A R U M ? ?←Hallo @Monopolisin Zelle D25 erfolgt kein Eintrag, weil es in diesem Beispiel noch kein vorher erschienenes Dtz. gibtDie Platzierung der Abfrage eine Zeile tiefer erfolgt deshalb, weil ich dann das aktuell erschienene Dtzdirekt in Vergleich bringen kann.Das gibt für mich auch einen Sinn, weil ich mir dann bei Zero leichter tue.Für die Ermittlung des im Coup vorher erschienenen Dutzends und des sich davon unterscheidenden Vorgängerdutzends spielt das aber glaube ich keine Rolle.Wenn jemand eine Lösung eine Zeile höher hat, muss ich diese halt umstricken.Der Vorteil bei einer Zeile höher wäre nur bei Online-Spielchen, dass man das Ergebnis schon hat,bevor der nächste Coup eingetragen ist. Ciao der Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 Hallo Revanchist,Der Vorteil bei einer Zeile höher wäre nur bei Online-Spielchen, dass man das Ergebnis schon hat,bevor der nächste Coup eingetragen ist. Ciao der Revanchist genau darum geht es bei mir. Wenn die Zahl gefallen ist, wird sie eingelesen,Excel analysiert und dann wird gesetzt (noch von Hand).Grüße, Monopolis. Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Revanchist Geschrieben September 2, 2006 Share Geschrieben September 2, 2006 Hallo Monopolisleider bringt mich diese Philosophie im Moment nicht weiter. Ob eine Zeile höher oder tiefer ist mir eigentlich völlig egal - da bei Tests an vorhandenen Permanenzen dies nicht relevant ist. Das mit den Online-Spielchen war ja auch nur ein Beispiel warum eineZeile höher aus meiner Sicht überhaupt von Vorteil sein könnte.Aber wenn es dieses mal etwas schwieriger ist, sich dieser "Kinderprogrammfrage"zu nähern, dürfen im Vorfeld ja erst einmal Abgrenzungsthemen bedient werden.Ciao der Revanchist Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Monopolis Geschrieben September 3, 2006 Share Geschrieben September 3, 2006 Moin Revanchist,Ich brauche einige Formeln, die mir anzeigen, welches Dtz. zweifelsfrei das zuletzt gefallene (avant), das vorletzt gefallene (avant dernier) und das restante Dutzend ist.Zero wird zwar notiert, aber bei der Ermittlung unabhängig von der Häufigkeit behandelt, als obes nicht erschienen wäre.Zum restanten Dutzend: Kann ich davon ausgehen, dass "Dein restantes Dutzend" das Dutzend ist,welches - bei einer langen Folge, z. B. 6 x 1. Dtzd. - das "restantere" ist?Dies würde bedeuten, dass dann bei langen Folgen >= 3 der Eintrag fürrestantes Dutzend aus der höheren Zelle übernommen werden kann.Das mit den Online-Spielchen war ja auch nur ein Beispiel warum eineZeile höher aus meiner Sicht überhaupt von Vorteil sein könnte.Z. Zt. arbeite ich intensiv an meinem MONOBOT und bin deshalb aufs OCgepolt. Hinzu kommt die, ich nenne es mal persönliche Ordnung, beimAufbauen von Tabellen, wenn die Ergebnisse veröffentlicht werden sollen.Sonntagsgrüße von der InselMonopolis. PS.: Gesten habe ich mich vorwiegend mit Krabbenforschung beschäftigt, nachdem ich 2 kg "Untersiebware" (die großen bleiben auf dem Sieb liegen)in 3,5 Std. gepult hatte. Bist Du am Ergebnis interessiert? Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen More sharing options...
Recommended Posts
Wie ist deine Meinung dazu?
Du kannst jetzt schreiben und dich später registrieren. Bereits registrierter Teilnehmer? Dann melde dich jetzt an, um einen Kommentar zu schreiben.
Hinweis: Dein Beitrag wird nicht sofort sichtbar sein.