Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Calculate a suspense date of 90 days.

Hello,
I am trying to figure out how to calculate a suspense date of 90 days from
the original date, and if possible send an email alert notifying me of the
event.

Thanks in Advance,
--
Jim Patterson
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Calculate a suspense date of 90 days.

suspense = orgdate + 90

Dates are stored as the elapsed number of days from a base date, so just
adding 90 to it should be 90 days later.

Ron de Bruin has all kinds of sample code on sending emails:

http://www.rondebruin.nl/sendmail.htm

--
Regards,
Tom Ogilvy

"Jim Patterson" wrote in message
...
Hello,
I am trying to figure out how to calculate a suspense date of 90 days from
the original date, and if possible send an email alert notifying me of the
event.

Thanks in Advance,
--
Jim Patterson



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Calculate a suspense date of 90 days.

Got it. Thanks so much,
V/R,
--
Jim Patterson


"Tom Ogilvy" wrote:

suspense = orgdate + 90

Dates are stored as the elapsed number of days from a base date, so just
adding 90 to it should be 90 days later.

Ron de Bruin has all kinds of sample code on sending emails:

http://www.rondebruin.nl/sendmail.htm

--
Regards,
Tom Ogilvy

"Jim Patterson" wrote in message
...
Hello,
I am trying to figure out how to calculate a suspense date of 90 days from
the original date, and if possible send an email alert notifying me of the
event.

Thanks in Advance,
--
Jim Patterson




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
How to I calculate 180 days from any date? Jackie Excel Worksheet Functions 2 April 3rd 23 07:32 PM
Auto calculate for date + days forward to yield new date John Sullivan Excel Worksheet Functions 1 April 22nd 06 05:18 PM
formula to calculate future date from date in cell plus days Chicesq Excel Worksheet Functions 8 November 3rd 05 12:25 PM
How do I calculate 30 days later from a date SYH Excel Worksheet Functions 1 August 2nd 05 04:17 AM
Calculate # of Days from one date to another jscano Excel Worksheet Functions 2 November 11th 04 03:23 AM


All times are GMT +1. The time now is 03:39 PM.

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"