Forum Discussion
A_SIRAT
Dec 07, 2019Iron Contributor
Lookup
Hi Guys, I am looking for one formula that will lookup the Product Name in Column F from the entire TABLE A and upon finding it, gives me the quantity shipped. Thanks in advance.
- Dec 07, 2019
As variant
=IFERROR(INDEX( ($B$5:$B$10,$D$5:$D$10),IFNA(MATCH($F5,$A$5:$A$10,0),MATCH($F5,$C$5:$C$10,0)),,IF(ISNA(MATCH($F5,$A$5:$A$10,0)),2,1)),0)
A_SIRAT
Dec 07, 2019Iron Contributor
Thank you so much!
SergeiBaklan
Dec 07, 2019Diamond Contributor
A_SIRAT , you are welcome