I’m trying to prepare a sheet to count fees based on cycles (specific hours) to know how many time I got to do some kind of action.
For example, I got a virtual pet which has maximum 1 500 000 support points. Every cycle (every 5 h) it consumes, for exampe, 44 000 points. When points will end and nobody will feed it again - in next cycle after last cycle pet will die.
I’m trying to prepare sheet which has cells with:
- full date with hour of last feeding,
- days remains to last cycle,
- full date with hour when pet will die,
- actual status of support points (which depends of dynamic actual time).
Pet consume points, for example, after this hours: 03:00:00, 08:00:00, 13:00:00, 18:00:00, 23:00:00.
I’m truly stuck and don’t know how to solve this problem. If you would help me I will be very grateful.