#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default date problem

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default date problem

=DATE(A1,1,1)+B1-1
where year is in A1
day No (161) is in B1

Format result cell as required!

--
Regards!
Stefi



€˛puiuluipui€¯ ezt Ć*rta:

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default date problem

A1 = 161
Try formula

=DATE(2008,1,A1)

--
Jacob


"puiuluipui" wrote:

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default date problem

Hi, works great.
Thanks1

But how to add to a date exactly 5 years?

Thanks!

"Stefi" wrote:

=DATE(A1,1,1)+B1-1
where year is in A1
day No (161) is in B1

Format result cell as required!

--
Regards!
Stefi



€˛puiuluipui€¯ ezt Ć*rta:

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default date problem

Hi, works great.
Thanks1

But how to add to a date exactly 5 years?

Thanks!




"Jacob Skaria" wrote:

A1 = 161
Try formula

=DATE(2008,1,A1)

--
Jacob


"puiuluipui" wrote:

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default date problem

Try
=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))

--
Jacob


"puiuluipui" wrote:

Hi, works great.
Thanks1

But how to add to a date exactly 5 years?

Thanks!




"Jacob Skaria" wrote:

A1 = 161
Try formula

=DATE(2008,1,A1)

--
Jacob


"puiuluipui" wrote:

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default date problem

Perfect!
Thanks!

"Jacob Skaria" wrote:

Try
=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))

--
Jacob


"puiuluipui" wrote:

Hi, works great.
Thanks1

But how to add to a date exactly 5 years?

Thanks!




"Jacob Skaria" wrote:

A1 = 161
Try formula

=DATE(2008,1,A1)

--
Jacob


"puiuluipui" wrote:

Hi, i need to know what day and month is the below date.

161th day of 2008
i have many days like this. i need a formula or something.

I need them in dd/mm/yyy format.
Can this be done?
Thanks!

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
date problem evilyn New Users to Excel 2 November 3rd 08 09:52 PM
Exel increment date problem wrt todays date. [email protected] Excel Worksheet Functions 1 November 11th 07 06:58 PM
Date Formula Problem - Leave date blank if Null Gayla Excel Worksheet Functions 5 April 24th 07 09:42 PM
Date problem PE Excel Discussion (Misc queries) 1 May 31st 06 11:12 AM
'Date' problem comotoman Excel Discussion (Misc queries) 2 October 7th 05 08:14 PM


All times are GMT +1. The time now is 05: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"