<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John Wells &#187; Excel</title>
	<atom:link href="http://www.jfwhome.com/tag/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jfwhome.com</link>
	<description>Knowledge Management and Social Web App Guru</description>
	<lastBuildDate>Mon, 04 Jan 2016 17:26:35 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9</generator>
	<item>
		<title>Selecting x items at random from a column in Excel</title>
		<link>http://www.jfwhome.com/2012/03/15/selecting-x-items-at-random-from-a-column-in-excel/</link>
		<comments>http://www.jfwhome.com/2012/03/15/selecting-x-items-at-random-from-a-column-in-excel/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 10:07:54 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.jfwhome.com/?p=162</guid>
		<description><![CDATA[I wanted to select 300 users at random from a row of 10,000 users in Excel. Really easy, but a bit of a lateral solution: Rather than trying to randomly select each item, just order them randomly instead: In another column adjacent to the column of user names, create a random number for each row&#8230;]]></description>
				<content:encoded><![CDATA[<p>I wanted to select 300 users at random from a row of 10,000 users in Excel. Really easy, but a bit of a lateral solution: Rather than trying to randomly select each item, just order them randomly instead:</p>
<ol>
<li>In another column adjacent to the column of user names, create a random number for each row (the formula I used was =RANDBETWEEN(1, 90000)). This won&#8217;t guarantee unique values for each item, but it doesn&#8217;t matter.</li>
<li>Copy the the column with the formulas and Paste As&#8230; Values to another adjacent column. This fixes the nubmers and stops them from updating.</li>
<li>Sort by this third column and take x users from the top. I chose the first 300.</li>
<li>Done</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jfwhome.com/2012/03/15/selecting-x-items-at-random-from-a-column-in-excel/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
