<?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 strip off letters in a column not working in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137289#M280992</link>
    <description>&lt;P&gt;I have formula (see below) that is part of a larger set of formulas but the formula below is not doing what I wanted it to do, I have a column with that has a date with the letters ETA with it like&amp;nbsp;&lt;/P&gt;&lt;P&gt;ETA 05/26/23&amp;nbsp; &amp;nbsp;and I just want to strip off the "ETA" and just leave 05/26/23 but it stays the same ETA 05/26/23 and nothing gets stripped off . I tried replacing the formula with "Left" and nothing changes either and I know it is something simple but I cannot figure out what it is, can someone help?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ELSEIF Contains([2nd GI],"ETA")&lt;BR /&gt;THEN Right(Replace([2nd GI], "ETA", ""),5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example ETA 0526/23&lt;/P&gt;&lt;P&gt;Want it to be&amp;nbsp; 05/26/23&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 18:38:40 GMT</pubDate>
    <dc:creator>MikeFrancis1959</dc:creator>
    <dc:date>2023-05-23T18:38:40Z</dc:date>
    <item>
      <title>Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137289#M280992</link>
      <description>&lt;P&gt;I have formula (see below) that is part of a larger set of formulas but the formula below is not doing what I wanted it to do, I have a column with that has a date with the letters ETA with it like&amp;nbsp;&lt;/P&gt;&lt;P&gt;ETA 05/26/23&amp;nbsp; &amp;nbsp;and I just want to strip off the "ETA" and just leave 05/26/23 but it stays the same ETA 05/26/23 and nothing gets stripped off . I tried replacing the formula with "Left" and nothing changes either and I know it is something simple but I cannot figure out what it is, can someone help?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ELSEIF Contains([2nd GI],"ETA")&lt;BR /&gt;THEN Right(Replace([2nd GI], "ETA", ""),5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example ETA 0526/23&lt;/P&gt;&lt;P&gt;Want it to be&amp;nbsp; 05/26/23&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 18:38:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137289#M280992</guid>
      <dc:creator>MikeFrancis1959</dc:creator>
      <dc:date>2023-05-23T18:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137292#M280994</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;THEN Trim(Replace([2nd GI], "ETA", ""))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 18:42:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137292#M280994</guid>
      <dc:creator>ChrisTX</dc:creator>
      <dc:date>2023-05-23T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137304#M280997</link>
      <description>&lt;P&gt;it did not strip of the ETA&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 18:51:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137304#M280997</guid>
      <dc:creator>MikeFrancis1959</dc:creator>
      <dc:date>2023-05-23T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137319#M281003</link>
      <description>&lt;P&gt;Maybe something above the ELSEIF is being executed?&amp;nbsp; Can you send sample input data and the full IF statement?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 19:15:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137319#M281003</guid>
      <dc:creator>ChrisTX</dc:creator>
      <dc:date>2023-05-23T19:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137331#M281009</link>
      <description>&lt;P&gt;I highlighted the formula with a comment box that is red&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 19:37:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137331#M281009</guid>
      <dc:creator>MikeFrancis1959</dc:creator>
      <dc:date>2023-05-23T19:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137339#M281012</link>
      <description>&lt;P&gt;if ETA is in same position throughout the column, then try this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-05-23 153559.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/306213i306A9E8634148A70/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-23 153559.png" alt="Screenshot 2023-05-23 153559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 19:42:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137339#M281012</guid>
      <dc:creator>nagakavyasri</dc:creator>
      <dc:date>2023-05-23T19:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137343#M281013</link>
      <description>&lt;P&gt;The YXMD file doesn't include your input XLSX file.&amp;nbsp; Need to use the menu... Options &amp;gt; Export Workflow to create a YXZP file.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 19:46:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137343#M281013</guid>
      <dc:creator>ChrisTX</dc:creator>
      <dc:date>2023-05-23T19:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137346#M281014</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 19:55:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137346#M281014</guid>
      <dc:creator>MikeFrancis1959</dc:creator>
      <dc:date>2023-05-23T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137358#M281019</link>
      <description>&lt;P&gt;The condition is satisfied in 1st IF statement, so it is not going to further Elseif conditions. The 1st condition says !isempty[2nd GI], as the [2nd GI] is not empty, the same is returned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-05-23 160209.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/306220iA2BC8F6FD63110F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-23 160209.png" alt="Screenshot 2023-05-23 160209.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try changing the 1st condition so that Contains function works, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-05-23 160656.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/306223i39689AB4CB4598C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-23 160656.png" alt="Screenshot 2023-05-23 160656.png" /&gt;&lt;/span&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 20:07:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137358#M281019</guid>
      <dc:creator>nagakavyasri</dc:creator>
      <dc:date>2023-05-23T20:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137366#M281023</link>
      <description>&lt;P&gt;I am not sure what part of the formula to change, can you show me what you mean?&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 20:10:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137366#M281023</guid>
      <dc:creator>MikeFrancis1959</dc:creator>
      <dc:date>2023-05-23T20:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137374#M281027</link>
      <description>&lt;P&gt;Highlighted in this:&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="Screenshot 2023-05-23 160656.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/306225i2F7F59416494E065/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-23 160656.png" alt="Screenshot 2023-05-23 160656.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 20:28:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137374#M281027</guid>
      <dc:creator>nagakavyasri</dc:creator>
      <dc:date>2023-05-23T20:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Formula to strip off letters in a column not working</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137375#M281028</link>
      <description>&lt;P&gt;OK, I see what you mean!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 20:29:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Formula-to-strip-off-letters-in-a-column-not-working/m-p/1137375#M281028</guid>
      <dc:creator>MikeFrancis1959</dc:creator>
      <dc:date>2023-05-23T20:29:26Z</dc:date>
    </item>
  </channel>
</rss>

