Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VegasBurger
 
Posts: n/a
Default Question about having the date autofill for schedule sheets

I am currently trying to have the date auto fill for 6 days of the week on a
spreadsheet with 5 sheets on it. Our work week is Mon - Sat and I was
wondering if there is a formula that I can use that when I entered the date
for Monday July 31st it would auto fill in the correct date for the rest of
the sheets.

Thank you ahead of time!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar
 
Posts: n/a
Default Question about having the date autofill for schedule sheets

Let's assume your entered date of July 31 is in cell A1 of Sheet1. In cell
B1, you could enter:

=DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)

Copy this formula across to cell F1. You've now got your first 6 days
displayed across the top of Sheet1.

Now, in cell A1 of Sheet2 enter:

=DATE(YEAR('Sheet1'!A1),MONTH('Sheet1'!A1),DAY('Sh eet1'!A1)+7)

Copy this formula across to cell F1. You've not got your second week of 6
days displayed across the top of Sheet2.

Repeat this for your other sheets. You could also copy the formula down
rows instead of across columns if preferred.

HTH,
Elkar



"VegasBurger" wrote:

I am currently trying to have the date auto fill for 6 days of the week on a
spreadsheet with 5 sheets on it. Our work week is Mon - Sat and I was
wondering if there is a formula that I can use that when I entered the date
for Monday July 31st it would auto fill in the correct date for the rest of
the sheets.

Thank you ahead of time!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VegasBurger
 
Posts: n/a
Default Question about having the date autofill for schedule sheets

The formula for sheet 2 is giving me an error and is asking me to update the
excel file and when I select it, it adds [WEEK1] to the forumla

"Elkar" wrote:

Let's assume your entered date of July 31 is in cell A1 of Sheet1. In cell
B1, you could enter:

=DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)

Copy this formula across to cell F1. You've now got your first 6 days
displayed across the top of Sheet1.

Now, in cell A1 of Sheet2 enter:

=DATE(YEAR('Sheet1'!A1),MONTH('Sheet1'!A1),DAY('Sh eet1'!A1)+7)

Copy this formula across to cell F1. You've not got your second week of 6
days displayed across the top of Sheet2.

Repeat this for your other sheets. You could also copy the formula down
rows instead of across columns if preferred.

HTH,
Elkar



"VegasBurger" wrote:

I am currently trying to have the date auto fill for 6 days of the week on a
spreadsheet with 5 sheets on it. Our work week is Mon - Sat and I was
wondering if there is a formula that I can use that when I entered the date
for Monday July 31st it would auto fill in the correct date for the rest of
the sheets.

Thank you ahead of time!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VegasBurger
 
Posts: n/a
Default Question about having the date autofill for schedule sheets

Sorry I am using Week 1 for the sheet names not Sheet 1 which I did change in
the formulas

"VegasBurger" wrote:

The formula for sheet 2 is giving me an error and is asking me to update the
excel file and when I select it, it adds [WEEK1] to the forumla

"Elkar" wrote:

Let's assume your entered date of July 31 is in cell A1 of Sheet1. In cell
B1, you could enter:

=DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)

Copy this formula across to cell F1. You've now got your first 6 days
displayed across the top of Sheet1.

Now, in cell A1 of Sheet2 enter:

=DATE(YEAR('Sheet1'!A1),MONTH('Sheet1'!A1),DAY('Sh eet1'!A1)+7)

Copy this formula across to cell F1. You've not got your second week of 6
days displayed across the top of Sheet2.

Repeat this for your other sheets. You could also copy the formula down
rows instead of across columns if preferred.

HTH,
Elkar



"VegasBurger" wrote:

I am currently trying to have the date auto fill for 6 days of the week on a
spreadsheet with 5 sheets on it. Our work week is Mon - Sat and I was
wondering if there is a formula that I can use that when I entered the date
for Monday July 31st it would auto fill in the correct date for the rest of
the sheets.

Thank you ahead of time!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar
 
Posts: n/a
Default Question about having the date autofill for schedule sheets

I only used Sheet1 and Sheet2 as example names. If the names of your sheets
are different, then use your names. So, if your first sheet is called WEEK1
then use this:

=DATE(YEAR('WEEK1'!A1),MONTH('WEEK1'!A1),DAY('WEEK 1'!A1)+7)

HTH,
Elkar


"VegasBurger" wrote:

The formula for sheet 2 is giving me an error and is asking me to update the
excel file and when I select it, it adds [WEEK1] to the forumla

"Elkar" wrote:

Let's assume your entered date of July 31 is in cell A1 of Sheet1. In cell
B1, you could enter:

=DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)

Copy this formula across to cell F1. You've now got your first 6 days
displayed across the top of Sheet1.

Now, in cell A1 of Sheet2 enter:

=DATE(YEAR('Sheet1'!A1),MONTH('Sheet1'!A1),DAY('Sh eet1'!A1)+7)

Copy this formula across to cell F1. You've not got your second week of 6
days displayed across the top of Sheet2.

Repeat this for your other sheets. You could also copy the formula down
rows instead of across columns if preferred.

HTH,
Elkar



"VegasBurger" wrote:

I am currently trying to have the date auto fill for 6 days of the week on a
spreadsheet with 5 sheets on it. Our work week is Mon - Sat and I was
wondering if there is a formula that I can use that when I entered the date
for Monday July 31st it would auto fill in the correct date for the rest of
the sheets.

Thank you ahead of time!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VegasBurger
 
Posts: n/a
Default Question about having the date autofill for schedule sheets

Finally the sanity has ended! Thank you so much!!!

"Elkar" wrote:

I only used Sheet1 and Sheet2 as example names. If the names of your sheets
are different, then use your names. So, if your first sheet is called WEEK1
then use this:

=DATE(YEAR('WEEK1'!A1),MONTH('WEEK1'!A1),DAY('WEEK 1'!A1)+7)

HTH,
Elkar


"VegasBurger" wrote:

The formula for sheet 2 is giving me an error and is asking me to update the
excel file and when I select it, it adds [WEEK1] to the forumla

"Elkar" wrote:

Let's assume your entered date of July 31 is in cell A1 of Sheet1. In cell
B1, you could enter:

=DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)

Copy this formula across to cell F1. You've now got your first 6 days
displayed across the top of Sheet1.

Now, in cell A1 of Sheet2 enter:

=DATE(YEAR('Sheet1'!A1),MONTH('Sheet1'!A1),DAY('Sh eet1'!A1)+7)

Copy this formula across to cell F1. You've not got your second week of 6
days displayed across the top of Sheet2.

Repeat this for your other sheets. You could also copy the formula down
rows instead of across columns if preferred.

HTH,
Elkar



"VegasBurger" wrote:

I am currently trying to have the date auto fill for 6 days of the week on a
spreadsheet with 5 sheets on it. Our work week is Mon - Sat and I was
wondering if there is a formula that I can use that when I entered the date
for Monday July 31st it would auto fill in the correct date for the rest of
the sheets.

Thank you ahead of time!

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
Date Question metaltecks Excel Discussion (Misc queries) 5 June 13th 06 02:55 PM
How to return a value between date ranges Mary-Lou Excel Worksheet Functions 7 May 26th 06 10:00 PM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM
Cell / Date Formatting Question when result = -0- seve Excel Discussion (Misc queries) 3 January 17th 05 02:29 AM
Another date function question mendozalaura Excel Worksheet Functions 1 November 5th 04 04:26 PM


All times are GMT +1. The time now is 03:11 AM.

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

About Us

"It's about Microsoft Excel"