[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Load
[/TD]
[TD]Order
[/TD]
[/TR]
[TR]
[TD]12345
[/TD]
[TD]ABC123
[/TD]
[/TR]
[TR]
[TD]23456
[/TD]
[TD]ABC000
[/TD]
[/TR]
[TR]
[TD]34567
[/TD]
[TD]ABC000
[/TD]
[/TR]
[TR]
[TD]45678
[/TD]
[TD]XYZ123
[/TD]
[/TR]
</tbody>[/TABLE]
Hi everyone. I'm looking for an easy way to create a new couple of columns with the Distinct order # and next to it the total number of Loads. See example above and then the expected output below. Anyone know??
Load Order Distinct Order Number of Loads
12345 ABC123 ABC123 1
23456 ABC000 ABC000 2
34567 ABC000 XYZ123 1
45678 XYZ123
<tbody>[TR]
[TD]Load
[/TD]
[TD]Order
[/TD]
[/TR]
[TR]
[TD]12345
[/TD]
[TD]ABC123
[/TD]
[/TR]
[TR]
[TD]23456
[/TD]
[TD]ABC000
[/TD]
[/TR]
[TR]
[TD]34567
[/TD]
[TD]ABC000
[/TD]
[/TR]
[TR]
[TD]45678
[/TD]
[TD]XYZ123
[/TD]
[/TR]
</tbody>[/TABLE]
Hi everyone. I'm looking for an easy way to create a new couple of columns with the Distinct order # and next to it the total number of Loads. See example above and then the expected output below. Anyone know??
Load Order Distinct Order Number of Loads
12345 ABC123 ABC123 1
23456 ABC000 ABC000 2
34567 ABC000 XYZ123 1
45678 XYZ123