I hope to find someone to help me complete one of the projects, and the idea is as follows
Suppose you have a cell and it contains the number 10. Of course, let us assume that this value is constantly changing every minute.
Let's assume that the changes that occurred during the minute were as follows..
10 then became 13, then 9, then 16, then 7
Here we want to calculate the current value from the previous value with each change that occurred, and the result will be as follows
Of course, positive values occur when the current value is higher than the previous value, and the opposite of that are negative values
The first change was from 10 to 13................. So the difference is 3 points positive
The second change was from 13 to 9, so the difference is 4 points in the negative
The third change is from 9 to 16 ................. So the difference is 7 points positively
The fourth change is from 16 to 7 ................... so the difference is 9 points in the negative
So, the total sum of the positive value is 10
The grand total of the negative value is 13
Of course, every change that occurs, whether positive or negative, is added to the total positive of positive values or negative of negative values.
If there is anything incomprehensible, I can explain it again
Suppose you have a cell and it contains the number 10. Of course, let us assume that this value is constantly changing every minute.
Let's assume that the changes that occurred during the minute were as follows..
10 then became 13, then 9, then 16, then 7
Here we want to calculate the current value from the previous value with each change that occurred, and the result will be as follows
Of course, positive values occur when the current value is higher than the previous value, and the opposite of that are negative values
The first change was from 10 to 13................. So the difference is 3 points positive
The second change was from 13 to 9, so the difference is 4 points in the negative
The third change is from 9 to 16 ................. So the difference is 7 points positively
The fourth change is from 16 to 7 ................... so the difference is 9 points in the negative
So, the total sum of the positive value is 10
The grand total of the negative value is 13
Of course, every change that occurs, whether positive or negative, is added to the total positive of positive values or negative of negative values.
If there is anything incomprehensible, I can explain it again