Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
joe
 
Posts: n/a
Default Insert times including seconds?

How can I include "seconds" when inserting times? I'm using Excel 2000.

thanks.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Insert times including seconds?

Enter something like 12:23:24

--

HTH

RP
(remove nothere from the email address if mailing direct)


"joe" wrote in message
...
How can I include "seconds" when inserting times? I'm using Excel 2000.

thanks.




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Insert times including seconds?

First format the cell as time 13:30:55. Then you can enter time in the same
format.
--
Gary''s Student


"joe" wrote:

How can I include "seconds" when inserting times? I'm using Excel 2000.

thanks.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default Insert times including seconds?

joe

How are you inserting the time?

SHIFT + CTRL + ; will always insert just the hour and minute and 00 seconds.

To have hour, minute and seconds you need a macro.

Sub NOWTIME()
ActiveCell.Value = Format(Now(), "h:mm:ss AM/PM")
End Sub


Gord Dibben MS Excel MVP

On Wed, 11 Jan 2006 14:56:02 -0800, joe wrote:

How can I include "seconds" when inserting times? I'm using Excel 2000.

thanks.



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
How do you add five seconds to a series of times? Redhead Excel Discussion (Misc queries) 1 August 3rd 05 01:51 PM
How do I automaticly insert the time with seconds AussieAVguy Excel Discussion (Misc queries) 2 June 14th 05 05:12 PM
static time including seconds Kaedo Excel Worksheet Functions 1 February 9th 05 06:38 PM
How do I enter minutes and seconds (lap times)? SeanP Excel Discussion (Misc queries) 1 January 18th 05 10:54 PM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM


All times are GMT +1. The time now is 02:32 AM.

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

About Us

"It's about Microsoft Excel"