Help to convert a date to julian date fromat yyyyddd in excel
Solved/Closed
seekermay
Posts
28
Registration date
Wednesday January 27, 2010
Status
Member
Last seen
May 27, 2013
-
May 9, 2013 at 01:51 AM
Calixte DORVIL - Sep 30, 2013 at 06:44 PM
Calixte DORVIL - Sep 30, 2013 at 06:44 PM
Related:
- Yyyyddd to yyyymmdd
- Convert yyyymmdd to yyyy-mm-dd in excel ✓ - Excel Forum
- Cmd rename file with date yyyymmdd ✓ - Programming Forum
- How to convert yyyymmdd to mm/dd/yyyy in excel - Excel Forum
- How to change date format in excel from yyyymmdd to mm/dd/yyyy - Guide
- Batch file create folder yyyymmdd ✓ - Programming Forum
4 responses
sgmpatnaik
Posts
54
Registration date
Tuesday April 2, 2013
Status
Member
Last seen
November 27, 2013
45
May 9, 2013 at 09:05 AM
May 9, 2013 at 09:05 AM
Hi
Then Try this Formula
=RIGHT(YEAR(A2),4)&TEXT(A2-DATE(YEAR(A2),1,0),"000")
Hope it will solve your problem, other wise please inform
we will wait for your response
Thanks
Patnaik
Then Try this Formula
=RIGHT(YEAR(A2),4)&TEXT(A2-DATE(YEAR(A2),1,0),"000")
Hope it will solve your problem, other wise please inform
we will wait for your response
Thanks
Patnaik
May 27, 2013 at 03:47 AM
Thank You