G
Guest
Hi,
I have a shipment file where I need to match 3 columns that are the same
(order #, ship date, and cosignee #). Usually there are about 10 rows where
these columns match, I need to locate these and then sum up a fourth column
(weight) to make one shipment from the 10 fragments.
Example:
order # ship date cosignee # weight
123456 05162005 987654321 25.6
123456 05162005 987654321 1648
123456 05162005 987654321 46312
The result would have to read:
order # ship date cosignee # weight
123456 05162005 987654321 47985.6
Any help would be greaty appreciated
Thanks,
Sean Heckathorne
I have a shipment file where I need to match 3 columns that are the same
(order #, ship date, and cosignee #). Usually there are about 10 rows where
these columns match, I need to locate these and then sum up a fourth column
(weight) to make one shipment from the 10 fragments.
Example:
order # ship date cosignee # weight
123456 05162005 987654321 25.6
123456 05162005 987654321 1648
123456 05162005 987654321 46312
The result would have to read:
order # ship date cosignee # weight
123456 05162005 987654321 47985.6
Any help would be greaty appreciated
Thanks,
Sean Heckathorne