#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Converting Dates

I ahve a spreadsheet with several thousand rows of information. Column A of
the spreadsheet contains a date reference as follows:

A
1 1/12/93
2 1/17/93
3 2/5/94
4 12/12/03

I want to use a pivot table to report this information by month and by year.
I would like to change the date reference in each of the rows in Column A so
that the day of the month reference would be 1. The above cells would now
look as follows:

A
1 1/1/93
2 1/1/93
3 2/1/94
4 12/1/03


How can I easily accomplish this?



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Converting Dates

Use a helper column and put this and copy down....then Copy PasteSpecial
Values on that column to emiminate the formulas

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

Vaya con Dios,
Chuck, CABGx3



"Mike" wrote:

I ahve a spreadsheet with several thousand rows of information. Column A of
the spreadsheet contains a date reference as follows:

A
1 1/12/93
2 1/17/93
3 2/5/94
4 12/12/03

I want to use a pivot table to report this information by month and by year.
I would like to change the date reference in each of the rows in Column A so
that the day of the month reference would be 1. The above cells would now
look as follows:

A
1 1/1/93
2 1/1/93
3 2/1/94
4 12/1/03


How can I easily accomplish this?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Converting Dates

Thanks.

"CLR" wrote:

Use a helper column and put this and copy down....then Copy PasteSpecial
Values on that column to emiminate the formulas

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

Vaya con Dios,
Chuck, CABGx3



"Mike" wrote:

I ahve a spreadsheet with several thousand rows of information. Column A of
the spreadsheet contains a date reference as follows:

A
1 1/12/93
2 1/17/93
3 2/5/94
4 12/12/03

I want to use a pivot table to report this information by month and by year.
I would like to change the date reference in each of the rows in Column A so
that the day of the month reference would be 1. The above cells would now
look as follows:

A
1 1/1/93
2 1/1/93
3 2/1/94
4 12/1/03


How can I easily accomplish this?



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
Entering combos without converting it to dates? pkroper22 Excel Discussion (Misc queries) 2 February 28th 06 01:39 PM
prevent converting numbers with hyphens to dates Mike Excel Discussion (Misc queries) 5 January 27th 06 08:41 PM
imported text data converting to dates ajd Excel Discussion (Misc queries) 2 December 21st 05 06:48 PM
Excel should have a formula for Converting Julian Dates Yakimeshi Excel Worksheet Functions 0 May 17th 05 06:23 PM
Excel should have a formula for Converting Julian Dates Peo Sjoblom Excel Worksheet Functions 0 May 17th 05 06:15 PM


All times are GMT +1. The time now is 03:57 PM.

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"