Forum Discussion
WayneS1947
Mar 17, 2023Copper Contributor
Average Elapsed Time
Excel 2013. All cells in this spreadsheet are formatted as Time. Column I is the End Time. Column E is the Start Time. Column F includes minutes to deduct from the Elapsed time. Column H inc...
- Mar 18, 2023
You may simplify a bit using formulae as
Average returns correct results, please open attached. Perhaps you may share sample file?
HansVogelaar
Mar 18, 2023MVP
=AVERAGE(J16:J18)
Adjust the range J16:J18; it does not matter if it includes empty cells.
- WayneS1947Mar 18, 2023Copper ContributorThanks Hans.
=AVERAGE(J16:J18) produces 13:45 on my computer.
The average of the hours is 5:45.- SergeiBaklanMar 18, 2023Diamond Contributor
You may simplify a bit using formulae as
Average returns correct results, please open attached. Perhaps you may share sample file?
- WayneS1947Mar 18, 2023Copper ContributorThanks so much Sergei. Someone at the Excel Help Forum gave me a similar answer. Your solution is very good. I have not seen the MOD function used with the "-1". How does that work?