Find multiple products in Matrix
#1
Rainbow 
Hi guys,
I have the following two excel sheets:
Sheet A
| id |
| 1 |
| 2 |
| 3 |

Sheet B
| Product | id | 
| Table    | 2 |
| Book     | 2 |
| Phone   | 1 |
|Table     | 1 |
| Phone   | 2 |
| Phone   | 3 |

What I am trying to achieve is this:
._extend Sheet A
| id 1 | |  id 2 |    id 3 | 
| Table | Table |  Phone
           | Book  |
           | Phone |



Could you please assist me? 
An excel formula only solution would be best. (without VBA)

Best,
Kjuby
Top
#2
Hi Kjuby,

see B2 or G2:

Sheet A

ABCDEFGHI
1idid123
21Phone Table Phone Table Phone 
32Table Book Phone Table Book 
43Phone Phone 
5
Formeln der Tabelle
ZelleFormel
B2=IFERROR(INDEX('Sheet B'!$B:$B,AGGREGATE(15,6,ROW(G$2:G$99)/('Sheet B'!$C$2:$C$99=$A2),COLUMN(A1))),"")
G2=IFERROR(INDEX('Sheet B'!$B:$B,AGGREGATE(15,6,ROW(G$2:G$99)/('Sheet B'!$C$2:$C$99=G$1),ROW(G1))),"")

Sheet B

BC
1Productid
2Table 2
3Book 2
4Phone 1
5Table 1
6Phone 2
7Phone 3
8

Excel Tabellen im Web darstellen >> Excel Jeanie HTML 4
Gruß Werner
.. , - ...
[-] Folgende(r) 1 Nutzer sagt Danke an neopa für diesen Beitrag:
  • Kjuby
Top


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste