+ Reply to Thread
Results 1 to 6 of 6

Monday to Friday

  1. #1
    Registered User
    Join Date
    07-28-2006
    Posts
    27

    Monday to Friday

    I have a function:
    = Today()
    To get today is 09/11/2007 (i know it is Friday)
    How do i get Monday 05/11/2007?
    and how do i know today is Friday with what formula? Show me...

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,481
    =TEXT(TODAY(),"dddd")
    =TEXT(TODAY()-5,"dddd")

  3. #3
    Registered User
    Join Date
    07-28-2006
    Posts
    27
    Quote Originally Posted by davesexcel
    =TEXT(TODAY(),"dddd")
    =TEXT(TODAY()-5,"dddd")
    -5 is SUNDAY
    -4 is MONDAY

    u can show me how to get MODAY = 05/11/2007?

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    Are you trying to get the actual date for Monday? If so,

    =TEXT(TODAY()-4,"dd/mm/yyyy")

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,481
    Quote Originally Posted by lunar_star
    -5 is SUNDAY
    -4 is MONDAY

    u can show me how to get MODAY = 05/11/2007?
    place the date in A1
    =TEXT(A1,"dddd")

  6. #6
    Registered User
    Join Date
    07-28-2006
    Posts
    27
    Quote Originally Posted by davesexcel
    place the date in A1
    =TEXT(A1,"dddd")
    It's work perfect. Thx

+ 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