+ Reply to Thread
Results 1 to 3 of 3

Weekday

Hybrid View

  1. #1
    Registered User
    Join Date
    07-23-2004
    MS-Off Ver
    2007
    Posts
    94

    Weekday

    Hello - im having trouble trying to do something.
    I have a worksheet and in cell A1 i type Sunday. I want cell B1 to add five days on and return the day name.

    Is there a way to do this?

    Thanks

  2. #2
    Barb Reinhardt
    Guest

    RE: Weekday

    Not that I'm aware of.

    A1: Enter the DATE of a Sunday (such as 7/23/2006) and format it to "dddd"
    B1: =A1+5 ... also format to "dddd"

    HTH,
    Barb Reinhardt


    "LB79" wrote:

    >
    > Hello - im having trouble trying to do something.
    > I have a worksheet and in cell A1 i type Sunday. I want cell B1 to add
    > five days on and return the day name.
    >
    > Is there a way to do this?
    >
    > Thanks
    >
    >
    > --
    > LB79
    > ------------------------------------------------------------------------
    > LB79's Profile: http://www.excelforum.com/member.php...o&userid=12156
    > View this thread: http://www.excelforum.com/showthread...hreadid=565967
    >
    >


  3. #3
    Debra Dalgleish
    Guest

    Re: Weekday

    Somewhere in the workbook, enter a list of weekdays, starting with
    Sunday (cells E1:E7 in this example)
    In cell B1, enter the formula:

    =TEXT(MATCH(A1,$E$1:$E$7,0)+5,"ddd")


    LB79 wrote:
    > Hello - im having trouble trying to do something.
    > I have a worksheet and in cell A1 i type Sunday. I want cell B1 to add
    > five days on and return the day name.
    >
    > Is there a way to do this?
    >
    > Thanks
    >
    >



    --
    Debra Dalgleish
    Contextures
    http://www.contextures.com/tiptech.html


+ 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