I've got data in this format:
Code:
Col1 Col2
A 1
A 2
A 3
B 1
B 2
B 3
B 4
C 1
C 2
I'm trying to create a combo-box of distinct values in Col1, but when I entere the range in the combo-box it repeats the values for each row.
How can I get a distinct array of values? Seems so simple, but appears to be impossible.
Also, why does Excel's graphing utility suck wind so bad?