Sure. Thanks Ibass.
Using column names for this example of:
Order #, Item #, Qty Ordered, Updated Qty On Hand
The result should be...
1000, RD34, 7, 14
1001, RX99, 1, 5
1002, RD34, 6, 8 (14-6=8)
1003, RD34, 3, 5 (8-3=5)
All values come directly from the source data, except the 'Updated Qty...