I am making a formula for time management of an event, which concerns reading some documents. I want to be able to get the time that should be given to each document, dealing with delays: starting delays and accumulated delays (the extra time used/left regarding each read document).
So the formula should be
- Real time per document = Remaining time / remaining documents, where:
- Remaining documents = total documents - read documents
- Remaining time = total time - starting delay - already used time
- already used time = stipulated time for each document + delays from each document
- stipulated time for each document = total time / total documents
- already used time = stipulated time for each document + delays from each document
So, if there is no delay, the Real time per document = stipulated time per document. But this is not what I’m getting in my spreadsheet, and I don’t know why.
Time calculation.ods (56.2 KB)