Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if i have the time displayed as follows 13:00 PM and want it to be converted
to 1:00 PM, how would i do this? Thank you!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the cell contains a VALUE rather than text, just change the cell format to
[$-409]h:mm AM/PM;@ "chartasap" wrote: if i have the time displayed as follows 13:00 PM and want it to be converted to 1:00 PM, how would i do this? Thank you!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TIMEVALUE(LEFT(A1,FIND(" ",A1)-1))
and formt the cell as h:mm AM/PM -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "chartasap" wrote in message ... if i have the time displayed as follows 13:00 PM and want it to be converted to 1:00 PM, how would i do this? Thank you!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Times | Excel Discussion (Misc queries) | |||
time differences in a column | Excel Worksheet Functions | |||
Accumulate weekly time to total time in Excel. | Excel Discussion (Misc queries) | |||
Time Sheet Calculation Help Needed! | Excel Worksheet Functions | |||
time formatting and time categorizing (vlookup or data validation) | Excel Worksheet Functions |