#1   Report Post  
brianwakin
 
Posts: n/a
Default Time Formatting

Is there any way to format time to AM/PM without displaying AM/PM? Thanks.
--
Brian
  #2   Report Post  
Ray A
 
Posts: n/a
Default

Try the 24 hour clock
Formatcellstime13:30

"brianwakin" wrote:

Is there any way to format time to AM/PM without displaying AM/PM? Thanks.
--
Brian

  #3   Report Post  
brianwakin
 
Posts: n/a
Default

The time needs to be displayed in a 12 hour clock format without the "AM or
PM" actually being displayed. Is there any way to do this? Thanks again.
--
Brian


"Ray A" wrote:

Try the 24 hour clock
Formatcellstime13:30

"brianwakin" wrote:

Is there any way to format time to AM/PM without displaying AM/PM? Thanks.
--
Brian

  #4   Report Post  
Ray A
 
Posts: n/a
Default

FormatCellsCustomhh:mm:ss

"brianwakin" wrote:

The time needs to be displayed in a 12 hour clock format without the "AM or
PM" actually being displayed. Is there any way to do this? Thanks again.
--
Brian


"Ray A" wrote:

Try the 24 hour clock
Formatcellstime13:30

"brianwakin" wrote:

Is there any way to format time to AM/PM without displaying AM/PM? Thanks.
--
Brian

  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 13 Sep 2005 14:32:57 -0700, "brianwakin"
wrote:

Is there any way to format time to AM/PM without displaying AM/PM? Thanks.


Not if it is to remain a time that Excel will recognize as such.

In other words, there is no way to display 4:00 as 4PM and have Excel recognize
it as being 4PM.

But you could display it in a different cell.

For example:

=TEXT(MOD(A1,TIME(12,,)),"h:mm")


--ron


  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

Another way if you show two digits for both hours and minutes:

=LEFT(TEXT(A1,"HH:MM AM/PM"),5)

If you only show one digit, you have to be more careful and can't just use the
first 5 characters.


brianwakin wrote:

Is there any way to format time to AM/PM without displaying AM/PM? Thanks.
--
Brian


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My Quest with Time!! Philip Excel Worksheet Functions 4 August 24th 05 01:09 PM
Formatting Time with Hundredths of Seconds quebro5 Excel Worksheet Functions 1 May 5th 05 03:16 AM
unmet challenge boris Excel Worksheet Functions 2 March 16th 05 02:13 PM
Time formatting Fred Holmes Excel Discussion (Misc queries) 1 March 16th 05 01:29 PM
Time & Date Formatting Goodvibes Excel Worksheet Functions 3 December 29th 04 06:13 PM


All times are GMT +1. The time now is 04:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"