+ Reply to Thread
Results 1 to 17 of 17

fill between two date according to working day and non working day , holidays

Hybrid View

mazan2010 fill between two date... 01-23-2017, 02:51 PM
CK76 Re: fill between two date... 01-23-2017, 03:10 PM
mazan2010 Re: fill between two date... 01-23-2017, 03:16 PM
JohnTopley Re: fill between two date... 01-23-2017, 03:11 PM
mazan2010 Re: fill between two date... 01-23-2017, 03:15 PM
mazan2010 Re: fill between two date... 01-23-2017, 03:34 PM
CK76 Re: fill between two date... 01-23-2017, 03:13 PM
mazan2010 Re: fill between two date... 01-23-2017, 03:32 PM
CK76 Re: fill between two date... 01-23-2017, 03:20 PM
mazan2010 Re: fill between two date... 01-23-2017, 03:54 PM
JohnTopley Re: fill between two date... 01-23-2017, 03:21 PM
CK76 Re: fill between two date... 01-23-2017, 03:38 PM
JohnTopley Re: fill between two date... 01-23-2017, 04:23 PM
mazan2010 Re: fill between two date... 01-24-2017, 02:03 AM
JohnTopley Re: fill between two date... 01-24-2017, 03:38 AM
mazan2010 Re: fill between two date... 01-24-2017, 10:37 AM
JohnTopley Re: fill between two date... 01-24-2017, 01:39 PM
  1. #1
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,699

    Re: fill between two date according to working day and non working day , holidays

    Column G has working days

    =WORKDAY.INTL($G2,1,"0001110")

    Column H has non-working days indicated by "X" in column

    =IF(COUNTIF(E:E,G3),"","X")

    Filter on Column H

    NOTE: no holidays considered

    Or in column F

    =IFERROR(INDEX(G:G,SMALL(IF($H$3:$H$200="x",ROW($H$3:$H$200)),ROWS($1:1))),"")

    enter with Ctrl+Shift+Enter
    Attached Files Attached Files
    Last edited by JohnTopley; 01-24-2017 at 02:34 PM.

+ 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. fill automatic between two date and calculate working day
    By mazan2010 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 07-31-2016, 02:11 PM
  2. [SOLVED] CFormat for Stat Holidays not working right
    By BlindAlley in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-04-2015, 01:38 PM
  3. calculate the working days and Holidays
    By sriku in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-13-2014, 02:03 PM
  4. Replies: 3
    Last Post: 10-30-2013, 05:15 AM
  5. Replies: 2
    Last Post: 06-14-2013, 10:45 AM
  6. Replies: 6
    Last Post: 05-20-2013, 07:45 PM
  7. non-working holidays
    By barkarlo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-25-2011, 06:17 PM

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