Dear community,
is there some function that can directly calculate the largest difference from one cell to another?
E.g. I have
20
30
25
Then I would have the absolute differences (from one cell to the next) 10 and 5, so the result should be 10. It is quite easy to do if you first calculate the absolute differences in a new row, and then the maximum. But I have dozens of rows and this would be cumbersome. Is there a function to directly calculate with the contents from one cell to another for the whole row?
best regards
Markus