Page 1 of 1

Filter

Posted: Sat Dec 17, 2022 2:21 pm
by sna
Hi there
Hello everybody here
Now I come up with another issue .I want to return list base on x when select Group .

For example when I choose Group 5 it will show the list as in attached

Tks

Re: Filter

Posted: Sat Dec 17, 2022 2:54 pm
by snasui
:D Please try this formula in cell K4,

=IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW(A$2:A$8)/(INDEX($B$2:$H$8,0,MATCH(K$1,$B$1:$H$1,0))=K$2),ROWS(K$4:K4))),"")

Enter and copy down.

Re: Filter

Posted: Sat Dec 17, 2022 4:12 pm
by sna
Thank you,it is working fine.one more in office I use M365.
could you help with M365 formula?
tks again

Re: Filter

Posted: Sat Dec 17, 2022 5:42 pm
by snasui
:D O365 can use:

=FILTER(A2:A8,INDEX(B2:H8,0,MATCH(K1,B1:H1,0))=K2)

Re: Filter

Posted: Mon Dec 19, 2022 3:13 pm
by sna
Thank you 😊