Forum Discussion
wing hei lai
Nov 28, 2017Copper Contributor
Formating hours and minutes into 24 hour
HI, I am trying to format hours : 7:00PM with the formula =TEXT(A5,"[hh]:mm"), which will display the hour into : 19:00 (24 hour format). However, I have the 'minute' part of the data in another c...
Detlef_Lewin
Nov 28, 2017Silver Contributor
Wing hei la,
try this:
=TEXT(A5+B5/60/24,"[hh]:mm")