Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use =TODAY() for the current date. Or =NOW() for current date and
time. Note that these formulas will update whenever the worksheet is recalculated. HTH Elkar "Taryn" wrote: Hi, Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() range("a1")=date activecell=date -- Don Guillett Microsoft MVP Excel SalesAid Software "Taryn" wrote in message ... Hi, Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Taryn
For a Volatile date, will change everyday type =Today() or =NOW() will give you date and time but can be formatted just has date. To have a static date, will not change everyday, you to press Ctrl key and : for time press Ctrl Shift and same botton. You could have a macro that will do that also. HTH John "Taryn" wrote in message ... Hi, Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Taryn
Tap Control and Semi colon for date Tap Shift and control and Semi colon for time Mike Rogers "Taryn" wrote: Hi, Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much! This helped!
-- TBJohnson "Elkar" wrote: You could use =TODAY() for the current date. Or =NOW() for current date and time. Note that these formulas will update whenever the worksheet is recalculated. HTH Elkar "Taryn" wrote: Hi, Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. I did try what you suggested, but I needed this to happen
automatically. So using what John,Don &Elkar suggested above was what I was looking for. Thank for posting a reply to my question Mike! -- TBJohnson "Mike Rogers" wrote: Taryn Tap Control and Semi colon for date Tap Shift and control and Semi colon for time Mike Rogers "Taryn" wrote: Hi, Is there a function to automatically enter the current, real-time date in a cell? I'm looking for a function similar to what is used in the header and footer section of a workbook that allows the footer to be customized and to insert on a page the date. The function,if this is the correct term to use, shows up as &[Date] in the footer or header. Is there something that I can set-up maybe a macro, in a designated column to automatically be displayed in a cell? -- Thanks TBJohnson |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just don't forget that TODAY() and NOW() will update tomorrow.
Gord Dibben MS Excel MVP On Fri, 30 Jan 2009 14:27:01 -0800, Taryn wrote: Thanks. I did try what you suggested, but I needed this to happen automatically. So using what John,Don &Elkar suggested above was what I was looking for. Thank for posting a reply to my question Mike! |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There is actually two inbuilt function in excel to return current date
TODAY() = it returns current date NOW()=it returns current date and time Hope this works for you Have a nice time Chris ------ Convert your Excel spreadsheet into an online calculator. http://www.spreadsheetconverter.com -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200901/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can trendline equations be automatically entered into cells? | Excel Worksheet Functions | |||
integers entered automatically divide by 10 | New Users to Excel | |||
automatically highlight cells with expired dates?! | Excel Discussion (Misc queries) | |||
FILL DATES IN VARIOUS CELLS BASED ON A DATE ENTERED IN A SINGLE C. | Excel Discussion (Misc queries) | |||
How do I automatically shade cells depending on data entered? | Excel Worksheet Functions |