Forum Discussion
Berechnung je nach Auswahl im Dropdownmenü
- Nov 22, 2020
Let's say the list is in K2:L50.
Select the cells in column A in which you want a dropdown, for example A1:A10.
On the Data tab of the ribbon, click Data Validation.
Select List from the Allow dropdown.
Specify K2:K50 (the first column of your list) as Source.
Click OK.
Enter the following formula in B1:
=IFERROR(VLOOKUP(A1,$K$2:$L$50,2,FALSE),"")
=WENNFEHLER(SVERWEIS(A1;$K$2:$L$50;2;FALSCH);"")
Fill down to the last used row (B10 in the above example)
Let's say the list is in K2:L50.
Select the cells in column A in which you want a dropdown, for example A1:A10.
On the Data tab of the ribbon, click Data Validation.
Select List from the Allow dropdown.
Specify K2:K50 (the first column of your list) as Source.
Click OK.
Enter the following formula in B1:
=IFERROR(VLOOKUP(A1,$K$2:$L$50,2,FALSE),"")
=WENNFEHLER(SVERWEIS(A1;$K$2:$L$50;2;FALSCH);"")
Fill down to the last used row (B10 in the above example)