Forum Discussion
learner1234
May 02, 2021Copper Contributor
XVERWEIS konvertieren für Excel 2013
BS?A19 06.05.2020 13.05.2020 20.05.2020 20.05.2020 BS1A19 BS1A19 B1=XVERWEIS(A1;B2:D2;B1:D1;"-";2;-1) = 20.05.2020 Hallo, ich möchte o.g. XVERWEIS für Excel 2013 konvertieren I...
- May 02, 2021
Riny_van_Eekelen
May 02, 2021Platinum Contributor
learner1234 Try this one:
=INDEX(A1:D1,1,MAX((B2:D2=HLOOKUP(A1,B2:D2,1,FALSE))*COLUMN(B2:D2)))
=INDEX(A1:D1;1;MAX((B2:D2=WVERWEIS(A1;B2:D2;1;FALSCH))*SPALTE(B2:D2)))
Entry needs to be confirmed with Ctrl-Shift-Enter (CSE) which will put curly brackets around the formula. Tested it on Excel2013 and it worked. File attached for your reference. The formula should come across in German automatically.