Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI,
How do i convert yyyy-mm-dd date format in to a julian date? can somebody help? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See Chip Pearson's website:
http://www.cpearson.com/excel/jdates.htm Does that help? *********** Regards, Ron XL2002, WinXP-Pro "nick" wrote: HI, How do i convert yyyy-mm-dd date format in to a julian date? can somebody help? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With your yyyy-mm-dd date in Excel-readable format in cell A1, this
formula will do it: =YEAR(A1)&A1-DATE(YEAR(A1),1,1) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks a lot to both of you. it worked!
"Dave O" wrote: With your yyyy-mm-dd date in Excel-readable format in cell A1, this formula will do it: =YEAR(A1)&A1-DATE(YEAR(A1),1,1) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
julian dates | Excel Discussion (Misc queries) | |||
Dates from Julian calendar | Excel Discussion (Misc queries) | |||
julian dates in Exel | Excel Worksheet Functions | |||
Excel should have a formula for Converting Julian Dates | Excel Worksheet Functions | |||
Excel should have a formula for Converting Julian Dates | Excel Worksheet Functions |