Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Re Ofc Pro 97 --
I re-worked part of a check book for 2008. Now I realize that my dates which show up in the column, for instance, like 4/23, actually have a 2009 date (4/23/2009) instead of a 2008 date. How do I get the entire column to reflect 2008 dates? Jack |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this
Sub replaceyearindate() Columns("e").Replace "2009", "2008" End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Jack B" wrote in message ... Re Ofc Pro 97 -- I re-worked part of a check book for 2008. Now I realize that my dates which show up in the column, for instance, like 4/23, actually have a 2009 date (4/23/2009) instead of a 2008 date. How do I get the entire column to reflect 2008 dates? Jack |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Don,
Don't understand how to apply this. That is, what cell do I put that in? Jack "Don Guillett" wrote in message ... try this Sub replaceyearindate() Columns("e").Replace "2009", "2008" End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Jack B" wrote in message ... Re Ofc Pro 97 -- I re-worked part of a check book for 2008. Now I realize that my dates which show up in the column, for instance, like 4/23, actually have a 2009 date (4/23/2009) instead of a 2008 date. How do I get the entire column to reflect 2008 dates? Jack |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Another play ..
If the source dates are in B1 down, put in C1: =DATE(YEAR(B1)-1,MONTH(B1),DAY(B1)) Copy down -- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:370 Subscribers:68 xdemechanik --- "Jack B" wrote in message ... .. I realize that my dates which show up in the column, for instance, like 4/23, actually have a 2009 date (4/23/2009) instead of a 2008 date. How do I get the entire column to reflect 2008 dates? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Max
Missed your posts. Where have you been? Gord On Fri, 1 May 2009 07:24:37 +0800, "Max" wrote: Another play .. If the source dates are in B1 down, put in C1: =DATE(YEAR(B1)-1,MONTH(B1),DAY(B1)) Copy down |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Gord. Dang, its my current work. As a full-time cabbie, I've got to
keep my eyes fully focused on the roads. Hope to be able to re-participate more, once more, perhaps at a future point in time. Cheers. -- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:370 Subscribers:68 xdemechanik --- "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Max Missed your posts. Where have you been? Gord |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Max,
Okay, that worked -- thanks! Jack "Max" wrote in message ... Another play .. If the source dates are in B1 down, put in C1: =DATE(YEAR(B1)-1,MONTH(B1),DAY(B1)) Copy down -- Max Singapore http://savefile.com/projects/236895 Downloads:25,000 Files:370 Subscribers:68 xdemechanik --- "Jack B" wrote in message ... .. I realize that my dates which show up in the column, for instance, like 4/23, actually have a 2009 date (4/23/2009) instead of a 2008 date. How do I get the entire column to reflect 2008 dates? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
difference between the dates ex: 4/11/2008- 7/11/2008= 3 days | Excel Worksheet Functions | |||
How to adjust a function to reflect the new year change | Excel Worksheet Functions | |||
How to adjust a function to reflect the new year change | Excel Worksheet Functions | |||
change the calendar to reflect the current year | Excel Worksheet Functions | |||
change the calendar to reflect the current year | Excel Worksheet Functions |