Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
anyone aware on a formula that will change a date column ie: 3/4/2006
to 1/1/2006, I have a pivot table that only recognizes that format. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Those look like the same format to me.
" wrote: anyone aware on a formula that will change a date column ie: 3/4/2006 to 1/1/2006, I have a pivot table that only recognizes that format. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
the month and date need to be changed to 1/1
On Oct 18, 4:31 pm, JLGWhiz wrote: Those look like the same format to me. " wrote: anyone aware on a formula that will change a date column ie: 3/4/2006 to 1/1/2006, I have a pivot table that only recognizes that format.- Hide quoted text -- Show quoted text - |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Very easy. If A1 contains 3/4/2006 then the formula:
=A1-62 will return: 1/1/2006 -- Gary's Student " wrote: anyone aware on a formula that will change a date column ie: 3/4/2006 to 1/1/2006, I have a pivot table that only recognizes that format. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
what about a full column of different dates i want to change to
1/1/YYYY? On Oct 18, 4:32 pm, Gary''s Student wrote: Very easy. If A1 contains 3/4/2006 then the formula: =A1-62 will return: 1/1/2006 -- Gary's Student " wrote: anyone aware on a formula that will change a date column ie: 3/4/2006 to 1/1/2006, I have a pivot table that only recognizes that format.- Hide quoted text -- Show quoted text - |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=DATE(YEAR(A1),1,1)
David Biddulph "RandyG" wrote in message oups.com... what about a full column of different dates i want to change to 1/1/YYYY? On Oct 18, 4:32 pm, Gary''s Student wrote: Very easy. If A1 contains 3/4/2006 then the formula: =A1-62 will return: 1/1/2006 " wrote: anyone aware on a formula that will change a date column ie: 3/4/2006 to 1/1/2006, I have a pivot table that only recognizes that format.- Hide quoted text -- Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mileage Claim Formula | New Users to Excel | |||
Cell date format doesnt change | Excel Worksheet Functions | |||
Change general format to US date format | Excel Discussion (Misc queries) | |||
Customized Date Format | Excel Worksheet Functions | |||
Compare dates (one cell not in date format) | Excel Discussion (Misc queries) |