<?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: Create a drop down list containing only unique distinct alphabetically sorted text values using excel array formula</title>
	<atom:link href="http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/</link>
	<description>Quality excel resource</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Oscar</title>
		<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/comment-page-1/#comment-3009</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1540#comment-3009</guid>
		<description>Keels,
&lt;em&gt;
&lt;strong&gt;I have re-created the above formula but would like to create a range that is larger than the current data so that the unique list picks up all new data. Currently my unique list repeats the last line of data several times because the range name extends beyond it. Can this be done?&lt;/strong&gt;&lt;/em&gt;

I have updated this post, the named range is now dynamic.</description>
		<content:encoded><![CDATA[<p>Keels,<br />
<em><br />
<strong>I have re-created the above formula but would like to create a range that is larger than the current data so that the unique list picks up all new data. Currently my unique list repeats the last line of data several times because the range name extends beyond it. Can this be done?</strong></em></p>
<p>I have updated this post, the named range is now dynamic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/comment-page-1/#comment-3008</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1540#comment-3008</guid>
		<description>Dianne,

&lt;strong&gt;&lt;em&gt;I want the drop down box to be on a different worksheet. But EXCEL won&#039;t allow OFFSET without having it all on one worksheet. &lt;/em&gt;&lt;/strong&gt;

It is not OFFSET, it is Data Validation that won´t allow having it all on one worksheet. 

But there is a workaround, if you create another named range (for example, named unique) and type =OFFSET(Sheet1!$B$2, 0, 0, COUNT(IF(Sheet1!$B$2:$B$1000=&quot;&quot;, &quot;&quot;, 1)), 1).

Create a drop down box on another sheet and type =unique in &quot;source:&quot;

&lt;strong&gt;&lt;em&gt;To make matter more fun, I need the ranges to be dynamic as the user may be adding new records.&lt;/em&gt;&lt;/strong&gt;

I have updated the post, the named range is now dynamic.</description>
		<content:encoded><![CDATA[<p>Dianne,</p>
<p><strong><em>I want the drop down box to be on a different worksheet. But EXCEL won't allow OFFSET without having it all on one worksheet. </em></strong></p>
<p>It is not OFFSET, it is Data Validation that won´t allow having it all on one worksheet. </p>
<p>But there is a workaround, if you create another named range (for example, named unique) and type =OFFSET(Sheet1!$B$2, 0, 0, COUNT(IF(Sheet1!$B$2:$B$1000="", "", 1)), 1).</p>
<p>Create a drop down box on another sheet and type =unique in "source:"</p>
<p><strong><em>To make matter more fun, I need the ranges to be dynamic as the user may be adding new records.</em></strong></p>
<p>I have updated the post, the named range is now dynamic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keels</title>
		<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/comment-page-1/#comment-3004</link>
		<dc:creator>Keels</dc:creator>
		<pubDate>Fri, 09 Apr 2010 12:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1540#comment-3004</guid>
		<description>I have re-created the above formula but would like to create a range that is larger than the current data so that the unique list picks up all new data.  Currently my unique list repeats the last line of data several times because the range name extends beyond it.  Can this be done?
Thanks

Keels</description>
		<content:encoded><![CDATA[<p>I have re-created the above formula but would like to create a range that is larger than the current data so that the unique list picks up all new data.  Currently my unique list repeats the last line of data several times because the range name extends beyond it.  Can this be done?<br />
Thanks</p>
<p>Keels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dianne</title>
		<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/comment-page-1/#comment-2929</link>
		<dc:creator>Dianne</dc:creator>
		<pubDate>Fri, 26 Mar 2010 21:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1540#comment-2929</guid>
		<description>I want the drop down box to be on a different worksheet. But EXCEL won&#039;t allow OFFSET  without having it all on one worksheet. 

Is there some other way to have the lists on one sheet, get unique values and sort them, then reference them from a drop down on another worksheet? To make matter more fun, I need the ranges to be dynamic as the user may be adding new records.

Thanks!

Dianne</description>
		<content:encoded><![CDATA[<p>I want the drop down box to be on a different worksheet. But EXCEL won't allow OFFSET  without having it all on one worksheet. </p>
<p>Is there some other way to have the lists on one sheet, get unique values and sort them, then reference them from a drop down on another worksheet? To make matter more fun, I need the ranges to be dynamic as the user may be adding new records.</p>
<p>Thanks!</p>
<p>Dianne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar</title>
		<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/comment-page-1/#comment-1751</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Tue, 15 Dec 2009 19:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1540#comment-1751</guid>
		<description>Josh, thanks for bringing this to my attention. I´ll try to solve this issue.</description>
		<content:encoded><![CDATA[<p>Josh, thanks for bringing this to my attention. I´ll try to solve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.get-digital-help.com/2009/05/25/create-a-drop-down-list-containing-only-unique-distinct-alphabetically-sorted-text-values-using-excel-array-formula/comment-page-1/#comment-1727</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 10 Dec 2009 02:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1540#comment-1727</guid>
		<description>I encountered an issue when using Excel 2007 where upon saving the workbook as an Excel Workbook (not 97-2003) the embedded count(if( ...)) formula causes only the first item in the drop down list to appear. This only happens upon opening the workbook and if you select data validation on the cell the issue is resolved. However, upon saving and reopening the problem reappears. The only workaround if to either remove the function or keep the workbook in 97-2003 format.</description>
		<content:encoded><![CDATA[<p>I encountered an issue when using Excel 2007 where upon saving the workbook as an Excel Workbook (not 97-2003) the embedded count(if( ...)) formula causes only the first item in the drop down list to appear. This only happens upon opening the workbook and if you select data validation on the cell the issue is resolved. However, upon saving and reopening the problem reappears. The only workaround if to either remove the function or keep the workbook in 97-2003 format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
