#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jennifer
 
Posts: n/a
Default Auto fill dates

I have a time sheet with a 'date' column for entry from a1 - a7. Once the
first date in a1 is entered (mm-dd-yy) is there a way to have the remaining
cells auto fill the sequence of dates?
--
Thanks!
-Jennifer
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar
 
Posts: n/a
Default Auto fill dates

Just add 1 to the previous date. So, in cell A2, enter: =A1+1

Or, if you want cells A2-A7 to remain blank until a date is entered in A1,
then use this formula:

=IF(ISBLANK(A1),"",A1+1)

HTH,
Elkar


"Jennifer" wrote:

I have a time sheet with a 'date' column for entry from a1 - a7. Once the
first date in a1 is entered (mm-dd-yy) is there a way to have the remaining
cells auto fill the sequence of dates?
--
Thanks!
-Jennifer

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
Auto fill for data from another worksheet Frustrated Accountant Excel Discussion (Misc queries) 3 April 1st 06 09:24 PM
Auto fill dates Jennifer Excel Worksheet Functions 0 March 24th 06 07:32 PM
Auto Fill with some references locked [email protected] Excel Discussion (Misc queries) 3 February 28th 06 05:50 PM
auto posting dates maintchief New Users to Excel 1 October 28th 05 01:20 AM
Auto fill color change Dave Excel Discussion (Misc queries) 4 June 15th 05 05:45 PM


All times are GMT +1. The time now is 08:07 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"