A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I'm sorry..I should have been more specific. I only used two times in my examples. What if I had to find the average of 50-100 times? Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to calculate average times spanning midnight without entering the date?
All the times I use are between 9 PM and 9 AM
If I entered 11 PM and 3 AM, I would want the average time to be 1 AM.
If I entered 9 PM and 3 AM, I would want the average time to be 12 AM.
Thanks.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I'm sorry..I should have been more specific. I only used two times in my examples. What if I had to find the average of 50-100 times? Thanks.
=A2+MOD(B2-A2,1)/2
Regards,
Bernd
Let's say start time is in A2 and end time in B2.
Use this formula:
=(A2+B2+(A2>B2))/2
and format the result as time.