+ Reply to Thread
Results 1 to 10 of 10

Combining an IF function with a WORKDAY function

Hybrid View

  1. #1
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: Combining an IF function with a WORKDAY function

    So if E4="P7" do you want to add 10 workdays to the date.....or just add 10 days and then move to next workday if a weekend results?

    For the former...

    =WORKDAY(D4,IF(E4="P7",10,IF(E4="P6",15,IF(E4="P5",20,IF(E4="P4",25)))))

    or the latter

    =WORKDAY(D4+IF(E4="P7",10,IF(E4="P6",15,IF(E4="P5",20,IF(E4="P4",25))))-1,1)
    Last edited by daddylonglegs; 11-27-2017 at 08:29 PM.
    Audere est facere

+ 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. Combining an IF function and WORKDAY function
    By rider2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2017, 10:32 PM
  2. Nested IF Function with WORKDAY function
    By marielouise1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-30-2014, 03:00 PM
  3. Workday.INTL or Workday function issue
    By junoon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2013, 03:14 PM
  4. Workday function
    By Saky in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-31-2011, 09:56 AM
  5. WORKDAY function
    By gn!uz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-07-2007, 08:25 AM
  6. Workday function
    By RUSH2CROCHET in forum Excel General
    Replies: 4
    Last Post: 05-17-2006, 02:40 PM
  7. [SOLVED] Excel Workday Function with another function
    By Monique in forum Excel General
    Replies: 2
    Last Post: 04-27-2006, 08:15 AM

Tags for this Thread

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