ich hab hier ein Problem:
Und zwar möchte ich in ein Rechnungsformular Ergebnisse aus einem anderen Tabellenblatt anzeigen.
Nach dem Schema Wenn x1 dann xy3
x2 dann xy4
x3 dann xy8 usw..
Nun stellt sich das ja eigentlich ganz einfach da, nur wenn ich mehr als 40 Möglichkeiten habe, bekomme
ich einen Überlauf?!! Außerdem wird die Formel unendlich lang.

Code: Alles auswählen
=WENN(E19=1;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S2;WENN(E19=2;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S3;WENN(E19=3;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S4;WENN(E19=4;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S5;WENN(E19=5;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S6;WENN(E19=6;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S7;WENN(E19=7;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S8;WENN(E19=8;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S9;WENN(E19=9;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S10;WENN(E19=10;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S11;WENN(E19=11;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S12;WENN(E19=12;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S13;WENN(E19=13;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S14;WENN(E19=14;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S15;WENN(E19=15;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S16;WENN(E19=16;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S17;WENN(E19=17;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S18;WENN(E19=18;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S19;WENN(E19=19;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S20;WENN(E19=20;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S21;WENN(E19=21;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S22;WENN(E19=22;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S23;WENN(E19=23;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S24;WENN(E19=24;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S25;WENN(E19=25;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S26;WENN(E19=26;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S27;WENN(E19=27;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S28;WENN(E19=28;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S29;WENN(E19=29;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S30;WENN(E19=30;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S31;WENN(E19=31;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S32;WENN(E19=32;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S33;WENN(E19=33;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S34;WENN(E19=34;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S35;WENN(E19=35;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S36;WENN(E19=36;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S37;WENN(E19=37;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S38;WENN(E19=38;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S39;WENN(E19=39;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S40;WENN(E19=40;'file:///C:/temp/B - F - I - Zahlen 2008.ods'#$Okt.S41;""))))))))))))))))))))))))))))))))))))))))
Vielen Dank schon mal vorab für Eure Mühe
Wilfried