Hi Everyone,
Using Excel 2010:
On Sheet 1 I have a product name (column C - populated) and product provider (column D - unpopulated).
I need to get the corresponding product provider for the product name.
The thing is that this information is somewhere in column C of either sheet 2 OR sheet 3 OR sheet 4 OR sheet 5 (I cannot change this).
I am matching the product name against the the corresponding name listed somewhere on column A of sheet 2 OR sheet 3 OR sheet 4 OR sheet 5.
But, of course, my formula errors.
I would normally do a simple index/match if this info was somewhere on another, single sheet, but I'm having difficulty in attempting to combine index/match with OR and trying to put everything onto one formula.
I've tried the following, which does not work:
=INDEX(OR(SHEET2!C:C;SHEET3!C:C;SHEET4!C:C;SHEET5!C:C);MATCH([@[PRODUCT NAME]];OR(SHEET2!A:A;SHEET3!A:A;SHEET4!A:A;SHEET5!A:A);0)))
PS1: Yes my sheets are formatted as tables
PS2: My regional settings require a ; as separators
Clearly I'm attempting the impossible...any ideas or suggestions?
Many thanks and wishing everyone Happy Holidays,
Ana
Using Excel 2010:
On Sheet 1 I have a product name (column C - populated) and product provider (column D - unpopulated).
I need to get the corresponding product provider for the product name.
The thing is that this information is somewhere in column C of either sheet 2 OR sheet 3 OR sheet 4 OR sheet 5 (I cannot change this).
I am matching the product name against the the corresponding name listed somewhere on column A of sheet 2 OR sheet 3 OR sheet 4 OR sheet 5.
But, of course, my formula errors.
I would normally do a simple index/match if this info was somewhere on another, single sheet, but I'm having difficulty in attempting to combine index/match with OR and trying to put everything onto one formula.
I've tried the following, which does not work:
=INDEX(OR(SHEET2!C:C;SHEET3!C:C;SHEET4!C:C;SHEET5!C:C);MATCH([@[PRODUCT NAME]];OR(SHEET2!A:A;SHEET3!A:A;SHEET4!A:A;SHEET5!A:A);0)))
PS1: Yes my sheets are formatted as tables
PS2: My regional settings require a ; as separators
Clearly I'm attempting the impossible...any ideas or suggestions?
Many thanks and wishing everyone Happy Holidays,
Ana
Last edited: