Does anyone know how to calculate a number based on persistent time?
Example:
cell value 1[1200] / cell value 2[3] = cell value 3[400] cell value 4[result]
every hour [1200] will decrease by [3] for [400] hours
after one hour it would look like this
[1197] / [3] = [399]
after 2 hours
[1194] / [3] = [398]
I want to be able to increase cell value 1 at any time, thus increasing the value of cell value 3. Whenever cell value 3 changes by 1 and only by 1 I want [result] to increase by a number i choose. I want the file to do calculations automatically every hour on it's own. The only input will be cell value 1 and it will only ever be increased.



Reply With Quote




Bookmarks