I have data in two columns, A and B. In column A each value is unique. In column B, I have 5 categories. I’d like to create a separate table beginning in column D with the categories in the first row, and each of the unique values under the appropriate category.
I’d also like to go back the other way. If I have 5 categories in the first row and the values listed below, I’d like to create a list with the values in one column and the associated categories in the other.