I'm trying to create a list box that only show certain values depending on certain criteria. So I have:
A B
1 Bob
1 Dave
1 Mike
0 Danny
1 Steve
0 Adam
I want to make a list box of all the names in column B where the value in column A is greater than 0. Help? anyone?