<?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: Multiple Find and Replace Formula in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230131#M45657</link>
    <description>&lt;P&gt;I used literal values to illustrate how Substitute() works. You could use variables or lists instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Substitute(
	"ABP MEAT DISTRIBUTORS, INC.",
	".", "",
	",", "",
	"INC.", ""
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 18:58:50 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2019-10-22T18:58:50Z</dc:date>
    <item>
      <title>Multiple Find and Replace Formula</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230121#M45656</link>
      <description>&lt;P&gt;I am trying to take a company name like ABP MEAT DISTRIBUTORS, INC. and do some Find and Replaces.&amp;nbsp; I would like to Find ".", ",", and "INC" and replace with blanks.&amp;nbsp; &amp;nbsp;The substitute formula only seem to work for 1 character.&amp;nbsp; How can I do multiple Find and Replaces?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 18:53:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230121#M45656</guid>
      <dc:creator>progers2020</dc:creator>
      <dc:date>2019-10-22T18:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Find and Replace Formula</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230131#M45657</link>
      <description>&lt;P&gt;I used literal values to illustrate how Substitute() works. You could use variables or lists instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Substitute(
	"ABP MEAT DISTRIBUTORS, INC.",
	".", "",
	",", "",
	"INC.", ""
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 18:58:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230131#M45657</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-10-22T18:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Find and Replace Formula</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230218#M45662</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt; is almost perfect.&lt;/P&gt;
&lt;P&gt;but I think that the function is order dependent.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Substitute(
	"ABP MEAT DISTRIBUTORS, INC.",
	",", "",
	"INC.", "",
	".", ""
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Oct 2019 20:43:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230218#M45662</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2019-10-22T20:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Find and Replace Formula</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230226#M45663</link>
      <description>This works great. I was originally under the impression that the Substitute function only worked for one character</description>
      <pubDate>Tue, 22 Oct 2019 21:41:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230226#M45663</guid>
      <dc:creator>progers2020</dc:creator>
      <dc:date>2019-10-22T21:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Find and Replace Formula</title>
      <link>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230304#M45674</link>
      <description>&lt;P&gt;You might not be aware but in addition to replacing more than one character, it replaces all instances in one call. It also works with lists and expressions.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 13:08:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Multiple-Find-and-Replace-Formula/m-p/230304#M45674</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-10-23T13:08:25Z</dc:date>
    </item>
  </channel>
</rss>

