+ Reply to Thread
Results 1 to 2 of 2

recurring dates

  1. #1
    sonoundio
    Guest

    recurring dates

    I need to be able to set set a deadline based on prior dates. These can go
    back years. I would like to set up a current 'next appointment, for instance
    ever 90 days, based on a date of arrival. For example, if date of arrival is
    2/13/03, how do I make a formula that is effective now. In other words, the
    cell updates to a new deadline every ninety days, and stays current.
    Thanks a bunch.

  2. #2
    PC
    Guest

    Re: recurring dates

    Maybe this which calculates the number of 90 day periods that have elapsed
    since the start date.

    =(FLOOR((A1-TODAY())/90,1)+1)*90+A1

    Understand though that working with dates is tricky. There is a big
    difference between 90 days, 3 months and one quarter of a year so if you
    weren't looking for exactly 90 day intervals this probably won't meet your
    needs.

    PC
    "sonoundio" <sonoundio@discussions.microsoft.com> wrote in message
    news:7CFF8D6A-6018-4FC7-A2A1-74106C5EC8BC@microsoft.com...
    > I need to be able to set set a deadline based on prior dates. These can

    go
    > back years. I would like to set up a current 'next appointment, for

    instance
    > ever 90 days, based on a date of arrival. For example, if date of arrival

    is
    > 2/13/03, how do I make a formula that is effective now. In other words,

    the
    > cell updates to a new deadline every ninety days, and stays current.
    > Thanks a bunch.




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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