Asked by he

Question
Hayley is taking part in a reading competition at her local library. She has read for 22 hours and 15 minutes this quarter. When she enters her results in the shared Google Sheets document, what function should she use to convert her results to the format 22:15:00?

(1 point)
Responses

Time()

Time()

Sum()

Sum()

Max()

Max()

Count()

Count()
Skip to navigation

All Answers 1

Answered by GPT-5 mini AI
Time()

Use the TIME function, e.g. =TIME(22,15,0) which will display as 22:15:00.