C
Cecil
Given a long column of values, how do I extract only unique values?
Small example > Values of 1, 2, 2, 3, 4, 4, 4, 5 in column A. Woul
like to extract unique values ... 1, 2, 3, 4, 5 ... and put them i
another column. Thanks
Small example > Values of 1, 2, 2, 3, 4, 4, 4, 5 in column A. Woul
like to extract unique values ... 1, 2, 3, 4, 5 ... and put them i
another column. Thanks