+ Reply to Thread
Results 1 to 5 of 5

Today formula

  1. #1
    Forum Contributor
    Join Date
    08-29-2017
    Location
    Canada
    MS-Off Ver
    Window 2013
    Posts
    127

    Today formula

    Hi everyone,

    Can someone help me out, I need something like a today formula that excludes weekends so when monday comes it will automatically just give me Friday, then on Tuesday it gives me Monday etc

    Thanks!

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Today formula

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    09-19-2017
    Location
    Florida, USA
    MS-Off Ver
    2016
    Posts
    2

    Re: Today formula

    Hi, Noah101. See if this can work for you:

    =IF(AND(WEEKDAY(TODAY())>1,WEEKDAY(TODAY())<7),TODAY()-1,TODAY()-3)

  4. #4
    Forum Contributor
    Join Date
    08-29-2017
    Location
    Canada
    MS-Off Ver
    Window 2013
    Posts
    127

    Re: Today formula

    Thank you yacosta! Unfortunately that one did not work but I figured it out
    It's =WORKDAY(TODAY(),-1)

  5. #5
    Registered User
    Join Date
    09-19-2017
    Location
    Florida, USA
    MS-Off Ver
    2016
    Posts
    2

    Re: Today formula

    Ok, cool. Thanks for the update

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 10
    Last Post: 09-06-2023, 08:19 PM
  2. [SOLVED] Formula With TODAY ()
    By PaddyP in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-17-2016, 05:13 PM
  3. [SOLVED] Counting Tasks With Due Dates between TODAY and TODAY+7
    By Erik_with_a_K in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-29-2013, 09:00 AM
  4. Replace today() with a hardcoded value representing today in all tabs
    By Romanian37 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-23-2013, 07:03 AM
  5. Excel 2007 : Today() Formula
    By Ozzie1121 in forum Excel General
    Replies: 18
    Last Post: 02-14-2012, 07:06 AM
  6. Replies: 3
    Last Post: 12-11-2007, 01:36 PM
  7. formula - Age today
    By Althea in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-27-2005, 05:06 AM

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