Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to do a sheet for each month with the month in words on each sheet and
the date in figures. Starting with January 2008 I have copied the sheet for each subsequent month using the edit menu then have to manually change the date each time. ( I have to do this around 200 times!) Is there a way to get each copy to automatically change to the next month when it is copied? For instance with a formula? The date in figures is always the same day and year - just the month changes each time. Version of Excel is Office 2003. -- JHC |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You should have the Month and Date in the figures set as a formula. to get
the formula in the figure you must select the figure then type the frormula in the formula bar at the top of the worksheet. the formula can contain be something lik this =A1 & "is this month" where A1 contains January "JHC" wrote: I need to do a sheet for each month with the month in words on each sheet and the date in figures. Starting with January 2008 I have copied the sheet for each subsequent month using the edit menu then have to manually change the date each time. ( I have to do this around 200 times!) Is there a way to get each copy to automatically change to the next month when it is copied? For instance with a formula? The date in figures is always the same day and year - just the month changes each time. Version of Excel is Office 2003. -- JHC |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks - I have the date as a field and want to advance it by one month on
each subsequent sheet - is that possible? -- JHC "JHC" wrote: I need to do a sheet for each month with the month in words on each sheet and the date in figures. Starting with January 2008 I have copied the sheet for each subsequent month using the edit menu then have to manually change the date each time. ( I have to do this around 200 times!) Is there a way to get each copy to automatically change to the next month when it is copied? For instance with a formula? The date in figures is always the same day and year - just the month changes each time. Version of Excel is Office 2003. -- JHC |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Something like this should work
On sheet 2 =DATE(2008,MONTH(Sheet1!A1)+1,1) "JHC" wrote: Thanks - I have the date as a field and want to advance it by one month on each subsequent sheet - is that possible? -- JHC "JHC" wrote: I need to do a sheet for each month with the month in words on each sheet and the date in figures. Starting with January 2008 I have copied the sheet for each subsequent month using the edit menu then have to manually change the date each time. ( I have to do this around 200 times!) Is there a way to get each copy to automatically change to the next month when it is copied? For instance with a formula? The date in figures is always the same day and year - just the month changes each time. Version of Excel is Office 2003. -- JHC |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What does Excel do when copying sheets containing a lot of Charts? | Charts and Charting in Excel | |||
Copying Excel formulas between sheets | Excel Worksheet Functions | |||
copying sheets | Excel Discussion (Misc queries) | |||
Excel 2000 problem copying drawingobjects between sheets | Excel Discussion (Misc queries) | |||
Excel workbook copying between sheets | Excel Discussion (Misc queries) |