Hello,
thanks for all your helpful contributions so far, I hope you can help me with this issue.
Regarding the following table, I have to substract in row 1: Name1, [1] - [2] - [3]. The problem is that the number of fields is varying, so sometimes I can have only field [1] & [2] and the other time there can be 7 fields and each field has to be substracted from the field [1].
| Name | 1 | 2 | 3 |
| Name 1 | -500 | 0 | 0 |
| Name 2 | 300 | 0 | 3 |
| Name 3 | 1200 | 5 | 0 |
| Name 4 | -120 | -230 | -450 |
It would be great if someone could help me.
Thank you!