<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Excel Creating Unique Identifiers</title>
	<atom:link href="http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nikul S.</title>
		<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/comment-page-1/#comment-1544</link>
		<dc:creator>Nikul S.</dc:creator>
		<pubDate>Mon, 07 Jun 2010 10:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1003#comment-1544</guid>
		<description>Hi,

   I tried using this formula to generate unique IDs for a list of 400,000 names which has almost 16,000 unique names. But as soon as I reached 30,000 the excel either stops responding or urges to stop the program saying it cannot handle too long formula. 

Can you please help me out of such a challenging task.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   I tried using this formula to generate unique IDs for a list of 400,000 names which has almost 16,000 unique names. But as soon as I reached 30,000 the excel either stops responding or urges to stop the program saying it cannot handle too long formula. </p>
<p>Can you please help me out of such a challenging task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/comment-page-1/#comment-1370</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1003#comment-1370</guid>
		<description>Hello,

I am trying to find a very similar formula except using 2 columns of data, e.g.:

Invoice Number  Vendor

I want add a unique identifier where the Invoice number is the same however the Vendor is different and if both are the same then use the same identifier.

I tried to use the formula and add a second column and it does not seem to work.  Please help

Thank You</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am trying to find a very similar formula except using 2 columns of data, e.g.:</p>
<p>Invoice Number  Vendor</p>
<p>I want add a unique identifier where the Invoice number is the same however the Vendor is different and if both are the same then use the same identifier.</p>
<p>I tried to use the formula and add a second column and it does not seem to work.  Please help</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/comment-page-1/#comment-1293</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1003#comment-1293</guid>
		<description>This is great, thanks for your help!</description>
		<content:encoded><![CDATA[<p>This is great, thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/comment-page-1/#comment-1005</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1003#comment-1005</guid>
		<description>Jason

I assume this only works on 2007, I&#039;m using Excel 2003 &amp; can&#039;t seem to get it to work.</description>
		<content:encoded><![CDATA[<p>Jason</p>
<p>I assume this only works on 2007, I&#8217;m using Excel 2003 &amp; can&#8217;t seem to get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayson</title>
		<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/comment-page-1/#comment-959</link>
		<dc:creator>Jayson</dc:creator>
		<pubDate>Mon, 20 Oct 2008 20:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1003#comment-959</guid>
		<description>@jason

either formula will return the same result.  In the original it is pinning the top right of the range, yours will pin the top left.

If you try it then look at the formulas you&#039;ve dragged down, you&#039;ll notice a change in the absolute ranges.</description>
		<content:encoded><![CDATA[<p>@jason</p>
<p>either formula will return the same result.  In the original it is pinning the top right of the range, yours will pin the top left.</p>
<p>If you try it then look at the formulas you&#8217;ve dragged down, you&#8217;ll notice a change in the absolute ranges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.automateexcel.com/2008/10/20/excel-creating-unique-identifiers/comment-page-1/#comment-958</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 20 Oct 2008 16:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=1003#comment-958</guid>
		<description>Are you sure your equation is correct?  Shouldn&#039;t the absolute cells be at the beginning of each of the arrays?

Thus, the correct equation:
=IF(ISNA(MATCH(B7,$B$6:B6,0)),MAX($C$6:C6)+1,VLOOKUP(B7,$B$6:C6,2,FALSE))</description>
		<content:encoded><![CDATA[<p>Are you sure your equation is correct?  Shouldn&#8217;t the absolute cells be at the beginning of each of the arrays?</p>
<p>Thus, the correct equation:<br />
=IF(ISNA(MATCH(B7,$B$6:B6,0)),MAX($C$6:C6)+1,VLOOKUP(B7,$B$6:C6,2,FALSE))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

