<?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: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402436#M23117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they two columns on the same page aligned in rows already?&amp;nbsp; If so, then I do not understand the problem, since you could just concatenate the two columns together on the same row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are on separate pages or in separate spreadsheets then you would first need to break apart the address from each component first and do a match on the address that is common in both using ZLookup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a spreadsheet that shows how to parse the two columns if they were on separate spreadsheet pages and then do a match using VLookup.&amp;nbsp; After matching, just concatenate as needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 01:33:56 GMT</pubDate>
    <dc:creator>RichardFairhurst</dc:creator>
    <dc:date>2015-04-16T01:33:56Z</dc:date>
    <item>
      <title>Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402429#M23110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying for some time now to do this, and it is very frustrating.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I geocoded, I now have the X and Y values and the addresses, but I do not have the unique number associated with them.&amp;nbsp; There are thousands of them, so I cannot add them manually because of the time frame.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of what my current data looks like...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In "Set 1" the first and second numbers represent the x/y coordinates.&amp;nbsp; Then, it is the street address (110 Street, 111 Park, 112 Road, 113 Ave, and 114 Lane).&lt;/P&gt;&lt;P&gt;In "Set 2" the first number represents the unique ID.&amp;nbsp; Then it is the street address (110 Street, 111 Park, 112 Road, 113 Ave, and 114 Lane).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="233" style="width: 330px; height: 233px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="89"&gt;Set 1&lt;/TD&gt;&lt;TD width="86"&gt;Set 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1 3 110 Street&lt;/TD&gt;&lt;TD&gt;99 110 Street&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2 4 111 Park&lt;/TD&gt;&lt;TD&gt;100 111 Park&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;3 5 112 Road&lt;/TD&gt;&lt;TD&gt;101 112 Road&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;4 3 113 Ave&lt;/TD&gt;&lt;TD&gt;102 113 Ave&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;5 9 114 Lane&lt;/TD&gt;&lt;TD&gt;103 114 Lane&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to match and combine these somehow in Excel.&amp;nbsp; The final output should look similar to "1 3 110 Street 99 110 Street".&amp;nbsp; Since there are thousands of entries, I need to partially match the data and then combine the two cells together.&amp;nbsp; My idea is to combine the "110 Street" together since both columns share it.&amp;nbsp; If there is another way I should do this, please let me know!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 00:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402429#M23110</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2015-04-16T00:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402430#M23111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need the unique ID? Is it to match to another dataset that contains it? If not, you can just add a new unique ID field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with using the street address is that sometimes you can get the same street address in a different zip code, for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 00:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402430#M23111</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-16T00:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402431#M23112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sephe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I do need it in another database.&amp;nbsp; I wish I could just add a new unique ID.&amp;nbsp; Thank you for replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 00:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402431#M23112</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2015-04-16T00:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402432#M23113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not clear what I am looking at.&amp;nbsp; Are these two separate spreadsheets, two separate columns, two separate pages?&amp;nbsp; Are the values in each set in a single field each (set1 and set2) or are the sets made up of separate fields (like x, y, address, unique ID, address)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VLookup can do this if the address portion of each set is separated out.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 00:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402432#M23113</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-04-16T00:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402433#M23114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again Richard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You helped me a lot out last time with a similar question I had.&amp;nbsp; Let me try to explain it better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Set 1" and "Set 2" are 2 different columns.&amp;nbsp; What it actually looks like is something similar to this...&lt;/P&gt;&lt;P&gt;The numbers with the decimal are the Lat/Long coordinates.&amp;nbsp; All of this data is within a column so there are a total of two columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can separate each of these values into their own column.&amp;nbsp; For example, the lat would be in a column.&amp;nbsp; The long would be in a column.&amp;nbsp; The address would be in a column etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="207" style="width: 426px; height: 207px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="163"&gt;Column 1&lt;/TD&gt;&lt;TD width="86"&gt;Column 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;32.432 84.342&amp;nbsp; 110 Street&lt;/TD&gt;&lt;TD&gt;99 110 Street&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;33.432 85.342 111 Park&lt;/TD&gt;&lt;TD&gt;100 111 Park&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;36.432 89.342 112 Road&lt;/TD&gt;&lt;TD&gt;101 112 Road&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;22.432 54.342 113 Ave&lt;/TD&gt;&lt;TD&gt;102 113 Ave&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;72.432 14.342 114 Lane&lt;/TD&gt;&lt;TD&gt;103 114 Lane&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 01:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402433#M23114</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2015-04-16T01:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402434#M23115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok, that's not so bad then. Calculate them out to separate columns then join them all back together into one column!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 01:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402434#M23115</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-16T01:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402435#M23116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both!&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I don't know about you all, but sometimes I just need to talk it through with someone.&amp;nbsp; After doing just that, I figured it out.&amp;nbsp; It took quite awhile, but it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 01:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402435#M23116</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2015-04-16T01:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402436#M23117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they two columns on the same page aligned in rows already?&amp;nbsp; If so, then I do not understand the problem, since you could just concatenate the two columns together on the same row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are on separate pages or in separate spreadsheets then you would first need to break apart the address from each component first and do a match on the address that is common in both using ZLookup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a spreadsheet that shows how to parse the two columns if they were on separate spreadsheet pages and then do a match using VLookup.&amp;nbsp; After matching, just concatenate as needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 01:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402436#M23117</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-04-16T01:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402437#M23118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for taking the time to show me this spreadsheet. It is very helpful!&amp;nbsp; Sometimes I just really over think something and make it more difficult.&amp;nbsp; In this case, I really did that.&amp;nbsp; I will consider this a lesson well learned!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 01:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402437#M23118</guid>
      <dc:creator>KenricMcCay</dc:creator>
      <dc:date>2015-04-16T01:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excel/ArcMap - After Geoding Unique Values Gone How to Use Excel to Match and Combine Data?</title>
      <link>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402438#M23119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for asking the right questions, Richard. I thought I knew what I was looking at, but apparently I didn't. Well, you know what they say about assumptions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 01:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/excel-arcmap-after-geoding-unique-values-gone-how/m-p/402438#M23119</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-16T01:52:23Z</dc:date>
    </item>
  </channel>
</rss>

