<?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: Random Number Generator for Excel</title>
	<atom:link href="http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/</link>
	<description>Support and additional material related to books, articles, and digital media by Maria Langer.</description>
	<lastBuildDate>Sun, 14 Mar 2010 02:53:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joseph</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-23705</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-23705</guid>
		<description>Awesome!
I used this technique to identify a winner in an on-line survey for my company. I had 2000 entries and this was an easy way to pick the winner.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Awesome!<br />
I used this technique to identify a winner in an on-line survey for my company. I had 2000 entries and this was an easy way to pick the winner.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Langer</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-22537</link>
		<dc:creator>Maria Langer</dc:creator>
		<pubDate>Wed, 10 Feb 2010 02:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-22537</guid>
		<description>Krishna: Random numbers are &lt;em&gt;random&lt;/em&gt;. That means you &lt;em&gt;could&lt;/em&gt; get duplicates. 

Also, this solution is not an application that generates the numbers on the fly. Instead, you can fill a worksheet with the formula to get the number of random values you need.</description>
		<content:encoded><![CDATA[<p>Krishna: Random numbers are <em>random</em>. That means you <em>could</em> get duplicates. </p>
<p>Also, this solution is not an application that generates the numbers on the fly. Instead, you can fill a worksheet with the formula to get the number of random values you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-22515</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Tue, 09 Feb 2010 14:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-22515</guid>
		<description>it is simply super, i just need some more clarification.  suppose max is 90 it should not repeat the same number and after completing 90 randum numbers it shouild stop or give a message</description>
		<content:encoded><![CDATA[<p>it is simply super, i just need some more clarification.  suppose max is 90 it should not repeat the same number and after completing 90 randum numbers it shouild stop or give a message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-21915</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-21915</guid>
		<description>This all sounds good. I&#039;m looking to randomly select (2)names or even (1)name at a time from a list of 100 names in which all will have assigned numbers, but I dont want repeat selections until all names have been exhausted then have it automatically repeat the process over again. Any suggestions on what can be used. Will excel do something close to this? Thanks</description>
		<content:encoded><![CDATA[<p>This all sounds good. I&#8217;m looking to randomly select (2)names or even (1)name at a time from a list of 100 names in which all will have assigned numbers, but I dont want repeat selections until all names have been exhausted then have it automatically repeat the process over again. Any suggestions on what can be used. Will excel do something close to this? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-21073</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-21073</guid>
		<description>Both Leigh Thredgold (on May 2nd, 2008) and James (on Sept 22, 2008) were looking for a similar program.  As Leigh put it a spreadsheet that can provide a knockout function where once a number is generated it is not used again.  

I too now need such a function.  I would use the randbetween function to come up with a number, copy that number to another part of the table and then using the table range exclude all numbers previously chosen.  

Maria, you were suggesting that you did not know how to do it or that it could not be done.  I was wondering if Leigh or James ever created a solution to their problem?</description>
		<content:encoded><![CDATA[<p>Both Leigh Thredgold (on May 2nd, 2008) and James (on Sept 22, 2008) were looking for a similar program.  As Leigh put it a spreadsheet that can provide a knockout function where once a number is generated it is not used again.  </p>
<p>I too now need such a function.  I would use the randbetween function to come up with a number, copy that number to another part of the table and then using the table range exclude all numbers previously chosen.  </p>
<p>Maria, you were suggesting that you did not know how to do it or that it could not be done.  I was wondering if Leigh or James ever created a solution to their problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOIN</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-20558</link>
		<dc:creator>MOIN</dc:creator>
		<pubDate>Wed, 02 Dec 2009 11:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-20558</guid>
		<description>i want to generate a new serial no or invoice no in contination in excel 2007?</description>
		<content:encoded><![CDATA[<p>i want to generate a new serial no or invoice no in contination in excel 2007?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denise</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19251</link>
		<dc:creator>Denise</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19251</guid>
		<description>You learn something new every day! Thank you for sharing! I have just generated this year&#039;s locker combinations for our students! What an application!</description>
		<content:encoded><![CDATA[<p>You learn something new every day! Thank you for sharing! I have just generated this year&#8217;s locker combinations for our students! What an application!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Langer</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19197</link>
		<dc:creator>Maria Langer</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19197</guid>
		<description>Shawnik: that&#039;s how the Random Number generator works. It changes every time the spreadsheet recalculates. To stop the recalculation, you must copy the random numbers and use the Paste Special command to paste them as values.</description>
		<content:encoded><![CDATA[<p>Shawnik: that&#8217;s how the Random Number generator works. It changes every time the spreadsheet recalculates. To stop the recalculation, you must copy the random numbers and use the Paste Special command to paste them as values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawnik</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19194</link>
		<dc:creator>Shawnik</dc:creator>
		<pubDate>Wed, 12 Aug 2009 06:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19194</guid>
		<description>Hi,
I have a problem with the random number generator function. Every time I make any change in any field of the excel the numbers generated keep on changing.  I need a solution that can fix this problem.

Can you help me out with it?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a problem with the random number generator function. Every time I make any change in any field of the excel the numbers generated keep on changing.  I need a solution that can fix this problem.</p>
<p>Can you help me out with it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19129</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-19129</guid>
		<description>how to generate a table of 60 pulls, for a total of 800 samples, distributed on the 60 pulls</description>
		<content:encoded><![CDATA[<p>how to generate a table of 60 pulls, for a total of 800 samples, distributed on the 60 pulls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18965</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Fri, 03 Jul 2009 17:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18965</guid>
		<description>How can I use those random numbers to refer to cells of those numbers. For example, I generated a 4 so I want my next cell to pull up the value of cell B4.</description>
		<content:encoded><![CDATA[<p>How can I use those random numbers to refer to cells of those numbers. For example, I generated a 4 so I want my next cell to pull up the value of cell B4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Langer</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18913</link>
		<dc:creator>Maria Langer</dc:creator>
		<pubDate>Fri, 19 Jun 2009 01:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18913</guid>
		<description>Nikhil: You need to do a Copy and then Paste Special. The options in that dialog enable you to replace cell formulas with results.</description>
		<content:encoded><![CDATA[<p>Nikhil: You need to do a Copy and then Paste Special. The options in that dialog enable you to replace cell formulas with results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelly</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18909</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18909</guid>
		<description>I need to create a random 12 digit code (to turn in to staff login bar-coded Id badges), but I need to have a record of it on my sheet without it changing. For reprinting when they inevitably misplace the badges

if I use RAND the number continuously changes I need to fix it once generated

Please help</description>
		<content:encoded><![CDATA[<p>I need to create a random 12 digit code (to turn in to staff login bar-coded Id badges), but I need to have a record of it on my sheet without it changing. For reprinting when they inevitably misplace the badges</p>
<p>if I use RAND the number continuously changes I need to fix it once generated</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18537</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Wed, 18 Mar 2009 04:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18537</guid>
		<description>hi maria , i want generator for lotto random numbers , its play only 2 digit in every 15 min and there is some formula with 9 digits they use , its work on opposite numbers and even and odd numbers , pls help me to generate accurate no.</description>
		<content:encoded><![CDATA[<p>hi maria , i want generator for lotto random numbers , its play only 2 digit in every 15 min and there is some formula with 9 digits they use , its work on opposite numbers and even and odd numbers , pls help me to generate accurate no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UTM Training Tool &#171; AR Navigation</title>
		<link>http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18182</link>
		<dc:creator>UTM Training Tool &#171; AR Navigation</dc:creator>
		<pubDate>Tue, 06 Jan 2009 02:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/06/28/random-number-generator-for-excel/#comment-18182</guid>
		<description>[...] thanks to Maria Langer for designing the foundation for this [...]</description>
		<content:encoded><![CDATA[<p>[...] thanks to Maria Langer for designing the foundation for this [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
