M
MJD
I apologize if this question is a no-brainer. I have some data that I need to
sort and there has to be an easier way than the way I'm doing it.
Col A: Col B: Col C: Col D:
Company Mon Tues Wed
ABC 12
ABC 34
ABC 56
I would like this to sort, remove duplicate entries and look like this:
Company Mon Tues Wed
ABC 12 34 56
Any suggestions?
Thanks,
Micah
sort and there has to be an easier way than the way I'm doing it.
Col A: Col B: Col C: Col D:
Company Mon Tues Wed
ABC 12
ABC 34
ABC 56
I would like this to sort, remove duplicate entries and look like this:
Company Mon Tues Wed
ABC 12 34 56
Any suggestions?
Thanks,
Micah