This is the need: calculate and display unique values across 2 columns of input data automatically and output them to a pair of adjacent columns. This is just finding a way to perform the Advanced Autofilter / Unique Records function to output just those distinct pairs of values to a defined location. I'm not a VBA writer. This needs to happen upon a change in the data in the first two columns, so on an autocalculated basis. Using Excel 2007...
Example:
Col A Col B
Fred 971
Fred 971
Fred 905
Fred 905
Ethel 326
Ethel 326
Ethel 110
Mona 405
So, Optimal Output would be to 2 other columns:
Col C Col D
Fred 971
Fred 905
Ethel 326
Ethel 110
Mona 405
No other solutions within my wee grasp seem to work.
Thanks for any thoughts.
Veg
Example:
Col A Col B
Fred 971
Fred 971
Fred 905
Fred 905
Ethel 326
Ethel 326
Ethel 110
Mona 405
So, Optimal Output would be to 2 other columns:
Col C Col D
Fred 971
Fred 905
Ethel 326
Ethel 110
Mona 405
No other solutions within my wee grasp seem to work.
Thanks for any thoughts.
Veg