Hello,
I've got some data that is in multiple rows and I need to join them to one cell based on the work order number. I'm using the summarize tool, however, it's not working for some of my work orders. I believe it's because they have aphabetical characters mixed with numerical characters. Below is an example.
Data before the tool:
Work Order 123456 John Right
Work Order ABC123456 Happy Small
Work Order 123456 Ashley Right
Work Order ABC123456 Aspen Small
How I want it:
Work Order 123456 John Right Ashley Right (This works fine currently)
Work Order ABC123456 Happy Small Aspen Small (Isn't working)