Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default How do I create a reverse julian date formula?

Example - input number 05343
Output from formula 12/9/2005
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default How do I create a reverse julian date formula?

Hi Gary,

Take a look here,
http://www.cpearson.com/excel/jdates.htm

HTH
Martin


"GaryM" wrote in message
...
Example - input number 05343
Output from formula 12/9/2005



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How do I create a reverse julian date formula?

see:

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


--
Gary''s Student - gsnu200748


"GaryM" wrote:

Example - input number 05343
Output from formula 12/9/2005

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default How do I create a reverse julian date formula?

Look he

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

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"GaryM" wrote in message ...
| Example - input number 05343
| Output from formula 12/9/2005


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default How do I create a reverse julian date formula?

Thank you!!!!!

"MartinW" wrote:

Hi Gary,

Take a look here,
http://www.cpearson.com/excel/jdates.htm

HTH
Martin


"GaryM" wrote in message
...
Example - input number 05343
Output from formula 12/9/2005






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default How do I create a reverse julian date formula?

Thank you!!!!!!

"Gary''s Student" wrote:

see:

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


--
Gary''s Student - gsnu200748


"GaryM" wrote:

Example - input number 05343
Output from formula 12/9/2005

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default How do I create a reverse julian date formula?

On Tue, 2 Oct 2007 06:44:03 -0700, GaryM
wrote:

Example - input number 05343
Output from formula 12/9/2005


Here's one way:

If your years will always be in this century:

=DATE(LEFT(TEXT(A1,"\2\000000"),4),1,RIGHT(A1,3))

If it can be this century or last, with "30" being in the last century, then:

=DATE(IF(--LEFT(TEXT(A1,"00000"),2)30,1900,2000)
+LEFT(TEXT(A1,"00000"),2),1,RIGHT(A1,3))


--ron
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
to convert a julian date back to regular date Lynn Hanna Excel Worksheet Functions 1 July 26th 06 03:14 PM
Convert a julian gregorian date code into a regular date Robert Excel Worksheet Functions 3 June 13th 06 07:03 PM
how to convert julian date to regular calendar date Ron Excel Worksheet Functions 5 May 5th 05 11:05 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 08:24 AM.

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

About Us

"It's about Microsoft Excel"