Forum Discussion
Anonymous
3 years agoNot applicable
Creating Tables
Hello, I'm currently working on a project where I have to create/modify a table that I have to put down values where I have to substract using 2 values located in the same column. However I'm current...
Anonymous
3 years agoNot applicable
The result will be
| Column 1 | Column 2 | |
| Difference Between 1 and 5 | 1 | -5 |
| Difference Between 2 and 6 | 0 | -4 |
| Difference Between 3 and 7 | 0 | 2 |
| Difference Between 4 and 8 | -7 | 3 |
Anonymous
3 years agoNot applicable
Values for column 1 are 1,0,0,-7