+ Reply to Thread
Results 1 to 3 of 3

showing the expiry date

  1. #1
    Registered User
    Join Date
    09-04-2008
    Location
    florida
    Posts
    16

    Question showing the expiry date

    Hi,

    I have a file that has start date column. I'd like to show the account's expiration date on another cell but it's going to be dependent on another column. Say
    Column A - customers name
    Column B - start date
    Column C - rate
    Column D - End date
    Column E - Follow up Date

    Rate column will have the ff inputs :
    rate 1 = .09
    rate 2 = .11

    If rate is .09, then end date will be 2 years from the start date
    If rate is .11, then end date will be 3 years from the start date

    There are several things I need to happen :
    1. Show the customer's individual end dates in Column D
    2. I'd like to show in column E the follow up date which is 90 days before the end date

    I'd appreciate any help from you.

    Thank you.
    Last edited by oldchippy; 10-23-2008 at 04:12 PM.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    With your start date in B1 and your rate in C1, then you could use this in D1

    =IF(C1>0.1,EDATE(B1,24),EDATE(B1,36))

    and this in E1

    =D1-90

    Format cells to DATE, you will also need the Analysis Tool Pak add-in to use EDATE function

    http://www.cpearson.com/excel/ATP.htm
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    09-04-2008
    Location
    florida
    Posts
    16

    Wink

    Thank you so much. I took advantage of what you wrote here and enhanced the idea when I applied it. I've gone to the links you posted and am grateful for you taking time to offer the link.

    Thanks a million.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formatting issues number showing as date
    By MyronCope in forum Excel General
    Replies: 1
    Last Post: 08-06-2008, 08:56 PM
  2. Advanced Timesheet
    By DaKohlmeyer in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-28-2008, 04:49 PM
  3. Replies: 1
    Last Post: 12-15-2007, 09:15 AM
  4. looping issues
    By Marcus Gee in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-09-2007, 11:42 PM
  5. Variable day expiry date
    By sujittalukder in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-28-2007, 08:38 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1