von Karolus » Do, 06.07.2006 18:10
Hallo
Leg deine Tabelle nach folgendem Muster an:
Bereich A1:C10 :
Markt |Preis| Getränk
aldi |1,49| cola
lidl |1,54| cola
toom |1,39| cola
aldi |0,56| limo
lidl |0,49| limo
toom |0,69| limo
aldi |2,3| spezi
lidl |2,39| spezi
toom |2,45| spezi
Bereich A15:C18
Markt |Preis| Getränk
| |cola
Ausserhalb dieses Bereiches trägst du die Formel ein:
=INDIREKT("A"&VERGLEICH(DBMIN(A1:C10;"Preis";A15:C18);B1:B10;0))
und bekommst den Markt mit dem billigstem Cola
Gruß Karo
Hallo
Leg deine Tabelle nach folgendem Muster an:
Bereich A1:C10 :
Markt |Preis| Getränk
aldi |1,49| cola
lidl |1,54| cola
toom |1,39| cola
aldi |0,56| limo
lidl |0,49| limo
toom |0,69| limo
aldi |2,3| spezi
lidl |2,39| spezi
toom |2,45| spezi
Bereich A15:C18
Markt |Preis| Getränk
| |cola
Ausserhalb dieses Bereiches trägst du die Formel ein:
=INDIREKT("A"&VERGLEICH(DBMIN(A1:C10;"Preis";A15:C18);B1:B10;0))
und bekommst den Markt mit dem billigstem Cola
Gruß Karo