spreadsheet - Is it possible to insert date automatically in one cell in MS excel 2007 -


i have 1 excel document 2 columns. add text in 1 column on daily basis , want on second column current date , time automatically gets added.

that field can hidden , can when wanted want date time when added in row

is possible

try today() or now() function? return today's date. warned tomorrow if open spreadsheet cell show tomorrow's date. need have macro copy , paste values date cell.

i think other thing do, use keyboard shortcuts ctrl + ; or ctrl + : insert current date , time in active cell. since places value, don’t need worry if date or time changes. manual, , may or may not after.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -