Addition of numbers in text fields with a twist
Hello every one
i have a pdf document that contains usual columns and rows having text fields for data entry.
First column contains items names and second column is for the quantity of each item. Condition is that one item e.g. item "A" can occupy ONE OR MORE THAN ONE ROW and the table contains more than one item.
What i need is calculate the total quantity of each item i.e. item "A", "B" and so on, separately in a different text field. But remember the cumber of rows occupied by each item may vary every time the table is filled. For more clarification the table is given below:
| Item | Quantity |
|---|---|
| A | 5 |
| A | 10 |
| A | 15 |
| B | 2 |
| B | 4 |
| B | 6 |
Thanks in advance
