Hi Anshu,
I tried this right now,
What happens in this one is that result line for C is computing 19*10=190
Result line for D is correct in a way that it shows 19.
the result looks something like this.
Plant | A | B | C | D |
1001 | 1 | 2 | 2 | 2 |
1002 | 2 | 3 | 6 | 3 |
1003 | 3 | 4 | 12 | 4 |
1004 | 4 | 5 | 20 | 5 |
Result | 10 | 19 | 190 | 19 |