D Dinesh_Excel Member Aug 2, 2018 #1 Hello Friends, I need help in getting the value for the below table using the mapping table. Appreciate your help here.. Attachments Formula.xlsx 9.7 KB · Views: 7
Hello Friends, I need help in getting the value for the below table using the mapping table. Appreciate your help here..
pecoflyer Well-Known Member Aug 2, 2018 #2 Like this? Don't forget to commit the formula as an array forumla with CSE Attachments Formula.xlsx 9.9 KB · Views: 8
John Jairo V Well-Known Member Aug 3, 2018 #3 Hi, to both! Non CSE option could be (C4): =IFERROR(INDEX($N$4:$N$8,MATCH(1,INDEX(($L$4:$L$8=$B4)*($M$4:$M$8=C$3),),)),"") And drag it down and right. Blessings!
Hi, to both! Non CSE option could be (C4): =IFERROR(INDEX($N$4:$N$8,MATCH(1,INDEX(($L$4:$L$8=$B4)*($M$4:$M$8=C$3),),)),"") And drag it down and right. Blessings!
D Dinesh_Excel Member Aug 8, 2018 #4 thank you all for the support ..Appreciate your help on the same