RE776
Specifier/Regulator
- Feb 17, 2011
- 16
Anybody may be able to help?
I have a table which consist of 5 columns with headings and about 12 rows of data
1.) References
2.) Group
3.) Type
4.) Class
5.) Product
I have 6 rows of data which also consists of Group, Type, Class and Reference.
I want to find out what product each row represent based on the unique combinations of group, type, class and reference from the table.
The challenge I have is, the references from the table, consist of 9 different references in one cell.
I want to write a formula to search for a specific reference within the cell. I have tried to use the formula below but without much luck.
=INDEX($A$2:$E$13,MATCH(1,($B$2:$B$13=$H18)*($C$2:$C$13=$I18)*($D$2:$D$13=$J18)*($A$2:$A$13="*"&$K18&"*"),0),5)
Can any body help please?
Many thanks in advance
Felix
I have a table which consist of 5 columns with headings and about 12 rows of data
1.) References
2.) Group
3.) Type
4.) Class
5.) Product
I have 6 rows of data which also consists of Group, Type, Class and Reference.
I want to find out what product each row represent based on the unique combinations of group, type, class and reference from the table.
The challenge I have is, the references from the table, consist of 9 different references in one cell.
I want to write a formula to search for a specific reference within the cell. I have tried to use the formula below but without much luck.
=INDEX($A$2:$E$13,MATCH(1,($B$2:$B$13=$H18)*($C$2:$C$13=$I18)*($D$2:$D$13=$J18)*($A$2:$A$13="*"&$K18&"*"),0),5)
Can any body help please?
Many thanks in advance
Felix