+ Reply to Thread
Results 1 to 2 of 2

Complicated formula

Hybrid View

  1. #1
    sixwest
    Guest

    Complicated formula

    I need to set the following formula but I'm not sure how to proceed:

    DATE + 15 days

    I can do this easily enough, but I also need to have the "15th" day fall on
    a workday. (so it might actually be "+16" or "+17"). Is there a way to
    include the WORKDAY formula in the basic date addition?

    Thanks!
    --
    6-West

  2. #2
    JE McGimpsey
    Guest

    Re: Complicated formula

    one way:

    =A1+15+2*(WEEKDAY(A1)=6)+(WEEKDAY(A1)=7)


    n article <2C525535-27F5-4A64-89F3-31A14FEBA0A0@microsoft.com>,
    "sixwest" <sixwest190@yahoo.com> wrote:

    > I need to set the following formula but I'm not sure how to proceed:
    >
    > DATE + 15 days
    >
    > I can do this easily enough, but I also need to have the "15th" day fall on
    > a workday. (so it might actually be "+16" or "+17"). Is there a way to
    > include the WORKDAY formula in the basic date addition?
    >
    > Thanks!


+ 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