
Hi @Carrie Ward,
Good day to you! Welcome to Microsoft Q&A.
Regarding to your description, here's how to do it step-by-step:
- Ensure Time Format
- Make sure all cells in column A are formatted as Time (e.g., hh:mm or hh:mm:ss).
- To check or change the format: Right-click the cell → Format Cells → Time → Select appropriate format.
- Convert Time to Seconds (Optional for Intermediate Calculation)
- In column B, use the following formula to convert time to seconds: =A1*86400
- Drag this formula down for all rows (e.g., B1:B12).
- Calculate Average Time
- If you want the average time directly in time format: =TEXT(AVERAGE(A1:A12), "hh:mm:ss")
- This will return the average in a readable time format.
- Alternative: Average in Seconds
- If you prefer to see the average in total seconds: =AVERAGE(A1:A12)*86400
- Display in a Single Cell
- You can place the formula from step 3 or 4 in any cell (e.g., A13) to show the result at the bottom of your column.
This is the final result applying the above steps:
If you have any further questions and concerns, please don’t hesitate to ask. Looking forward to your response.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.