PC Review


Reply
Thread Tools Rate Thread

Update 2009 dates to 2010 dates

 
 
EllenM
Guest
Posts: n/a
 
      21st Oct 2009
Hello,
I have a 2009 time card that needs updating to 2010. I have dates in week
ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
1/3/2010 to 1/9/2010. Is there an easy way to do this?

Thanks in advance,
Ellen
 
Reply With Quote
 
 
 
 
Megan
Guest
Posts: n/a
 
      21st Oct 2009
Do you just need to change the year? Or do you also need to change January
4th to January 3rd?

For the year, you can do a find and replace. Find 2009 and Replace with 2010.
--
If this has helped you, please click Yes

Thanks,
Megan


"EllenM" wrote:

> Hello,
> I have a 2009 time card that needs updating to 2010. I have dates in week
> ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
> 1/3/2010 to 1/9/2010. Is there an easy way to do this?
>
> Thanks in advance,
> Ellen

 
Reply With Quote
 
 
 
 
EllenM
Guest
Posts: n/a
 
      21st Oct 2009
Actually, I need something like this to happen:
1/4/2009 becomes 1/3/2010
1/5/2009 becomes 1/4/2010
1/6/2009 becomes 1/5/2010

"Megan" wrote:

> Do you just need to change the year? Or do you also need to change January
> 4th to January 3rd?
>
> For the year, you can do a find and replace. Find 2009 and Replace with 2010.
> --
> If this has helped you, please click Yes
>
> Thanks,
> Megan
>
>
> "EllenM" wrote:
>
> > Hello,
> > I have a 2009 time card that needs updating to 2010. I have dates in week
> > ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
> > 1/3/2010 to 1/9/2010. Is there an easy way to do this?
> >
> > Thanks in advance,
> > Ellen

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      21st Oct 2009
You haven't explained which date format you are using, but I assume that you
mean you want to advance by 364 days, rather than by 11 months?

If so, you can either use formula =A2+364
or put 364 in a cell, copy, then select your range and use Edit/ Paste
Special/ Add.
--
David Biddulph


"EllenM" <(E-Mail Removed)> wrote in message
news:135932D0-28E2-4885-97AA-(E-Mail Removed)...
> Actually, I need something like this to happen:
> 1/4/2009 becomes 1/3/2010
> 1/5/2009 becomes 1/4/2010
> 1/6/2009 becomes 1/5/2010
>
> "Megan" wrote:
>
>> Do you just need to change the year? Or do you also need to change
>> January
>> 4th to January 3rd?
>>
>> For the year, you can do a find and replace. Find 2009 and Replace with
>> 2010.
>> --
>> If this has helped you, please click Yes
>>
>> Thanks,
>> Megan
>>
>>
>> "EllenM" wrote:
>>
>> > Hello,
>> > I have a 2009 time card that needs updating to 2010. I have dates in
>> > week
>> > ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
>> > 1/3/2010 to 1/9/2010. Is there an easy way to do this?
>> >
>> > Thanks in advance,
>> > Ellen



 
Reply With Quote
 
AnotherNewGuy
Guest
Posts: n/a
 
      21st Oct 2009
You are actually just adding 2 weeks -- 364 days.

Type 364 in an empty cell. Copy to clipboard. Highlight area you'd like
converted. Click Paste-Special and select Add.

"EllenM" wrote:

> Actually, I need something like this to happen:
> 1/4/2009 becomes 1/3/2010
> 1/5/2009 becomes 1/4/2010
> 1/6/2009 becomes 1/5/2010
>
> "Megan" wrote:
>
> > Do you just need to change the year? Or do you also need to change January
> > 4th to January 3rd?
> >
> > For the year, you can do a find and replace. Find 2009 and Replace with 2010.
> > --
> > If this has helped you, please click Yes
> >
> > Thanks,
> > Megan
> >
> >
> > "EllenM" wrote:
> >
> > > Hello,
> > > I have a 2009 time card that needs updating to 2010. I have dates in week
> > > ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
> > > 1/3/2010 to 1/9/2010. Is there an easy way to do this?
> > >
> > > Thanks in advance,
> > > Ellen

 
Reply With Quote
 
AnotherNewGuy
Guest
Posts: n/a
 
      21st Oct 2009
Aaarrruuuggg! When I clicked Post I noticed it said 2 weeks. Make that 52
weeks.

"EllenM" wrote:

> Actually, I need something like this to happen:
> 1/4/2009 becomes 1/3/2010
> 1/5/2009 becomes 1/4/2010
> 1/6/2009 becomes 1/5/2010
>
> "Megan" wrote:
>
> > Do you just need to change the year? Or do you also need to change January
> > 4th to January 3rd?
> >
> > For the year, you can do a find and replace. Find 2009 and Replace with 2010.
> > --
> > If this has helped you, please click Yes
> >
> > Thanks,
> > Megan
> >
> >
> > "EllenM" wrote:
> >
> > > Hello,
> > > I have a 2009 time card that needs updating to 2010. I have dates in week
> > > ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
> > > 1/3/2010 to 1/9/2010. Is there an easy way to do this?
> > >
> > > Thanks in advance,
> > > Ellen

 
Reply With Quote
 
EllenM
Guest
Posts: n/a
 
      22nd Oct 2009
Thanks so much David. Is there a way for me to retain my original
formatting? I have it displaying on the spreadsheet at "3-Jan" for instance,
and "1/3/2010" in the formula bar--that is to the right of the "fx".

And I'd like to advance the date by 364 days.

Thanks,
Ellen

"David Biddulph" wrote:

> You haven't explained which date format you are using, but I assume that you
> mean you want to advance by 364 days, rather than by 11 months?
>
> If so, you can either use formula =A2+364
> or put 364 in a cell, copy, then select your range and use Edit/ Paste
> Special/ Add.
> --
> David Biddulph
>
>
> "EllenM" <(E-Mail Removed)> wrote in message
> news:135932D0-28E2-4885-97AA-(E-Mail Removed)...
> > Actually, I need something like this to happen:
> > 1/4/2009 becomes 1/3/2010
> > 1/5/2009 becomes 1/4/2010
> > 1/6/2009 becomes 1/5/2010
> >
> > "Megan" wrote:
> >
> >> Do you just need to change the year? Or do you also need to change
> >> January
> >> 4th to January 3rd?
> >>
> >> For the year, you can do a find and replace. Find 2009 and Replace with
> >> 2010.
> >> --
> >> If this has helped you, please click Yes
> >>
> >> Thanks,
> >> Megan
> >>
> >>
> >> "EllenM" wrote:
> >>
> >> > Hello,
> >> > I have a 2009 time card that needs updating to 2010. I have dates in
> >> > week
> >> > ranges for instance, 1/4/2009 to 1/10/2009 which would be converted to
> >> > 1/3/2010 to 1/9/2010. Is there an easy way to do this?
> >> >
> >> > Thanks in advance,
> >> > Ellen

>
>
> .
>

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      22nd Oct 2009
The way it displays in the spreadsheet is governed by Format/ Cells/ Number/
Date ... for that cell.
If you've got a format that you're happy with, either use the format
painter, or copy and Edit/ Paste Special/ Format.

The way it displays in the formula bar is probably controlled by your
Windows Regional Options (in Control Panel).
--
David Biddulph

"EllenM" <(E-Mail Removed)> wrote in message
news:1248B2F0-CD42-40F6-A377-(E-Mail Removed)...
> Thanks so much David. Is there a way for me to retain my original
> formatting? I have it displaying on the spreadsheet at "3-Jan" for
> instance,
> and "1/3/2010" in the formula bar--that is to the right of the "fx".
>
> And I'd like to advance the date by 364 days.
>
> Thanks,
> Ellen
>
> "David Biddulph" wrote:
>
>> You haven't explained which date format you are using, but I assume that
>> you
>> mean you want to advance by 364 days, rather than by 11 months?
>>
>> If so, you can either use formula =A2+364
>> or put 364 in a cell, copy, then select your range and use Edit/ Paste
>> Special/ Add.
>> --
>> David Biddulph
>>
>>
>> "EllenM" <(E-Mail Removed)> wrote in message
>> news:135932D0-28E2-4885-97AA-(E-Mail Removed)...
>> > Actually, I need something like this to happen:
>> > 1/4/2009 becomes 1/3/2010
>> > 1/5/2009 becomes 1/4/2010
>> > 1/6/2009 becomes 1/5/2010
>> >
>> > "Megan" wrote:
>> >
>> >> Do you just need to change the year? Or do you also need to change
>> >> January
>> >> 4th to January 3rd?
>> >>
>> >> For the year, you can do a find and replace. Find 2009 and Replace
>> >> with
>> >> 2010.
>> >> --
>> >> If this has helped you, please click Yes
>> >>
>> >> Thanks,
>> >> Megan
>> >>
>> >>
>> >> "EllenM" wrote:
>> >>
>> >> > Hello,
>> >> > I have a 2009 time card that needs updating to 2010. I have dates
>> >> > in
>> >> > week
>> >> > ranges for instance, 1/4/2009 to 1/10/2009 which would be converted
>> >> > to
>> >> > 1/3/2010 to 1/9/2010. Is there an easy way to do this?
>> >> >
>> >> > Thanks in advance,
>> >> > Ellen

>>
>>
>> .
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find & replace all dates eg 3.19.2009 with 3-19-2009, ect? fofficecommunityk Microsoft Word New Users 3 17th Feb 2009 08:49 PM
Format Dates: Sunday, Feb 1, 2009 to Saturday, Feb 7, 2009 ryguy7272 Microsoft Access 4 8th Feb 2009 02:04 AM
Re: XP Antivirus 2009, XP Antispyware 2009, et all Dzias Anti-Virus 7 17th Dec 2008 10:57 PM
Re: XP Antivirus 2009, XP Antispyware 2009, et all Dustin Cook Anti-Virus 1 30th Oct 2008 06:28 PM
Re: XP Antivirus 2009, XP Antispyware 2009, et all FredW Anti-Virus 1 29th Oct 2008 11:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:37 AM.