<?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 Formula to ignore filled cells and only run on the blank ones in a column in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820603#M200364</link>
    <description>&lt;P&gt;Hello Alteryx Community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I bring my humble question which is how to create a formula in Alteryx to fill in the date that I run my weekly report.&amp;nbsp; But I wanted to mitigate the possibility of me running it twice in a week and it overriding my previous formula of DateTimeNow() and updating the date.&amp;nbsp; Which brings me to want to turn it into an If formula to still do the same thing, but ignore the column if it's already filled.&amp;nbsp; Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insight is appreciated!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 16:06:17 GMT</pubDate>
    <dc:creator>ddelao95</dc:creator>
    <dc:date>2021-09-10T16:06:17Z</dc:date>
    <item>
      <title>Formula to ignore filled cells and only run on the blank ones in a column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820603#M200364</link>
      <description>&lt;P&gt;Hello Alteryx Community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I bring my humble question which is how to create a formula in Alteryx to fill in the date that I run my weekly report.&amp;nbsp; But I wanted to mitigate the possibility of me running it twice in a week and it overriding my previous formula of DateTimeNow() and updating the date.&amp;nbsp; Which brings me to want to turn it into an If formula to still do the same thing, but ignore the column if it's already filled.&amp;nbsp; Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insight is appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 16:06:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820603#M200364</guid>
      <dc:creator>ddelao95</dc:creator>
      <dc:date>2021-09-10T16:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore filled cells and only run on the blank ones in a column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820612#M200368</link>
      <description>&lt;P&gt;This helps you?&lt;/P&gt;&lt;P&gt;If isnull(COLUMN) then datetimenow() else COLUMN endif&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 16:18:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820612#M200368</guid>
      <dc:creator>dougperez</dc:creator>
      <dc:date>2021-09-10T16:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore filled cells and only run on the blank ones in a column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820621#M200370</link>
      <description>&lt;P&gt;Same answer as above, just wanted to show you this in a formula tool as well since its a little more clear.&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="csmith11_0-1631292725148.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/202049i8EE5ED35BC9F1E26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="csmith11_0-1631292725148.png" alt="csmith11_0-1631292725148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll want to make sure you have the data type set to date if you are looking for just the date, or set it to datetime if you want to include the time.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 16:53:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820621#M200370</guid>
      <dc:creator>csmith11</dc:creator>
      <dc:date>2021-09-10T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore filled cells and only run on the blank ones in a column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820637#M200378</link>
      <description>&lt;P&gt;Thank you almighty gurus&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":man_astronaut:"&gt;👨‍🚀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 17:36:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820637#M200378</guid>
      <dc:creator>ddelao95</dc:creator>
      <dc:date>2021-09-10T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to ignore filled cells and only run on the blank ones in a column</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820640#M200380</link>
      <description>&lt;P&gt;Solution authors are Happy to help : )&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/133052"&gt;@ddelao95&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the solution author's response helps please don't forget to mark it as a solution.&lt;BR /&gt;&lt;BR /&gt;Cheers and have a nice day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 17:39:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-ignore-filled-cells-and-only-run-on-the-blank-ones-in/m-p/820640#M200380</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2021-09-10T17:39:04Z</dc:date>
    </item>
  </channel>
</rss>

