Results 1 to 8 of 8

Weekday/Weekend Formula

Threaded View

  1. #7
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Weekday/Weekend Formula

    If submitted after 4 pm on Sunday for NEXT Tuesday = "Mail", then this works:

    =IF([@[Request Date]]=[@[Submitted Date]],"Local",IF(AND([@[Submitted Time]]>=8/24,[@[Submitted Time]]<16/24,WEEKDAY([@[Submitted Date]],1)<>7),"Mail",IF(OR(AND(WEEKDAY([@[Submitted Date]])>2,WEEKDAY([@[Submitted Date]])<6),AND(WEEKDAY([@[Submitted Date]])=6,[@[Submitted Time]]<8/24)),"Local",IF(([@[Submitted Date]]+MOD(9-WEEKDAY([@[Submitted Date]]),7))<[@[Request Date]],"Mail","Local"))))

    If submit date = request date                                              LOCAL
    ElseIf submitted on Sunday-Friday after 8am and before 4pm                 MAIL
    ElseIf submitted on Friday after 4pm or Saturday, Sunday or Monday...
    ...AND request date is the following Tuesday or later                      MAIL
    Else                                                                       LOCAL
    Please click the Add Reputation star below any helpful posts, and if you have your answer, mark your thread as SOLVED (Thread Tools up top). Thanks!-Lee
    Last edited by leelnich; 05-19-2017 at 10:54 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Convert date to weekday or weekend
    By RookA1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2017, 01:09 PM
  2. [SOLVED] Have VBA Identify if it is a weekend or weekday
    By jdoerr1021 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-17-2016, 06:37 PM
  3. [SOLVED] Weekday/Weekend count from table
    By Mechanical Pencil in forum Excel General
    Replies: 3
    Last Post: 02-13-2016, 02:20 PM
  4. errors on formula calculating price per weekday vs weekend
    By scott11106 in forum Excel General
    Replies: 5
    Last Post: 08-21-2015, 04:06 PM
  5. Average Last 7 Days by Weekday/Weekend
    By cleone1387 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-28-2014, 01:32 PM
  6. [SOLVED] Calculate Overtime Weekday different from Weekend
    By Lg101 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2014, 04:41 PM
  7. [SOLVED] help please to identify and display 'WEEKDAY' or 'WEEKEND'
    By vin1602 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2013, 06:30 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