<?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 Replicate excel formula IF(COUNTIF) in Alteryx in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448361#M86256</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to replicate below excel formula in Alteryx? I tried my best to use the filter and formula tool by using IF and CONTAINS function but nothing worked. Any help would be appreciated. Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF(COUNTIF(A$2:A$6,A2)&amp;gt;1,TRUE,FALSE)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 19:23:27 GMT</pubDate>
    <dc:creator>aparna0208</dc:creator>
    <dc:date>2019-08-06T19:23:27Z</dc:date>
    <item>
      <title>Replicate excel formula IF(COUNTIF) in Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448361#M86256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to replicate below excel formula in Alteryx? I tried my best to use the filter and formula tool by using IF and CONTAINS function but nothing worked. Any help would be appreciated. Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF(COUNTIF(A$2:A$6,A2)&amp;gt;1,TRUE,FALSE)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 19:23:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448361#M86256</guid>
      <dc:creator>aparna0208</dc:creator>
      <dc:date>2019-08-06T19:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate excel formula IF(COUNTIF) in Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448363#M86257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/57997"&gt;@aparna0208&lt;/a&gt;&amp;nbsp; sounds like you want to use a summazie tool then a formula tool to do an If to flag if its true or false. yOU Could just use a filter after the summaize tool as well.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 19:25:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448363#M86257</guid>
      <dc:creator>JosephSerpis</dc:creator>
      <dc:date>2019-08-06T19:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate excel formula IF(COUNTIF) in Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448366#M86259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/57997"&gt;@aparna0208&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way you approach certain situations in Alteryx require a different mindset you're used to in Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I'd do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Summarize Tool to count the occurences of this cell, grouping by your A field;&lt;/P&gt;&lt;P&gt;Use IF Function to define TRUE or FALSE if that cell in specific has a count greater than 1;&lt;/P&gt;&lt;P&gt;Join the result back to your dataset by your A field if you need to repeat this value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 19:29:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448366#M86259</guid>
      <dc:creator>Thableaus</dc:creator>
      <dc:date>2019-08-06T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate excel formula IF(COUNTIF) in Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448368#M86260</link>
      <description>&lt;P&gt;I would suggest:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/72755i07C3B66388135445/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The summarise creates the counts&lt;/P&gt;
&lt;P&gt;Then a formula tool to turn to True/False&lt;/P&gt;
&lt;P&gt;Finally join back to the original data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One small catch is the data is reordered in this process, should this be a problem then you can use a RecordID to know original order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample attached&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 09:41:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448368#M86260</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2023-05-05T09:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replicate excel formula IF(COUNTIF) in Alteryx</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448411#M86288</link>
      <description>&lt;P&gt;It worked! Thank you so much&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/6503"&gt;@JosephSerpis&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/49596"&gt;@Thableaus&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554"&gt;@jdunkerley79&lt;/a&gt;&amp;nbsp;for your inputs on this:)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 20:46:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Replicate-excel-formula-IF-COUNTIF-in-Alteryx/m-p/448411#M86288</guid>
      <dc:creator>aparna0208</dc:creator>
      <dc:date>2019-08-06T20:46:42Z</dc:date>
    </item>
  </channel>
</rss>

