Sep 23 2022 09:51 PM
Hello,
I have attached a file where I have to bring some cell value from another sheet using Index/Match Function.
Can anyone help me regarding this!
Thanks in Advance!
Sep 23 2022 10:17 PM
@najim_uddin Clearly, you are working on an assignment, an Excel proficiency test or some kind of exam that is giving you points per task. Yesterday, 6 points for COUNTIF and SUMIF and one of the members here did the work for you. Today, 6 points for INDEX and MATCH. May I suggest that you work this out on your own by looking in the MS support documentation and/or other on-line resources.
Sep 23 2022 10:35 PM
Sep 23 2022 11:11 PM
Solution@najim_uddin Try following formula and drag down and across as needed.
=INDEX(Data!$B:$D,MATCH($B9,Data!$A:$A,0),COLUMN(A$1))
Sep 23 2022 11:50 PM
Sep 23 2022 11:58 PM
Feb 14 2023 01:05 PM