![]() |
How to make excel auto fill in date and current time
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. |
Answer: How to make excel auto fill in date and current time
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. |
How to make excel auto fill in date and current time
|
How to make excel auto fill in date and current time
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. |
How to make excel auto fill in date and current time
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. |
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:
|
All times are GMT +1. The time now is 12:55 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com