ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I create a reverse julian date formula? (https://www.excelbanter.com/excel-worksheet-functions/160508-how-do-i-create-reverse-julian-date-formula.html)

GaryM

How do I create a reverse julian date formula?
 
Example - input number 05343
Output from formula 12/9/2005

MartinW

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




Gary''s Student

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


Niek Otten

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



GaryM

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





GaryM

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


Ron Rosenfeld

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


All times are GMT +1. The time now is 05:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com