Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
NWO
 
Posts: n/a
Default Determining a future date...

Hello.

I have a situation where I need to calculate a date out three years from a
given start date. For example, I have a date, say 6/8/2005, and I want to
know what the three year anniversay date is from this date, to inlcude
compensating for leap years. I have played with the date functions and tried
to formulate a formula to solve this, but to no avail. Any ideas would be
helpful.

Thank you.

NWO.







  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Determining a future date...

with your date in A1

=DATE(YEAR(A1)+3,MONTH(A1),DAY(A1))


--

Regards,

Peo Sjoblom

"NWO" wrote in message
...
Hello.

I have a situation where I need to calculate a date out three years from a
given start date. For example, I have a date, say 6/8/2005, and I want to
know what the three year anniversay date is from this date, to inlcude
compensating for leap years. I have played with the date functions and

tried
to formulate a formula to solve this, but to no avail. Any ideas would be
helpful.

Thank you.

NWO.









  #3   Report Post  
Posted to microsoft.public.excel.misc
NWO
 
Posts: n/a
Default Determining a future date...

Thank you Peo.

NWO :)
----------------

"Peo Sjoblom" wrote:

with your date in A1

=DATE(YEAR(A1)+3,MONTH(A1),DAY(A1))


--

Regards,

Peo Sjoblom

"NWO" wrote in message
...
Hello.

I have a situation where I need to calculate a date out three years from a
given start date. For example, I have a date, say 6/8/2005, and I want to
know what the three year anniversay date is from this date, to inlcude
compensating for leap years. I have played with the date functions and

tried
to formulate a formula to solve this, but to no avail. Any ideas would be
helpful.

Thank you.

NWO.










  #4   Report Post  
Posted to microsoft.public.excel.misc
Sherry Moss
 
Posts: n/a
Default Determining a future date...


I need help; I have a date in column B, the formula in Column C is
=b5-14, this returns another date.

If that day falls on a Saturday or Sunday, I'd like the returned value
to be the previous Friday.

I can't figure out how to do this.

Can you help?


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334

  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Determining a future date...

=B5-14-(WEEKDAY(B5,2)5)-(WEEKDAY(B5)=1)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Sherry Moss"
wrote in message
...

I need help; I have a date in column B, the formula in Column C is
=b5-14, this returns another date.

If that day falls on a Saturday or Sunday, I'd like the returned value
to be the previous Friday.

I can't figure out how to do this.

Can you help?


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile:

http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334





  #6   Report Post  
Posted to microsoft.public.excel.misc
Sherry Moss
 
Posts: n/a
Default Determining a future date...


Thanks, Bob. This will save me load of time.:)


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334

  #7   Report Post  
Posted to microsoft.public.excel.misc
Sherry Moss
 
Posts: n/a
Default Determining a future date...


Still need help, I used the suggested formula and it didn't work for
me.

Specifically
Column B = Feb 04 06
Column C = b1-14 = Jan 21 06

This result is a Saturday. I want it to give me Friday's date = Jan 20
06.


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334

  #8   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Determining a future date...

Sherry,

Only just spotted this post.

In what way does it not work? It returned 20th Jan for me, which is a
Friday.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Sherry Moss"
wrote in message
...

Still need help, I used the suggested formula and it didn't work for
me.

Specifically
Column B = Feb 04 06
Column C = b1-14 = Jan 21 06

This result is a Saturday. I want it to give me Friday's date = Jan 20
06.


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile:

http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334



  #9   Report Post  
Posted to microsoft.public.excel.misc
Sherry Moss
 
Posts: n/a
Default Determining a future date...


It returns January 21 for me. Is there anyway I could send you the
spreadsheet and you give it a look? I don't know why it would work for
you and not me.


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile: http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334

  #10   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Determining a future date...



--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Sherry Moss"
wrote in message
...

It returns January 21 for me. Is there anyway I could send you the
spreadsheet and you give it a look? I don't know why it would work for
you and not me.


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile:

http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334





  #11   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Determining a future date...

Try again.

Send it to

bob dot phillips at tiscali dot co dot uk

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Sherry Moss"
wrote in message
...

It returns January 21 for me. Is there anyway I could send you the
spreadsheet and you give it a look? I don't know why it would work for
you and not me.


--
Sherry Moss
------------------------------------------------------------------------
Sherry Moss's Profile:

http://www.excelforum.com/member.php...o&userid=29535
View this thread: http://www.excelforum.com/showthread...hreadid=492334



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
formula to calculate future date from date in cell plus days Chicesq Excel Worksheet Functions 8 November 3rd 05 12:25 PM
NETWORKDAYS - Multiple Date Selection Annabelle Excel Discussion (Misc queries) 3 October 4th 05 07:04 PM
Calculating a Date for the Future Niki6 Excel Worksheet Functions 4 September 19th 05 11:49 PM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Excel Worksheet Functions 2 February 10th 05 07:18 PM
Formula to determine a future date based on criteria David Excel Worksheet Functions 2 December 15th 04 07:51 PM


All times are GMT +1. The time now is 09:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"