Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When I type a time such as 5:30 PM or 17:30 in a cell, I want it to
display ambiguously as 5:30 without AM or PM. When I copy and paste the cell elsewhere, I want Excel to know it's PM. Excel doesn't seem to accommodate this simple alternate format. The custom formatting I've tried seems to limit me to either a 24-hour clock or AM/PM, as if someone thought that an ambiguous format would have no possible use. (I could easily use colors or bold typeface instead of showing AM/PM, for instance.) Is there in fact some way to do this? Dan Williams danwPlanet |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I know the workarounds, but I mostly want to confirm that the answer is
no first. Dan Dave Peterson wrote: Maybe you can use a helper cell (and hide the original cell???) =LEFT(TEXT(A1,"hh:mm AM/PM"),5) Then use format|conditional formatting to determine the boldness--but look at that original cell: Format|conditional formatting formula is: =(A1=0.5) This cell is just text, so you won't want to use it other calculations--especially since you're losing any PM's. wrote: When I type a time such as 5:30 PM or 17:30 in a cell, I want it to display ambiguously as 5:30 without AM or PM. When I copy and paste the cell elsewhere, I want Excel to know it's PM. Excel doesn't seem to accommodate this simple alternate format. The custom formatting I've tried seems to limit me to either a 24-hour clock or AM/PM, as if someone thought that an ambiguous format would have no possible use. (I could easily use colors or bold typeface instead of showing AM/PM, for instance.) Is there in fact some way to do this? Dan Williams danwPlanet -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've never been able to do what you want.
Dan Williams wrote: I know the workarounds, but I mostly want to confirm that the answer is no first. Dan Dave Peterson wrote: Maybe you can use a helper cell (and hide the original cell???) =LEFT(TEXT(A1,"hh:mm AM/PM"),5) Then use format|conditional formatting to determine the boldness--but look at that original cell: Format|conditional formatting formula is: =(A1=0.5) This cell is just text, so you won't want to use it other calculations--especially since you're losing any PM's. wrote: When I type a time such as 5:30 PM or 17:30 in a cell, I want it to display ambiguously as 5:30 without AM or PM. When I copy and paste the cell elsewhere, I want Excel to know it's PM. Excel doesn't seem to accommodate this simple alternate format. The custom formatting I've tried seems to limit me to either a 24-hour clock or AM/PM, as if someone thought that an ambiguous format would have no possible use. (I could easily use colors or bold typeface instead of showing AM/PM, for instance.) Is there in fact some way to do this? Dan Williams danwPlanet -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
time entry with am/pm and no colons | Excel Discussion (Misc queries) | |||
Convert data into standard military time format | Excel Discussion (Misc queries) | |||
Excel should format time down to the hundredth/sec. | Excel Discussion (Misc queries) | |||
entering numbers to display a time format | Excel Discussion (Misc queries) | |||
Time Format Auto Entry AM and PM | Excel Discussion (Misc queries) |