Addition depending on column values
In Adobe Acrobat Pro I am trying to add fields depending on different column. I have no idea where to start. I already tried to use the Sum fuction of Adobe but here I can only select fields. Can someone please help me here? Maybe JavaScript or another solution?
Tha Table below shows what i am trying to achieve.
| 20 | A |
| 30 | B |
| 40 | C |
| 50 | A |
| 60 | B |
Col1 ist contains number fields Col2 contains only one Char e.g. A, B or C.
I am trying to add all values Col1 where value of col2 is for example A.
Thanks
