Hi I have been trying to (please see below a sample data) with the output. I have multiple AB,CD columns to subtract and dont want to use formula tool as I have to add multiple formulas for each combination subtraction. I am also not able to use multi field tool as I cannot subtract A and B. is there a better way to achieve this
| A | B | C | D | | | | | A | B | AB_Check | C | D | CD_Check |
| 1 | 2 | 2 | 2 | | | | | 1 | 2 | -1 | 2 | 2 | 0 |
| 2 | 3 | 1 | 3 | | | | | 2 | 3 | -1 | 1 | 3 | -2 |
| 3 | 1 | 4 | 1 | | | | | 3 | 1 | 2 | 4 | 1 | 3 |
| 3 | 4 | 5 | 4 | | | | | 3 | 4 | -1 | 5 | 4 | 1 |