<?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: Vlookup Equivalent - TRUE / Close Match in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1412578#M350076</link>
    <description>&lt;P&gt;Not sure if you figured this out, but here's an example workflow of something to try.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Sep 2025 15:45:15 GMT</pubDate>
    <dc:creator>lwolfie</dc:creator>
    <dc:date>2025-09-09T15:45:15Z</dc:date>
    <item>
      <title>Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365401#M338769</link>
      <description>&lt;P&gt;I am trying to use the 'Join' function as the Vlookup equivalent in Alteryx, but Vlookup has a function where it will bring back a close match. I have a table of data below, which I am trying to join with another table, however it is only 'joining' when the exact match is found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;365&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;322&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;110&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;128&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;305&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;224&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;189&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then have another table with the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;228&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;239&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to join them together to have the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;365&lt;/TD&gt;&lt;TD&gt;239&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;322&lt;/TD&gt;&lt;TD&gt;239&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;42&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;110&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;79&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;128&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;305&lt;/TD&gt;&lt;TD&gt;239&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;224&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;189&lt;/TD&gt;&lt;TD&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this example, the only thing that is currently joining is the '12' as it's an exact match.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 10:14:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365401#M338769</guid>
      <dc:creator>sam_mulholland</dc:creator>
      <dc:date>2025-01-30T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365404#M338771</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/675518"&gt;@sam_mulholland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the logic of your joining as I can see 32 and 201 joined together. Why 32 and 201 need to join together, just as an example?&lt;/P&gt;&lt;P&gt;Give us the logic we might be able to help solving it.&lt;/P&gt;&lt;P&gt;Why 228 is not matched to any value?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 10:42:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365404#M338771</guid>
      <dc:creator>OTrieger</dc:creator>
      <dc:date>2025-01-30T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365407#M338774</link>
      <description>&lt;P&gt;The logic is if the number in table 1 is between two in table 2, it should return that number. 32 and 201 join because the next higher number in table 2 is 228. There is nothing in table 1 between 228 and 239, so 228 would not return.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 10:50:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365407#M338774</guid>
      <dc:creator>sam_mulholland</dc:creator>
      <dc:date>2025-01-30T10:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365436#M338785</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/675518"&gt;@sam_mulholland&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I see so you have a range of numbers and if the number is in that range then it is a match.&lt;BR /&gt;&lt;BR /&gt;Good than this is the logic that you need to use to get it done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can label each number on the 2 table with a value, as category, and create the ranged and join based on the ranges and you will get these match.&lt;BR /&gt;There are other ways, however the above is simple to do and will be dynamic based on the values in table 2, if will change in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 12:32:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365436#M338785</guid>
      <dc:creator>OTrieger</dc:creator>
      <dc:date>2025-01-30T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365439#M338786</link>
      <description>&lt;P&gt;you can use formula tool to check bigger than and smaller than, you can actually generate the whole range of values in that range, the are many ways how to do it. I just wrote a simple way that not requires any knowledge of the more advance tools&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 12:39:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365439#M338786</guid>
      <dc:creator>OTrieger</dc:creator>
      <dc:date>2025-01-30T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365440#M338787</link>
      <description>&lt;P&gt;Do you have an example of that formula tool? Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 12:42:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365440#M338787</guid>
      <dc:creator>sam_mulholland</dc:creator>
      <dc:date>2025-01-30T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365469#M338799</link>
      <description>&lt;P&gt;Do you have an example of that formula? Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 14:21:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1365469#M338799</guid>
      <dc:creator>sam_mulholland</dc:creator>
      <dc:date>2025-01-30T14:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1412578#M350076</link>
      <description>&lt;P&gt;Not sure if you figured this out, but here's an example workflow of something to try.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 15:45:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1412578#M350076</guid>
      <dc:creator>lwolfie</dc:creator>
      <dc:date>2025-09-09T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup Equivalent - TRUE / Close Match</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1412596#M350079</link>
      <description>&lt;P&gt;What I believe you're trying to do is match using a "ceiling."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One note though, your original dataset that you provided has a 7 whereas I think you intended to include a 12, so I overrode that value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, if you create an intentional cartesian using the append, you can use logic to isolate only the values that fall "under" the target and use a filter to dump the values above and a Summarize to grab the MAX value:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jrlindem_0-1757434502109.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/410893iB4BA840EB544E07E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_0-1757434502109.png" alt="jrlindem_0-1757434502109.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Workflow attached as well.&amp;nbsp; Hope that helps,&amp;nbsp; -Jay&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:15:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Vlookup-Equivalent-TRUE-Close-Match/m-p/1412596#M350079</guid>
      <dc:creator>jrlindem</dc:creator>
      <dc:date>2025-09-09T16:15:36Z</dc:date>
    </item>
  </channel>
</rss>

