#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Date Formula

I have several dates that I need to track for one line item. They are
basically on a time line. I send a letter out and 10 days later I need to
call. Then 30 days later I need to mail a report. I need to know how create
a formula that will automatically fill in the due dates when I enter the
starting date.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Date Formula

If your starting date is in A1, use =A1+10 and =A1+30.

If you want the resulting dates to stay blank until A1 is filled in, then
=IF(A1="","",A1+10), and similarly for A1+30.
--
David Biddulph

"Kim" <Kim @discussions.microsoft.com wrote in message
...
I have several dates that I need to track for one line item. They are
basically on a time line. I send a letter out and 10 days later I need to
call. Then 30 days later I need to mail a report. I need to know how
create
a formula that will automatically fill in the due dates when I enter the
starting date.



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
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Excel Formula to calulate number of days passed from date to date K. Mack Excel Discussion (Misc queries) 8 January 4th 07 11:27 PM
Date Function formula that will return the date of a specific week Greg Excel Worksheet Functions 4 June 12th 06 05:07 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM


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