Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to make an excel spread sheet with columns that, when
clicking in a cell, will automatically fill in the current date, and in a different column do the same with the current time? I've looked under Format Cells, Auto Format, and Conditional Format, and can't find anything of the sort, but I thought I heard somewhere that this is possible. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Alice
You can enter the date in a cell by hitting CTRL + ; Time by hitting CTRL + SHIFT + ; To have it automatically entered would require event code that would enter the date in one cell and the time in another. Gord Dibben MS Excel MVP On 30 Oct 2006 16:01:32 -0800, wrote: Is there a way to make an excel spread sheet with columns that, when clicking in a cell, will automatically fill in the current date, and in a different column do the same with the current time? I've looked under Format Cells, Auto Format, and Conditional Format, and can't find anything of the sort, but I thought I heard somewhere that this is possible. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it difficult to deal with using "event code"?
Gord Dibben wrote: Alice You can enter the date in a cell by hitting CTRL + ; Time by hitting CTRL + SHIFT + ; To have it automatically entered would require event code that would enter the date in one cell and the time in another. Gord Dibben MS Excel MVP On 30 Oct 2006 16:01:32 -0800, wrote: Is there a way to make an excel spread sheet with columns that, when clicking in a cell, will automatically fill in the current date, and in a different column do the same with the current time? I've looked under Format Cells, Auto Format, and Conditional Format, and can't find anything of the sort, but I thought I heard somewhere that this is possible. |
#6
![]() |
|||
|
|||
![]()
Can this be done WITHOUT using a Macro?
I need this to be done on a shared drive, and cannot get it to save a Macro embeded file. =[ Please help Quote:
|
#7
![]() |
|||
|
|||
![]()
Alternatively, you can use the following formulas to automatically fill in the current date and time: 1. For the current date, enter the formula Code:
=TODAY() 2. For the current time, enter the formula Code:
=NOW() You can also format the cells to display the date and time in a specific format. To do this, right-click on the cell and select "Format Cells". In the "Number" tab, select "Date" or "Time" and choose the desired format from the list.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click a cell and update to current time / date ? | Excel Discussion (Misc queries) | |||
Should be easy...Auto Date Fill | Excel Discussion (Misc queries) | |||
Determining current Time Zone In Excel | Excel Discussion (Misc queries) | |||
Make date change in excel to current date when opening daily? | Excel Discussion (Misc queries) | |||
How to calculate Date & Time differences | Excel Worksheet Functions |