Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a standard date of 9/1/06 and am trying to isolate the year in another
column. i have used text(right(a2,2),"yy")), but am getting incorrect years. i have also tried datevalue(right(a2,2)) and keep getting value errors. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If it's really a date (not text), use =year(a2).
--Bruce "grendel" wrote: i have a standard date of 9/1/06 and am trying to isolate the year in another column. i have used text(right(a2,2),"yy")), but am getting incorrect years. i have also tried datevalue(right(a2,2)) and keep getting value errors. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=year(a2)
"grendel" wrote: i have a standard date of 9/1/06 and am trying to isolate the year in another column. i have used text(right(a2,2),"yy")), but am getting incorrect years. i have also tried datevalue(right(a2,2)) and keep getting value errors. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your date is actually TEXT, then.....
=RIGHT(A1,2) or =20&RIGHT(A1,2) Vaya con Dios, Chuck, CABGx3 "grendel" wrote in message ... i have a standard date of 9/1/06 and am trying to isolate the year in another column. i have used text(right(a2,2),"yy")), but am getting incorrect years. i have also tried datevalue(right(a2,2)) and keep getting value errors. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locate month n year from range of date | New Users to Excel | |||
Locate month and year from range of date from another sheet | New Users to Excel | |||
Cell won't accept date past year 2009 | New Users to Excel | |||
How do I put in the date without the year? | Excel Discussion (Misc queries) | |||
dHow do I put in the date without the year? | Excel Discussion (Misc queries) |