I have two spreadsheets: 2017-08-03 Compliance Response and Current Compliance. Both spreadsheets have the same column and column headers.
2017-08-03 COMPLIANCE RESPONSE/NJN Tab - I need to add the data from column K using column L as my lookup value to column H of the "CURRENT COMPLIANCE". I cannot move my lookup value column on the spreadsheets.
I tried and Index/Match formula but it's not working. This is the formula I have in column H of CURRENT COMPLIANCE. What is wrong with my formula?
=INDEX($A$8:$M553,MATCH(L8,'Compliance Response.xlsm]NJN'!$A8:$M500,0),12)
2017-08-03 COMPLIANCE RESPONSE/NJN Tab - I need to add the data from column K using column L as my lookup value to column H of the "CURRENT COMPLIANCE". I cannot move my lookup value column on the spreadsheets.
I tried and Index/Match formula but it's not working. This is the formula I have in column H of CURRENT COMPLIANCE. What is wrong with my formula?
=INDEX($A$8:$M553,MATCH(L8,'Compliance Response.xlsm]NJN'!$A8:$M500,0),12)