#1   Report Post  
Posted to microsoft.public.excel.misc
A A is offline
external usenet poster
 
Posts: 37
Default Julian Date

I need laymen terms for help - I am not a programmer... I have a date in a
column and need to make it a julian date. IE: 12/31/07 to 365 Working with
Excel 03
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Julian Date

See the following for converting a Gregorian date to Julian:
http://www.cpearson.com/excel/jdates.htm

Tyro

"A" wrote in message
...
I need laymen terms for help - I am not a programmer... I have a date in
a
column and need to make it a julian date. IE: 12/31/07 to 365 Working
with
Excel 03



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Julian Date

The following example assumes that the gregorian date is in cell A1

=A3-DATE(YEAR(A3),1,0))

--
Kevin Backmann


"A" wrote:

I need laymen terms for help - I am not a programmer... I have a date in a
column and need to make it a julian date. IE: 12/31/07 to 365 Working with
Excel 03

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Julian Date

Say what?

In the United States. the Julian date for January 9, 2008 is: 08009. The
Julian date consists of year, day of year. The year could be 1,2 or 4
numbers wide. i.e; 8009, 08009 or 0008009. How does your formula produce
that?

Tyro
"Kevin B" wrote in message
...
The following example assumes that the gregorian date is in cell A1

=A3-DATE(YEAR(A3),1,0))

--
Kevin Backmann


"A" wrote:

I need laymen terms for help - I am not a programmer... I have a date
in a
column and need to make it a julian date. IE: 12/31/07 to 365 Working
with
Excel 03



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Julian Date

Sorry, I gave you the Julian day formula, the following is the formula I
meant to send:

=RIGHT(TEXT(YEAR(A1),"####"),2)&TEXT((A1-DATE(YEAR(A1),1,0)),"00#")


--
Kevin Backmann


"Tyro" wrote:

Say what?

In the United States. the Julian date for January 9, 2008 is: 08009. The
Julian date consists of year, day of year. The year could be 1,2 or 4
numbers wide. i.e; 8009, 08009 or 0008009. How does your formula produce
that?

Tyro
"Kevin B" wrote in message
...
The following example assumes that the gregorian date is in cell A1

=A3-DATE(YEAR(A3),1,0))

--
Kevin Backmann


"A" wrote:

I need laymen terms for help - I am not a programmer... I have a date
in a
column and need to make it a julian date. IE: 12/31/07 to 365 Working
with
Excel 03






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Julian Date

If you want the Julian date left justified as text, enter:
=RIGHT(YEAR(A1),2)&TEXT(A1-DATE(YEAR(A1),1,0),"000")
If you want the Julian date right justified as a number enter:
=--(RIGHT(YEAR(A1),2)&TEXT(A1-DATE(YEAR(A1),1,0),"000"))

Tyro


"A" wrote in message
...
I need laymen terms for help - I am not a programmer... I have a date in
a
column and need to make it a julian date. IE: 12/31/07 to 365 Working
with
Excel 03



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 do I convert a julian date to a regular date? tamtec99 Excel Worksheet Functions 2 April 17th 06 07:38 AM
how to convert julian date to regular calendar date Ron Excel Worksheet Functions 5 May 5th 05 11:05 PM
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 03:07 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"