+ Reply to Thread
Results 1 to 4 of 4

next thursday formula?

  1. #1
    Registered User
    Join Date
    02-15-2006
    Posts
    2

    Question next thursday formula?

    hi all,
    is it possible to get automatically the next thursday's date of a date using excel formulas

    thanx in advance.

  2. #2
    Bob Phillips
    Guest

    Re: next thursday formula?

    =A1+CHOOSE(WEEKDAY(A1),4,3,2,1,0,6,5)

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Ctrl" <[email protected]> wrote in message
    news:[email protected]...
    >
    > hi all,
    > is it possible to get automatically the next thursday's date of a date
    > using excel formulas
    >
    > thanx in advance.
    >
    >
    > --
    > Ctrl
    > ------------------------------------------------------------------------
    > Ctrl's Profile:

    http://www.excelforum.com/member.php...o&userid=31584
    > View this thread: http://www.excelforum.com/showthread...hreadid=512749
    >




  3. #3
    Ron Rosenfeld
    Guest

    Re: next thursday formula?

    On Wed, 15 Feb 2006 10:12:40 -0600, Ctrl
    <[email protected]> wrote:

    >
    >hi all,
    >is it possible to get automatically the next thursday's date of a date
    >using excel formulas
    >
    >thanx in advance.



    =A1+8-WEEKDAY(A1+3)


    --ron

  4. #4
    Registered User
    Join Date
    02-15-2006
    Posts
    2

    Thx

    Thank You So Much Bob And Ron

+ 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