#1   Report Post  
Stephanie Myers
 
Posts: n/a
Default Date conversion

Help! I am trying to convert a birthday to 15days out 2005.
For example, I have a birthday 7/15//1942 and I want to make it so that it
converts it to 7/30/2005.

How should I set up the excep spreadsheet for this kind of computation?
I am lack technical computer verbage, so please spell it out for me.

Thanks much,
Stephanie Myers
  #2   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

Stephanie

if the date is in cell A1, try:

=DATE(2005,MONTH(A1),DAY(A1)+15)

but note that dates late in December could generate dates in 2006

Regards

Trevor


"Stephanie Myers" wrote in
message ...
Help! I am trying to convert a birthday to 15days out 2005.
For example, I have a birthday 7/15//1942 and I want to make it so that it
converts it to 7/30/2005.

How should I set up the excep spreadsheet for this kind of computation?
I am lack technical computer verbage, so please spell it out for me.

Thanks much,
Stephanie Myers



  #3   Report Post  
Stephanie Myers
 
Posts: n/a
Default

How do I apply this formula to a spreadsheet column that displays 400+
different birthdays with varying months & days?

=DATE(2005,MONTH(A1),DAY(A1)+15)


Or will I need to use a modified formula?

Thanks much!
Stephanie
  #4   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

Stephanie

you could use autofill. Assume your data is in column A, as in the example.
Put the formula in cell B1, or the next free column on your sheet. Move the
cursor to the bottom right corner of the cell until it turns into a
cross-hair and double click. If there are no gaps in your data, the formula
should fill down to the bottom and adjust as it goes.

So cell B1 would be: =DATE(2005,MONTH(A1),DAY(A1)+15)
B2 would be: =DATE(2005,MONTH(A2),DAY(A2)+15)

and so on

Regards

Trevor


"Stephanie Myers" wrote in
message ...
How do I apply this formula to a spreadsheet column that displays 400+
different birthdays with varying months & days?

=DATE(2005,MONTH(A1),DAY(A1)+15)


Or will I need to use a modified formula?

Thanks much!
Stephanie



  #5   Report Post  
Stephanie Myers
 
Posts: n/a
Default


Trevor,

It worked -- Thank you very much!
Have a great day.


  #6   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

You're very welcome. Thanks for the feedback.


"Stephanie Myers" wrote in
message ...

Trevor,

It worked -- Thank you very much!
Have a great day.



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 Format - Conversion tinkertoy Excel Discussion (Misc queries) 1 July 14th 05 06:24 PM
Date Conversion JD McLeod Excel Worksheet Functions 1 June 17th 05 01:07 PM
Date conversion issue "^" symbol Shannon Excel Discussion (Misc queries) 1 May 4th 05 12:25 AM
Date Conversion jdmcleod Excel Discussion (Misc queries) 2 March 20th 05 12:12 AM
unwanted number to date conversion while pasting data from web Jacek Excel Worksheet Functions 1 February 24th 05 02:59 PM


All times are GMT +1. The time now is 09:07 PM.

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"