V
via135
hi all..!
i am having dates in A1:A10
as numbers in text format like
12112009
19082008
16062008
21112005
04072006
18072007
18072007
14052007
22062007
09022009
in B1 =DATE(RIGHT(A1,4),MID(A1,3,2),LEFT(A1,2))
in C1 =TEXT(B1,"mm/dd/yyyy")
and thus getting the dated in A1 getting converted as 11/12/2009 in
C1.
its ok. but the problem i am facing is that while i am copying down
the formulae in B1 & C1 though B10 to C10 i am getting incorrect
dates in COL 'C' for the numbers starting with 0 (zero).
given the above example i am getting the dates as 01/09/2012 &
12/29/2010 instead of 07/04/2006 & 02/09/2009 in C5 & C10
respectively..!
what amendment i need to do in the formulae to reflect the correct
dates in Col "C"..?
any hlp pl..?
-via135
i am having dates in A1:A10
as numbers in text format like
12112009
19082008
16062008
21112005
04072006
18072007
18072007
14052007
22062007
09022009
in B1 =DATE(RIGHT(A1,4),MID(A1,3,2),LEFT(A1,2))
in C1 =TEXT(B1,"mm/dd/yyyy")
and thus getting the dated in A1 getting converted as 11/12/2009 in
C1.
its ok. but the problem i am facing is that while i am copying down
the formulae in B1 & C1 though B10 to C10 i am getting incorrect
dates in COL 'C' for the numbers starting with 0 (zero).
given the above example i am getting the dates as 01/09/2012 &
12/29/2010 instead of 07/04/2006 & 02/09/2009 in C5 & C10
respectively..!
what amendment i need to do in the formulae to reflect the correct
dates in Col "C"..?
any hlp pl..?
-via135