Forum Discussion
Index & Match formula not working on multiple column
- Mar 14, 2025
=IFNA(INDEX('RAW - reference '!$A$2:$A$72,MATCH(TRUE,(('RAW - reference '!$B$2:$B$72=Result!A2)+('RAW - reference '!$D$2:$D$72=Result!A2))>0,0)),"")
You are welcome. Please share your expected result with your sample file. Does this formula return the intended output?
=INDEX($C$2:$C$15,MATCH(1,($A$2:$A$15=E3)*($B$2:$B$15=F3),0))
This formula works in my sample file. The formula must be entered as an arrayformula with ctrl+shift+enter if someone doesn't work with Office 365 or Excel for the web or Excel 2021.
Here's an advanced example for INDEX and MATCH with multiple columns and approximate match:
INDEX and MATCH approximate match with multiple criteria - Excel formula | Exceljet
- Pravcha19Mar 13, 2025Copper Contributor
OliverScheurich - Thanks for the update... but I use office 365... I'm not using the formula on web excel.
Kindly attaching the sheet, please apply the formula in the data sheet highlighted with yellow hue
- OliverScheurichMar 13, 2025Gold Contributor
INDEX and MATCH works in Office 365 and Excel for the web and in legacy Excel versions such as Excel 2013. Thanks for sharing a sample file and please don't publish content with sensitive data such as names of real people. Do the formulas in the attached sample file return the intended result?
- Pravcha19Mar 14, 2025Copper Contributor
OliverScheurich - Thanks for the update, sure will ensure for not adding sensitive information.
The formula is not giving output for all the line items, even in the attached solve sheet, the formula is selectively giving the output, the same happens when I tried to replicate the formula in another sheet.. Why it is not giving output for all the line items...? Please redress..