Hi to all
I made a table which from users inputs calculate daily growth of skill.
Each 250 points he get reward
I made a formula which will say is 250 points reached by this:
=IF(ROUNDUP(A1/250;0)>ROUNDUP(A2/250;0);"Yes";"No")
(maybe there is simpler formula)
Now I want in column B number of days between two rewards
ex.
Daily growth is 16.5
day 1 - 16.5 skill points
day 2 - 33
.....
day 15 - 247.5
day 16 - 264 - Day of reward
next reward is at day 31 and so on
Basically I want in same row to show number of day passed since last reward till next one
so, in B17 it would be 16
B32 15 and so on..
Hope you understand and know how to help
Thanks
I made a table which from users inputs calculate daily growth of skill.
Each 250 points he get reward
I made a formula which will say is 250 points reached by this:
=IF(ROUNDUP(A1/250;0)>ROUNDUP(A2/250;0);"Yes";"No")
(maybe there is simpler formula)
Now I want in column B number of days between two rewards
ex.
Daily growth is 16.5
day 1 - 16.5 skill points
day 2 - 33
.....
day 15 - 247.5
day 16 - 264 - Day of reward
next reward is at day 31 and so on
Basically I want in same row to show number of day passed since last reward till next one
so, in B17 it would be 16
B32 15 and so on..
Hope you understand and know how to help
Thanks