I have a need to change a number string into a date. The number will always be formated as such: DDD-YY-NNNNNN
DDD represents the counted number of the day of the year
ex: 025 is January 25th and 365 is December 31st.
YY is the numerical year
ex: 09 is 2009 and 10 is 2010
NNNNNN are extra characters that do not apply for date purposes.
Given the above number, I'd like to create a formula that outputs the date as this format: MM/DD/YYYY ex: 01/25/2010
Does anyone have a suggestion on how to accomplish this?
DDD represents the counted number of the day of the year
ex: 025 is January 25th and 365 is December 31st.
YY is the numerical year
ex: 09 is 2009 and 10 is 2010
NNNNNN are extra characters that do not apply for date purposes.
Given the above number, I'd like to create a formula that outputs the date as this format: MM/DD/YYYY ex: 01/25/2010
Does anyone have a suggestion on how to accomplish this?