<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Selecting Random Names With Excel</title>
	<atom:link href="http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/</link>
	<description>Excel(lent) Stuff</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:44:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Burk</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-211691</link>
		<dc:creator>Eric Burk</dc:creator>
		<pubDate>Thu, 11 Feb 2010 00:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-211691</guid>
		<description>Is there a way to add a weight to a name? If you were doing a raffle and someone bought 20 tickets, do you have to list them 20 times or can you take the number of tickets somehow into account?</description>
		<content:encoded><![CDATA[<p>Is there a way to add a weight to a name? If you were doing a raffle and someone bought 20 tickets, do you have to list them 20 times or can you take the number of tickets somehow into account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-117112</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 07 Oct 2008 16:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-117112</guid>
		<description>This is very helpful, but I have another question:

How do I completely randomize an entire list of names with no duplicates?</description>
		<content:encoded><![CDATA[<p>This is very helpful, but I have another question:</p>
<p>How do I completely randomize an entire list of names with no duplicates?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Camoes</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-102742</link>
		<dc:creator>Jorge Camoes</dc:creator>
		<pubDate>Fri, 22 Aug 2008 19:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-102742</guid>
		<description>I would prefer something like:

=choose(x,table)

where &quot;table&quot; is a named range with all the names (&quot;B2:B21&quot;) and x is a randomly generated number.</description>
		<content:encoded><![CDATA[<p>I would prefer something like:</p>
<p>=choose(x,table)</p>
<p>where &#8220;table&#8221; is a named range with all the names (&#8220;B2:B21&#8243;) and x is a randomly generated number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-98816</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-98816</guid>
		<description>I also did the same.carry on guys...</description>
		<content:encoded><![CDATA[<p>I also did the same.carry on guys&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Garrett</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-98770</link>
		<dc:creator>Chris Garrett</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-98770</guid>
		<description>What can I say, I am a geek, I over-geek things :)</description>
		<content:encoded><![CDATA[<p>What can I say, I am a geek, I over-geek things <img src='http://www.cogniview.com/convert-pdf-to-excel/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rose</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-97514</link>
		<dc:creator>Tony Rose</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-97514</guid>
		<description>Chris, 

And you thought my solution was a little complex... Vlookup, nested stmt, INT, etc.

I&#039;m not sure why this wouldn&#039;t work on a MAC.  For PC folks, simply use =RANDBETWEEN(1,4000)with Chris&#039; numbering method and that will give you the winner.  Much easier than this formula. 

Always glad to help!
Tony Rose</description>
		<content:encoded><![CDATA[<p>Chris, </p>
<p>And you thought my solution was a little complex&#8230; Vlookup, nested stmt, INT, etc.</p>
<p>I&#8217;m not sure why this wouldn&#8217;t work on a MAC.  For PC folks, simply use =RANDBETWEEN(1,4000)with Chris&#8217; numbering method and that will give you the winner.  Much easier than this formula. </p>
<p>Always glad to help!<br />
Tony Rose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AKA Riptide Furse &#187; What I Learned about on August 7th</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-97302</link>
		<dc:creator>AKA Riptide Furse &#187; What I Learned about on August 7th</dc:creator>
		<pubDate>Fri, 08 Aug 2008 00:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-97302</guid>
		<description>[...] Selecting Random Names With Excel : Codswallop - Random selections are necessary a surprising amount in day-to-day life. Most people opt for less than ideal solutions to the problem, drawing straws or names in a hat. This is ok when deciding who?s turn it is to buy the drinks but not so great when calling the non-randomness of your selection into question could land you in hot water. [...]</description>
		<content:encoded><![CDATA[<p>[...] Selecting Random Names With Excel : Codswallop &#8211; Random selections are necessary a surprising amount in day-to-day life. Most people opt for less than ideal solutions to the problem, drawing straws or names in a hat. This is ok when deciding who?s turn it is to buy the drinks but not so great when calling the non-randomness of your selection into question could land you in hot water. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Garrett</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-97072</link>
		<dc:creator>Chris Garrett</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-97072</guid>
		<description>Seems like a nice solution, when I use a database I tend to ORDER BY a random number so it is pretty much the same :)</description>
		<content:encoded><![CDATA[<p>Seems like a nice solution, when I use a database I tend to ORDER BY a random number so it is pretty much the same <img src='http://www.cogniview.com/convert-pdf-to-excel/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McGarvey (copywriter)</title>
		<link>http://www.cogniview.com/convert-pdf-to-excel/post/selecting-random-names-with-excel/comment-page-1/#comment-97030</link>
		<dc:creator>John McGarvey (copywriter)</dc:creator>
		<pubDate>Thu, 07 Aug 2008 12:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogniview.com/convert-pdf-to-excel/?p=235#comment-97030</guid>
		<description>The easiest method I&#039;ve used also works in Excel:

1. In column A, put your list of names
2. On the first line of column B, type =rand(). This generates a random number.
3. Drag the random number down the B column so that each name has a random numbe beside it
4. Go to the data menu and sort by column B
5. The top 5 names (or whatever) are your winners

Sure, it&#039;s quick and dirty ... but it works!

The immediate disadvantages I think of are it&#039;s a bit inelegant, and there&#039;s no way to audit the results or &#039;prove&#039; that your selection was random.

What do you think?</description>
		<content:encoded><![CDATA[<p>The easiest method I&#8217;ve used also works in Excel:</p>
<p>1. In column A, put your list of names<br />
2. On the first line of column B, type =rand(). This generates a random number.<br />
3. Drag the random number down the B column so that each name has a random numbe beside it<br />
4. Go to the data menu and sort by column B<br />
5. The top 5 names (or whatever) are your winners</p>
<p>Sure, it&#8217;s quick and dirty &#8230; but it works!</p>
<p>The immediate disadvantages I think of are it&#8217;s a bit inelegant, and there&#8217;s no way to audit the results or &#8216;prove&#8217; that your selection was random.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.246 seconds -->
