Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tamtec99
 
Posts: n/a
Default How do I convert a julian date to a regular date?

I need the formula to convert numbers to a standard date format. Some
examples are as follows: 16330
22364
19215
19206
24273
17030
24277
20240
27289
21183
26284
27246

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default How do I convert a julian date to a regular date?

http://www.cpearson.com/excel/jdates.htm

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"tamtec99" wrote in message
...
I need the formula to convert numbers to a standard date format. Some
examples are as follows: 16330
22364
19215
19206
24273
17030
24277
20240
27289
21183
26284
27246


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dpatte601
 
Posts: n/a
Default How do I convert a julian date to a regular date?

?B?dGFtdGVjOTk=?= wrote in
:

I need the formula to convert numbers to a standard date format. Some
examples are as follows: 16330
22364
19215
19206
24273
17030
24277
20240
27289
21183
26284
27246



Ifound this at http://www.cpearson.com/excel/jdates.htm

Converting A Julian Date To A Standard Date

The formula below will convert a Julian date to a standard Excel date.

=DATE(IF(0+(LEFT(A1,2))<30,2000,1900)+LEFT(A1,2),1 ,RIGHT(A1,3))

If the year digits of the Julian date are less than 30 (i.e., 00 to 29),
the date is assumed to be a 2000 century year. If the year digits of
the Julian date are greater than or equal to 30 (i.e., 30 to 99), the
date is assumed to be a 1900 century year. This formula works by taking
advantage of the fact that the DATE function can handle days beyond the
"normal" days in a month. For example, DATE correctly computes 100-Jan-
1999 to be 10-April-1999.

These Julian dates must have the leading zero or zeros for years between
2000 and 2009. For example the 123rd day of 2000 must be entered as
00123. Format the cell as TEXT before entering the data, or enter an
apostrophe before the Julian date -- e.g., '00123. This will prevent
Excel from treating the Julian date as a number and suppressing the
leading zeros.



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
How do I convert a text string into a date? JJMCDD02 Excel Worksheet Functions 4 November 25th 05 12:35 PM
How do I convert Date serial number to date rdunne Excel Worksheet Functions 1 April 12th 05 03:04 PM
convert julian date to gregorian date ammaravi Excel Discussion (Misc queries) 1 December 14th 04 08:17 PM
Use Julian Date To Create Serial Number antho10359 Excel Discussion (Misc queries) 4 December 9th 04 01:50 AM
How do I convert a Julian date into a regular date? Jessica Excel Discussion (Misc queries) 4 December 2nd 04 02:54 AM


All times are GMT +1. The time now is 12:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"