Dear All..
Thanks for your view in advance.
I got 2 table of products:
For example:
Table 1:
Product No. Quantity
101 10
102 20
103 30
Table 2: (Its the movement of products)
101 -1
101 -2
101 5
102 1
102 4
104 35
My purpose is to sum the balance of products 101,102,103,104
My question is:
(1). I think I should sum up table 2 first,, so the result should be:
Table 2:
101 2
102 5
104 3
How should I do it?
Then sum up table 1 and 2, so the result should be:
101 12
102 25
103 30
104 35
This can be done by vlookup, but as product 103 does appear in table 2, and product 104 does not appear in table 1.
Again how should I do it?
Thanks so much~~
Bookmarks