SUMIF / Text

Copper Contributor

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?

Screenshot 2021-09-04 at 12.12.00.png

Screenshot 2021-09-04 at 12.12.10.png

6 Replies

@JOESANDERS95 

In AI2 on Split:

 

=IFERROR(VLOOKUP(A2, Images!C:AC, 27, FALSE), "")

 

=IFERROR(VLOOKUP(A2, Images!B:AC, 28, FALSE), "")

 

Fill down.

Hans its VLOOKUP(A2,Images!B:AC, 5,FALSE)
You need a bigger magnifying glass lol

@Yea_So 

You're correct that the range should start in column B, but that means the column index should be 28, not 5.

@Hans Vogelaar 

 

Yes you're right its the 28th column in the lookup range, I was counting the columns without realizing the columns F:AB were hidden.

@Yea_So 

Would you like to borrow my magnifying glass?

lol