Hi,
The sales record I am working on contains many lines per order for the same part number, e.g.:
Order: 121212
Part: 12345, Qty 1
Part: 12345, Qty 1
Part: 12345, Qty 1
Instead of:
Order: 121212
Part: 12345, Qty 3.
I want to consolidate this data. I've tried subtotalling on order, then...