Hey Guys,
I have a cell range of non-unique values and tickers to the cell on the right.
eg:
A B
1 1 AAPL
2 1 MSFT
3 1 (you get the rest)
4 1
5 2
6 2
7 2
8 3
9 3
10 4
I want to create a formula that can search column A and, for example, give me all the tickers categorized as 2. I am using a long offset function coupled with count and countif to solve this issue but its long and confusing. I would prefer a formula without VBA.
I was thinking an array =if(A:A=1,B:B."") would work but guess not.
Thanks.
I have a cell range of non-unique values and tickers to the cell on the right.
eg:
A B
1 1 AAPL
2 1 MSFT
3 1 (you get the rest)
4 1
5 2
6 2
7 2
8 3
9 3
10 4
I want to create a formula that can search column A and, for example, give me all the tickers categorized as 2. I am using a long offset function coupled with count and countif to solve this issue but its long and confusing. I would prefer a formula without VBA.
I was thinking an array =if(A:A=1,B:B."") would work but guess not.
Thanks.