How can I replicate in a new sheet some cells which are in the same column if the cells in the next column contain a certain string?
Let's say I have these two columns and I want to create a new list that contains only the numbers if the word in the second colums is ALPHA:
1 ALPHA
2 BETA
3 ALPHA
4 ALPHA
5 GAMMA
6 DELTA
7 ALPHA
How can I automatically create a new list like this?
1
3
4
7
The list should update automatically, it means that I don't want empty cells among the results of the new list