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?
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..
=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?
- Pravcha19Mar 15, 2025Copper Contributor
Thanks Indeed its working!
- Pravcha19Mar 15, 2025Copper Contributor
OliverScheurich - Thanks for the updated formula, but when I replicate the formula in the excel getting the below error.