Forum Discussion
kdwork
Aug 30, 2019Copper Contributor
3 way lookup using index with match
We are working on a form that auto-populates info from a spreadsheet when info is entered. I need cell H3 to populate info based on info from cell B5 ('Product list'!B2:BZ2999,MATCH(BASF!B5,'Product...
- Sep 05, 2019
Please check the attached file.
nabilmourad
Aug 31, 2019MVP
Hi
It would be easier if you provide a sample Excel file to avoid random creation of the desired layout.
- kdworkSep 03, 2019Copper Contributor
Ok, I attached the file. I highlighted in red the culprits that are causing my problems on the product lists tab. Currently it works... except it is pulling in the 1st GTIN# it comes to, not the one that goes with the Brand/Description in B5/B7
- erol sinan zorluSep 04, 2019Iron Contributor
Hello,
ths will do the trick
=OFFSET('Product list'!$A$1;MATCH(1;INDEX((TRIM($B$7)=INDEX(TRIM('Product list'!E1:$E$35);;))*(UPPER(RIGHT($B$5;LEN($B$5)-3)&" "&LEFT($B$5;3))='Product list'!B1:$B$35);;);0)-1;MATCH($G$3;'Product list'!$A$1:$AE$1;0)-1;1;1)
- kdworkSep 04, 2019Copper Contributor
Hi there. I think you are missing something. I am getting this error when I try it.