Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help getting my formula to return the time in standard time (not
military time) In cell B5 I have =NOW() formula, formated to return data like "August 18, 2006" and in cell B6 I have a formula to get the time from B6 and round it up to the nearest 1/2hr. The formula I have in B6 is =CONCATENATE(TEXT(B5,"dddddd")," ",TEXT(ROUND(B5*48,0)/48,"H:MM")," ",TEXT(B5,"AM/PM")) and is formated to retur data like "Friday 9:30 AM" But the only problem is that after 12:00pm it's returning military time, so my other formulas wont work, cause I'm using a Vlookup that's looking up a Day and time in standard time, i.e. "Friday 1:30 PM" rather than "Friday 13:30 PM" If anyone can help me it would be greatly appreciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Standard Time to Military Time in Excel | Excel Discussion (Misc queries) | |||
Converting standard time to military time | Excel Worksheet Functions | |||
Is there an XLS function to convert std time to Military time? | Excel Worksheet Functions | |||
formula for converting military time to standard time, etc | Excel Discussion (Misc queries) | |||
Show timesheet time in and out in regular time versus military tim | Excel Worksheet Functions |