S SDBoca Joined Sep 11, 2012 Messages 1 Reaction score 0 Sep 11, 2012 #1 Is there a way to convert HH:MM format to HH:00? for example: 7:08 AM to 7:00 AM? Thanks, Sharon
steveandpeggyb Joined Mar 1, 2012 Messages 1 Reaction score 0 Sep 17, 2012 #2 Try this... =INT(A1*24)*(1/24) A1 would be your time and the cell with the formula would be formatted as " time" SDBoca said: Is there a way to convert HH:MM format to HH:00? for example: 7:08 AM to 7:00 AM? Thanks, Sharon Click to expand...
Try this... =INT(A1*24)*(1/24) A1 would be your time and the cell with the formula would be formatted as " time" SDBoca said: Is there a way to convert HH:MM format to HH:00? for example: 7:08 AM to 7:00 AM? Thanks, Sharon Click to expand...