Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default How do I get the current date to autofill

Is there a way to get the current date to populate in a cell whenever there
is information typed in a row

for example row 1 contains several colums of information the first row
which would be A1 would be labled "Date" so when someone enters information
into row one in any of the colums the current date would show up in colum a
same for any of the rows

is there a formula to do this ?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default How do I get the current date to autofill

Yes, there is.

Enter this in A1
=IF(COUNTA(B1:O1),TODAY(),"")
Change O to the last column you want
and copy down...

You may have to format Col A as Date...

"digitalmuse" wrote:

Is there a way to get the current date to populate in a cell whenever there
is information typed in a row

for example row 1 contains several colums of information the first row
which would be A1 would be labled "Date" so when someone enters information
into row one in any of the colums the current date would show up in colum a
same for any of the rows

is there a formula to do this ?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default How do I get the current date to autofill

Is there a way to get this formula to work for multiple rows?

in other words would i change the variable (B1:01) to (B2:02) and increase
it incrementally for each row? or is there another way to do it?

would it be easier to use a named range and name the column that i want to
look at in order to populate the date column?

"Sheeloo" wrote:

Yes, there is.

Enter this in A1
=IF(COUNTA(B1:O1),TODAY(),"")
Change O to the last column you want
and copy down...

You may have to format Col A as Date...

"digitalmuse" wrote:

Is there a way to get the current date to populate in a cell whenever there
is information typed in a row

for example row 1 contains several colums of information the first row
which would be A1 would be labled "Date" so when someone enters information
into row one in any of the colums the current date would show up in colum a
same for any of the rows

is there a formula to do this ?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default How do I get the current date to autofill

Just copy it down (as I had mentioned).
Reference to row 1 will change to 2,3 and so on...

If you want to check a range then change B1:O1 to B1:O20 if you want to
check upto Column O and Row 20. Basically change O20 to the last cell in your
range...

"digitalmuse" wrote:

Is there a way to get this formula to work for multiple rows?

in other words would i change the variable (B1:01) to (B2:02) and increase
it incrementally for each row? or is there another way to do it?

would it be easier to use a named range and name the column that i want to
look at in order to populate the date column?

"Sheeloo" wrote:

Yes, there is.

Enter this in A1
=IF(COUNTA(B1:O1),TODAY(),"")
Change O to the last column you want
and copy down...

You may have to format Col A as Date...

"digitalmuse" wrote:

Is there a way to get the current date to populate in a cell whenever there
is information typed in a row

for example row 1 contains several colums of information the first row
which would be A1 would be labled "Date" so when someone enters information
into row one in any of the colums the current date would show up in colum a
same for any of the rows

is there a formula to do this ?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I get the current date to autofill

If you want the date to remain static..........not change when you open the
workbook tomorow, you will have to use CTRL + ; to enter a static date or
use VBA event code to timestamp column A when data is entered in the row.

See John McGimpsey's site for code.

http://www.mcgimpsey.com/excel/timestamp.html


Gord Dibben MS Excel MVP

On Tue, 21 Oct 2008 07:44:00 -0700, digitalmuse
wrote:

Is there a way to get the current date to populate in a cell whenever there
is information typed in a row

for example row 1 contains several colums of information the first row
which would be A1 would be labled "Date" so when someone enters information
into row one in any of the colums the current date would show up in colum a
same for any of the rows

is there a formula to do this ?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Figuring Vacation Hrs. Earned using Current Date minus Hire Date Sharon Excel Worksheet Functions 6 May 3rd 07 10:32 PM
Make date change in excel to current date when opening daily? jamie Excel Discussion (Misc queries) 3 March 1st 06 03:37 PM
Can I automatically enter the current date or current time into a Ben New Users to Excel 7 October 19th 05 03:38 PM
Autofill date based on date in another cell karstens Excel Worksheet Functions 1 June 1st 05 12:55 AM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Excel Worksheet Functions 2 February 10th 05 07:18 PM


All times are GMT +1. The time now is 02:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"