<?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: Names Match in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428762#M353232</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/794237"&gt;@nkgnyarko&lt;/a&gt;&amp;nbsp;this is the Fuzzy Match option you have in Alteryx. If you want to use an API or Python you could try that too - not sure what options are out there but I'm sure there's something!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2026 12:48:05 GMT</pubDate>
    <dc:creator>alexnajm</dc:creator>
    <dc:date>2026-01-16T12:48:05Z</dc:date>
    <item>
      <title>Names Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428647#M353217</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have two Excel sheets:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;Sheet 1 (Master Sheet):&lt;/DIV&gt;&lt;DIV&gt;This contains the full list of users, along with details such as their roles and statuses.&lt;/DIV&gt;&lt;DIV&gt;Sheet 2 (Target Sheet):&lt;/DIV&gt;&lt;DIV&gt;This contains a smaller, selected list of users, and it also has columns for roles and statuses.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I want to:&lt;/DIV&gt;&lt;DIV&gt;Identify users who appear in both the Master Sheet and the Target Sheet.&lt;/DIV&gt;&lt;DIV&gt;Match users by name, even if the names are not exactly the same (there may be small spelling or formatting differences).&lt;/DIV&gt;&lt;DIV&gt;Once a match is found, extract:&lt;/DIV&gt;&lt;DIV&gt;User details from the Master Sheet (e.g., role, status)&lt;/DIV&gt;&lt;DIV&gt;User ID and name from the Target Sheet&lt;/DIV&gt;&lt;DIV&gt;Output a combined result showing information from both sheets for the matched users.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Master Sheet&lt;/DIV&gt;&lt;DIV&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Master ID&lt;/TD&gt;&lt;TD&gt;Full Name&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;M001&lt;/TD&gt;&lt;TD&gt;Brown Nana Nyary&lt;/TD&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;M002&lt;/TD&gt;&lt;TD&gt;Sarah Ann Mensah&lt;/TD&gt;&lt;TD&gt;Editor&lt;/TD&gt;&lt;TD&gt;Inactive&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Target Sheet&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Target ID&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Selected&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;T101&lt;/TD&gt;&lt;TD&gt;Brown N. Nyary&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;T102&lt;/TD&gt;&lt;TD&gt;B. A. Mensah&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;Editor&lt;/TD&gt;&lt;TD&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Expected Output&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Master ID&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Target ID&lt;/TD&gt;&lt;TD&gt;Name(Target)&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; Name(Master)&lt;/TD&gt;&lt;TD&gt;Role&lt;/TD&gt;&lt;TD&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;M001&lt;/TD&gt;&lt;TD&gt;T101&lt;/TD&gt;&lt;TD&gt;Brown N. Nyary&lt;/TD&gt;&lt;TD&gt;Brown Nana Nyary&lt;/TD&gt;&lt;TD&gt;Admin&lt;/TD&gt;&lt;TD&gt;Active&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Even though the names are not exactly the same, they are treated as a match.&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Jan 2026 17:04:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428647#M353217</guid>
      <dc:creator>nkgnyarko</dc:creator>
      <dc:date>2026-01-15T17:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Names Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428696#M353222</link>
      <description>&lt;P&gt;If you can shorten middle names to middle initials for every instance, I'd go that route. Otherwise, Fuzzy Match is your answer!&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Tool-Mastery/Tool-Mastery-Fuzzy-Match/ta-p/45485" target="_blank"&gt;Tool Mastery | Fuzzy Match correspondance partielle fuzzyübereinstimmung&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 00:17:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428696#M353222</guid>
      <dc:creator>alexnajm</dc:creator>
      <dc:date>2026-01-16T00:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Names Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428699#M353223</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/794237"&gt;@nkgnyarko&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;FYI.&lt;/FONT&gt;&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="录制_2026_01_16_08_38_49_305.gif" style="width: 812px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/416321i62FE800DD083118F/image-size/large?v=v2&amp;amp;px=999" role="button" title="录制_2026_01_16_08_38_49_305.gif" alt="录制_2026_01_16_08_38_49_305.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 00:40:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428699#M353223</guid>
      <dc:creator>flying008</dc:creator>
      <dc:date>2026-01-16T00:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Names Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428748#M353229</link>
      <description>&lt;P&gt;Is there any way the fuzzy match can work like the one in power query, the fuzzy match in alteryx seems a bit confusing to use.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 09:32:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428748#M353229</guid>
      <dc:creator>nkgnyarko</dc:creator>
      <dc:date>2026-01-16T09:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Names Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428749#M353230</link>
      <description>&lt;P&gt;Thank you for the solution.&lt;BR /&gt;I'll like to point out that the names in the target sheet may be misspelled or even rearranged and may not necessarily contain middle names.&lt;BR /&gt;&lt;BR /&gt;I'll try the workflow and see how it goes&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 09:34:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428749#M353230</guid>
      <dc:creator>nkgnyarko</dc:creator>
      <dc:date>2026-01-16T09:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Names Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428762#M353232</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/794237"&gt;@nkgnyarko&lt;/a&gt;&amp;nbsp;this is the Fuzzy Match option you have in Alteryx. If you want to use an API or Python you could try that too - not sure what options are out there but I'm sure there's something!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 12:48:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Names-Match/m-p/1428762#M353232</guid>
      <dc:creator>alexnajm</dc:creator>
      <dc:date>2026-01-16T12:48:05Z</dc:date>
    </item>
  </channel>
</rss>

