Convert time to text in Excel and Google Sheets
=TEXT(A2,"hh:mm:ss AM/PM")
=TEXT(A2,"hh:mm:ss AM/PM")
=TEXT(A3,"hh:mm:ss AM/PM")
A2 = formatted as time
A3 = raw number
The result in column C will be stored as a text
💡 Detailed time format explained here
=TEXT(A3,"hh:mm:ss AM/PM")
A2 = formatted as time
A3 = raw number
The result in column C will be stored as a text
💡 Detailed time format explained here