ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Inserting time inside cell (https://www.excelbanter.com/new-users-excel/133259-inserting-time-inside-cell.html)

Sachi Noma

Inserting time inside cell
 
I use Office 2003 Excel Win XP

Can someone tell me how to insert time: hours, minutes and seconds inside a
cell?

sn


FSt1

Inserting time inside cell
 
hi,
hh:mm:ss or 12:12:12
also see Formatcellsnumber tab. scroll down left to custom. scroll down
right to see other formats.
regards
FSt1

"Sachi Noma" wrote:

I use Office 2003 Excel Win XP

Can someone tell me how to insert time: hours, minutes and seconds inside a
cell?

sn



MartinW

Inserting time inside cell
 
Hi Sachi,

Not sure if this is what you are looking for but if you
hit ctrl+; in a cell it will put the current date in that cell,
if you hit ctrl+shift+: it will put the current time in that cell.

HTH
Martin



Sachi Noma

Inserting time inside cell
 
Hello Everyone

Thank you kindly for the tips.

I am able to insert time (hours and mintues) however I also want to insert
the seconds as well, which I cannot seem to do.

sn

"MartinW" wrote in message
...
Hi Sachi,

Not sure if this is what you are looking for but if you
hit ctrl+; in a cell it will put the current date in that cell,
if you hit ctrl+shift+: it will put the current time in that cell.

HTH
Martin




Gord Dibben

Inserting time inside cell
 
The CTRL + SHIFT + ; will not enter the seconds in the cell as you have found.

For that I use a small macro.

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

You can have this on a button or shortcut key combo.


Gord

On Mon, 5 Mar 2007 09:17:08 +0900, "Sachi Noma" wrote:

Hello Everyone

Thank you kindly for the tips.

I am able to insert time (hours and mintues) however I also want to insert
the seconds as well, which I cannot seem to do.

sn

"MartinW" wrote in message
...
Hi Sachi,

Not sure if this is what you are looking for but if you
hit ctrl+; in a cell it will put the current date in that cell,
if you hit ctrl+shift+: it will put the current time in that cell.

HTH
Martin




Sachi Noma

Inserting time inside cell
 
Hello Gord

Thank you.

I assume without a customized macro, Excel does not have a method to insert
"seconds".

sn from Japan

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
The CTRL + SHIFT + ; will not enter the seconds in the cell as you have
found.

For that I use a small macro.

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

You can have this on a button or shortcut key combo.


Gord

On Mon, 5 Mar 2007 09:17:08 +0900, "Sachi Noma"
wrote:

Hello Everyone

Thank you kindly for the tips.

I am able to insert time (hours and mintues) however I also want to insert
the seconds as well, which I cannot seem to do.

sn

"MartinW" wrote in message
...
Hi Sachi,

Not sure if this is what you are looking for but if you
hit ctrl+; in a cell it will put the current date in that cell,
if you hit ctrl+shift+: it will put the current time in that cell.

HTH
Martin





Gord Dibben

Inserting time inside cell
 
Nothing that I know of.

Gord

On Mon, 5 Mar 2007 17:25:18 +0900, "Sachi Noma" wrote:

Hello Gord

Thank you.

I assume without a customized macro, Excel does not have a method to insert
"seconds".

sn from Japan

"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
The CTRL + SHIFT + ; will not enter the seconds in the cell as you have
found.

For that I use a small macro.

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

You can have this on a button or shortcut key combo.


Gord

On Mon, 5 Mar 2007 09:17:08 +0900, "Sachi Noma"
wrote:

Hello Everyone

Thank you kindly for the tips.

I am able to insert time (hours and mintues) however I also want to insert
the seconds as well, which I cannot seem to do.

sn

"MartinW" wrote in message
...
Hi Sachi,

Not sure if this is what you are looking for but if you
hit ctrl+; in a cell it will put the current date in that cell,
if you hit ctrl+shift+: it will put the current time in that cell.

HTH
Martin






All times are GMT +1. The time now is 12:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com