I am trying to concatenate names based on matching criteria.
Column A - Product #'s
123
243
632A
756A
213A
Column B - Product Values
34.5
23.3
34.5
22.1
23.3
I would like to be able to automaticly combine the product names that have matching product values.
Column C
123, 632A
243, 213A
756A
There could be no matching values or 25 different products with the same product values. ie "123, 243, 632A, 756A, 213A, etc..."
Any thoughts?
Column A - Product #'s
123
243
632A
756A
213A
Column B - Product Values
34.5
23.3
34.5
22.1
23.3
I would like to be able to automaticly combine the product names that have matching product values.
Column C
123, 632A
243, 213A
756A
There could be no matching values or 25 different products with the same product values. ie "123, 243, 632A, 756A, 213A, etc..."
Any thoughts?