I have this table and what I want to do is add the value in each cell to the one below the respective cell. example: Column 1, Row 1 should be Column 1 Row 0 + Column 1, Row 1 which is 5 + 9 and so on and so for, for the rest of the cells
Alternatively, a one-node solution would be the Moving Aggregation node with cumulative computation with the aggregation method on Sum. In any case, you need to feed the values as integers instead of string like you currently have in your example.