Forum Discussion
rservice0320
Dec 05, 2023Brass Contributor
index match not giving correct result
I have tried various reiterations of formulas & either I get the incorrect result or a N/A. Any help would be greatly appreciated. I have attached the file.
OliverScheurich
Dec 05, 2023Gold Contributor
=INDEX($D$10:$I$19,MATCH(1,($B$10:$B$19=$B5)*($C$10:$C$19=$A5),0),MATCH(D$4,$D$9:$I$9,0))
You can try this formula. Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel for the web or Excel 2021.
rservice0320
Dec 05, 2023Brass Contributor
thank you. What is vergleich? I am unfamiliar with that funcion
- HansVogelaarDec 05, 2023MVP
OliverScheurich included the English version of the formula in the text of his reply; the screenshot shows the German version. VERGLEICH is the German name of the MATCH function.
- OliverScheurichDec 05, 2023Gold Contributor
VERGLEICH in german Excel is MATCH in english Excel. I've translated the whole formula in my first reply. When you open the attached file of my first reply the formula is automatically translated into your language.