Thread: find occurences
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
AJSloss AJSloss is offline
external usenet poster
 
Posts: 13
Default find occurences

I have a column of unique id#s and a column of ratings (where "-" does not
equal a rating) next to them as follows:

ColA ColB
1 819 4
2 820 3
3 821 -
4 822 -
5 823 -
6 824 2
7 825 4
8 826 2
9 827 -
10 828 2

and so on... is there a way that I can put somewhere else on the sheet
(let's say column d) a list of id#s that are rated "2." In this case it
would return 824, 826 and 828 in column d.