Forum Discussion
Beatrix und Andreas
Feb 14, 2018Copper Contributor
Search for one value in column A and list all belonging values from column B
Hi, I have an excel sheet with 3 columns. In column A there are categories, in column B there are the different devices from each category. In column C I want to list all diveces depending of a co...
- Feb 16, 2018
Hi Detlev,
brilliant :-) Hav emany thanks. For my examble this is the perfect working formula:
=WENNFEHLER(INDEX(L:L;AGGREGAT(15;6;ZEILE($K$3:$K$300)/($K$3:$K$300=$H$4);ZEILEN(K$3:K16)));"")
This was my first question in such a community and it worked perfect. Your answers were very quick and they led to the goal. Have a nice weekend. Greetings Andreas
Detlef_Lewin
Feb 14, 2018Silver Contributor
Andreas,
first delete the rows with the sub headers and fill in a column header for column A.
Then Press CTRL-SHIFT-L and filter in column A.
- Beatrix und AndreasFeb 15, 2018Copper Contributor
Hi Detlev,
but I need the subheaders, because I want too hide column A when the sheet was finished.
And how is the formula for column C?
Thanks
- Detlef_LewinFeb 15, 2018Silver Contributor
Then try this in C3:
=INDEX(B:B,AGGREGATE(15,6,ROW($A$3:$A$50)/($A$3:$A$50="Monitore"),ROWS(C$3:C3)))
- Beatrix und AndreasFeb 15, 2018Copper Contributor
I inserted the following formula (I hope it is correct for te german version), but I got the error #DIV/0!
=INDEX(B:B;SUMME(15;6;ZEILE($A$3:$A$50)/($A$3:$A$50="Monitore");ZEILE(C$3:C3)))