I tried going back to find a spreadsheet I had done some time ago but I can’t remember the filename anymore. I don’t remember if I entered it formated in any special way or not. I do remember it was finicky especially when using dates and times together and I remember adding durations as not being as simple as I thought they should be always requiring me to recheck their documentation.
This is what comes back as the answer to adding a duration to a start time in Excel:
To calculate when a task finishes based on a start day and time, add the execution duration to the start time/date. In Excel, a full day equals \(1\), so hours are calculated as \(\frac{1}{24}\).Assuming your Start Day (e.g., Monday) is in A2, Start Time (e.g., 8:00 AM) in B2, and Execution Duration (in hours) in C2, use this formula:=A2 + B2 + (C2/24)Format the formula cell as dddd h:mm AM/PM to display the exact completion day and time.
So there’s that /24. I swear that was never a thing. It makes me sound like a liar but I know I was mutipling by 60 for seconds and 60 for minutes, etc. There use to be some crazy number underlying every date it had like 16 numbers or something and formatting was half the battle but it never seemed easy to conceptualize.
Anyway I did exactly as it says from above and the format of dddd h:mm AM/PM but it doesn’t work. Even if it works it’'s combining the day and the time in one cell I need to split them back out so I can use the same calc on the next line otherwise I have an oddity.