<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Subtracting Holidays from Business Days in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48533#M18481</link>
    <description>&lt;P&gt;There may be a more elegant way, but here is one using Find/Replace Tool. I'd prefer this over Join to avoid duplicating records. Instead, it looks to see if the date is contained in the Holiday list. Note that the orange section is just creating dates to use in the example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mark holidays.png" style="width: 959px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/13342iF1923A449AAA76F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Mark holidays.png" alt="Mark holidays.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 20:28:25 GMT</pubDate>
    <dc:creator>Philip</dc:creator>
    <dc:date>2017-03-02T20:28:25Z</dc:date>
    <item>
      <title>Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48515#M18477</link>
      <description>&lt;P&gt;So I have the business days calculating correctly. &amp;nbsp;Is there anyway to have alteryx look at a list of dates, see if these dates are in the range (Start Date and End Date) and return a 1 if it is and a 0 if it is not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start Date is 2/27/2017&lt;/P&gt;&lt;P&gt;End Date is 3/2/2017&lt;/P&gt;&lt;P&gt;Holiday is 3/1/2017.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:38:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48515#M18477</guid>
      <dc:creator>MadeInHB</dc:creator>
      <dc:date>2017-03-02T19:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48518#M18478</link>
      <description>&lt;P&gt;Can you supply a file as an example.&amp;nbsp; Not sure exactly what you need from your description.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:52:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48518#M18478</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2017-03-02T19:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48520#M18479</link>
      <description>&lt;P&gt;So right now I have business days calculating. &amp;nbsp;For the example 2/27 - 3/2, it is calculating 3 days. &amp;nbsp;But let's say 3/1 is Holiday. &amp;nbsp;I am looking for a way to have Alteryx see 3/1 as a Holiday and return a 1. &amp;nbsp;Then I can set the formula to do 3-1, to return that it is actually 2 business days and not 3. &amp;nbsp;But I am stuck with the variable holiday dates.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 20:02:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48520#M18479</guid>
      <dc:creator>MadeInHB</dc:creator>
      <dc:date>2017-03-02T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48528#M18480</link>
      <description>&lt;P&gt;will there be a file with a list of holiday dates ? If so then you can use generate row to create all the dates between the start and end dates, join to the holiday list, filter out weekends and holidays, and then summarize to count the dates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search community for "Calculate Business Days Between Dates" for a helpful article.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 20:15:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48528#M18480</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2017-03-02T20:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48533#M18481</link>
      <description>&lt;P&gt;There may be a more elegant way, but here is one using Find/Replace Tool. I'd prefer this over Join to avoid duplicating records. Instead, it looks to see if the date is contained in the Holiday list. Note that the orange section is just creating dates to use in the example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mark holidays.png" style="width: 959px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/13342iF1923A449AAA76F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Mark holidays.png" alt="Mark holidays.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 20:28:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48533#M18481</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2017-03-02T20:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48535#M18482</link>
      <description>&lt;P&gt;Join wouldn't create duplicate records, but Append Fields would.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 20:45:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48535#M18482</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2017-03-02T20:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48555#M18483</link>
      <description>&lt;P&gt;You're right. I was thinking about another situation as I was writing that. Sorry for any confusion!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:47:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48555#M18483</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2017-03-02T22:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48659#M18484</link>
      <description>&lt;P&gt;Phillip - this was much simpler than the route I was going down. &amp;nbsp;Mine was all over. &amp;nbsp;Thanks very much!!!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 17:15:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/48659#M18484</guid>
      <dc:creator>MadeInHB</dc:creator>
      <dc:date>2017-03-03T17:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/49405#M18485</link>
      <description>&lt;P&gt;Hi, how can I return count of holidays from a given date range? I have two columns with Start Date and End Date and multiple rows with different date ranges - I want to know how many holidays fall within each date range - and have it as an additional column?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 12:23:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/49405#M18485</guid>
      <dc:creator>Pallavimore001</dc:creator>
      <dc:date>2017-03-09T12:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/49652#M18486</link>
      <description>&lt;P&gt;See if this is what you need. I built it off of what MS's documentation says about NETWORKDAYS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Hold on, found a couple of errors.)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 16:50:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/49652#M18486</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2017-03-10T16:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/49660#M18487</link>
      <description>&lt;P&gt;OK, fixed now.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 16:58:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/49660#M18487</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2017-03-10T16:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/89515#M18488</link>
      <description>&lt;P&gt;Philip you're a star!&amp;nbsp; I just spent the past several hours trying to solve an issue where we wanted to count the number of days between 2 dates excluding bank holidays (in Germany) and weekends.&amp;nbsp; Could not for the life of me figure out how to tell Alteryx to subtract a count if holidays fall between 2 dates!&lt;/P&gt;&lt;P&gt;Thank you thank you thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 20:53:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/89515#M18488</guid>
      <dc:creator>MarcusDoesBI</dc:creator>
      <dc:date>2017-11-02T20:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/90468#M18489</link>
      <description>&lt;P&gt;I'm unable to download the file, are you able to change the file extension.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:26:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/90468#M18489</guid>
      <dc:creator>ncampos</dc:creator>
      <dc:date>2017-11-08T21:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297736#M51920</link>
      <description>&lt;P&gt;Hey Philip,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue around the same lines, my range of date doesn't include holidays.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first file date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;holiday excel sheet&lt;/P&gt;&lt;P&gt;2018-08-31&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018-09-03&lt;/P&gt;&lt;P&gt;2018-09-04&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2018-11-22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current formula works if its a friday, gives me monday because of 3.&lt;/P&gt;&lt;P&gt;But because Monday is a holiday , I have to make the calculation 4 manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a dynamic way to do this.Thanks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if DateTimeFormat(DateTimeToday(),"%a") = 'Fri' then 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;elseif DateTimeFormat(DateTimeToday(),"%a") = 'Sat' then 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;else 1 endif&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then create a filter:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Date] = ToDate(DateTimeAdd(DateTimeToday(), daystoadd, "days")).&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 20:46:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297736#M51920</guid>
      <dc:creator>rahulshetty925</dc:creator>
      <dc:date>2018-08-31T20:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297873#M51933</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/18082"&gt;@rahulshetty925&lt;/a&gt;&amp;nbsp;can you give me an example input data set and a desired output? I'm not sure I understand the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 21:46:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297873#M51933</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2018-08-31T21:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297877#M51937</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My input data has only one date field.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date1 - It has all the business days excluding holidays and weekend&lt;/P&gt;&lt;P&gt;08-30-2018&lt;/P&gt;&lt;P&gt;08-31-2018&lt;/P&gt;&lt;P&gt;09-04-2018&lt;/P&gt;&lt;P&gt;09-05-2018&lt;/P&gt;&lt;P&gt;09-06-2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using this formula to exclude the weekend and dynamically run the workflow everyday.&lt;STRONG&gt;if DateTimeFormat(DateTimeToday(),"%a") = 'Fri' then 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;elseif DateTimeFormat(DateTimeToday(),"%a") = 'Sat' then 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;else 1 endif&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then create a filter:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Date] = ToDate(DateTimeAdd(DateTimeToday(), daystoadd, "days")).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem here is the counter&amp;nbsp;if DateTimeFormat(DateTimeToday(),"%a") = 'Fri' then 3 failed today as Monday is a holiday.And the workflow showed blank dates.&lt;/P&gt;&lt;P&gt;If I do 4 manually the workflow runs successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I was thinking if there is a dynamic way in which I can bring in a holiday excel sheet, combine it with my original sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some more recap to the previous issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Exclude-Saturday-and-Sunday-at-Runtime-every-week-from-the/m-p/198612#M50603" target="_self"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Exclude-Saturday-and-Sunday-at-Runtime-every-week-from-the/m-p/198612#M50603&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rahul&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 21:57:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297877#M51937</guid>
      <dc:creator>rahulshetty925</dc:creator>
      <dc:date>2018-08-31T21:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297882#M51938</link>
      <description>&lt;P&gt;If I understand correctly, all you need to do is join a list of holidays and take the non-matches from the input. If it doesn't do what you need, let me know and I'll keep working at it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Looking at previous days.png" style="width: 845px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/42045iBBB0F60DB6CF5AF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Looking at previous days.png" alt="Looking at previous days.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 22:17:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/297882#M51938</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2018-08-31T22:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/298738#M52103</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workflow that you have attached will work fine if the input data would have those dates, but my input data just skips weekends and business holidays.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me give you a brief idea of whats happening.My workflow runs fine today as the logic works for today and tomorrow as the &lt;STRONG&gt;below formula&lt;/STRONG&gt; holds true for today.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if DateTimeFormat(DateTimeToday(),"%a") = 'Fri' then 3&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;elseif DateTimeFormat(DateTimeToday(),"%a") = 'Sat' then 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;else 1 endif&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then create a filter:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[Date] = ToDate(DateTimeAdd(DateTimeToday(), daystoadd, "days")).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to put some logic after this formula and not sure if it is possible.Or I will have to populate the input data with business holidays to match with my holiday excel sheet.These two approaches come in mind.Let me know if you can think of any other simple method.Thank You.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 19:39:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/298738#M52103</guid>
      <dc:creator>rahulshetty925</dc:creator>
      <dc:date>2018-09-04T19:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/298754#M52110</link>
      <description>&lt;P&gt;Does your input date data look like this excluding any additional information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateInput.png" style="width: 787px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/42171i898900D171CAE945/image-size/large?v=v2&amp;amp;px=999" role="button" title="DateInput.png" alt="DateInput.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And do you want to expand it to include missing dates, like this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateOutput.png" style="width: 787px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/42172iE4FF4019BB5601B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="DateOutput.png" alt="DateOutput.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 20:02:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/298754#M52110</guid>
      <dc:creator>Philip</dc:creator>
      <dc:date>2018-09-04T20:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Subtracting Holidays from Business Days</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/298774#M52119</link>
      <description>&lt;P&gt;Yes Philip,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That looks like the only solution for the time being.Changing the input to have all dates and then exclude weekends and holidays from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:02:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Subtracting-Holidays-from-Business-Days/m-p/298774#M52119</guid>
      <dc:creator>rahulshetty925</dc:creator>
      <dc:date>2018-09-04T21:02:53Z</dc:date>
    </item>
  </channel>
</rss>

