Forum Discussion
JOESANDERS95
Sep 04, 2021Copper Contributor
SUMIF / Text
Hi,
In screenshot 1 I have a master product sheet containing Column "COO" in column AC. On the second screenshot I have a list of wholesale orders per product. On this page, "Split", I am trying to obtain the COO per product. How do I do this?
In AI2 on Split:
=IFERROR(VLOOKUP(A2, Images!C:AC, 27, FALSE), "")=IFERROR(VLOOKUP(A2, Images!B:AC, 28, FALSE), "")
Fill down.