+ Reply to Thread
Results 1 to 2 of 2

Custom Date formula needed

  1. #1
    Yogi_Bear_79
    Guest

    Custom Date formula needed

    I need a formula that returns true is the date in cell C1 is in the next 4
    weeks. The catch is this week can not count. So, if today is 7 june 05. I
    need the code to be true if the date in C1 is between 12 June 05 ~ 9 July
    05.



  2. #2
    Vasant Nanavati
    Guest

    Re: Custom Date formula needed

    Try:

    =AND(C1>TODAY()+7-WEEKDAY(TODAY()),C1<=TODAY()+35-WEEKDAY(TODAY()))

    --

    Vasant


    "Yogi_Bear_79" <[email protected]> wrote in message
    news:[email protected]...
    > I need a formula that returns true is the date in cell C1 is in the next 4
    > weeks. The catch is this week can not count. So, if today is 7 june 05. I
    > need the code to be true if the date in C1 is between 12 June 05 ~ 9 July
    > 05.
    >
    >




+ 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