<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Name Range Archives - Excel Zoom</title>
	<atom:link href="https://excelzoom.com/tag/name-range/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/tag/name-range/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Mon, 16 Dec 2013 20:55:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://excelzoom.com/wp-content/uploads/2022/04/favicon.ico</url>
	<title>Name Range Archives - Excel Zoom</title>
	<link>https://excelzoom.com/tag/name-range/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Drop Down Lists To Create Hyperlinks</title>
		<link>https://excelzoom.com/drop-down-lists-to-create-hyperlinks/</link>
					<comments>https://excelzoom.com/drop-down-lists-to-create-hyperlinks/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 16 May 2009 13:37:03 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Data Validation]]></category>
		<category><![CDATA[Name Range]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=110</guid>

					<description><![CDATA[<p>As discussed in a previous tip, adding a drop down list to your worksheet allows the users of the worksheet to enter information in a neat, consistent format. The example in the previous tip emphasized the importance of having consistent information when summarizing information in a PivotTable. Another use is to store lists of information, which [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/drop-down-lists-to-create-hyperlinks/">Drop Down Lists To Create Hyperlinks</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As discussed in a previous <a href="https://excelzoom.com/?p=85" target="_blank">tip</a>, adding a drop down list to your worksheet allows the users of the worksheet to enter information in a neat, consistent format.</p>
<p>The example in the previous tip emphasized the importance of having consistent information when summarizing information in a PivotTable. Another use is to store lists of information, which could be anything, but in this example, I&#8217;m going to use website addresses.</p>
<p>Say you do a lot of research on several different topics, and summarize the results in a different spreadsheet for each topic. You could store all the bookmarks in your web browser, and chances are you already do. The problem with this is that if you&#8217;re only using a handful of bookmarks for one topic out of the many you have saved, you could end up searching through a lot of bookmarks to find the sites you need.</p>
<p>If you instead take the time up front to compile a list of sites you use frequently for a particular topic, you can use data validation to display them in one cell on your spreadsheet with another &#8220;clickable&#8221; cell to open the site in your web browser.<br />
<br />
To do this, follow the steps below.</p>
<ul>
<li>Select the cell where you want your list of websites to appear (for illustration purposes I&#8217;ll assume your list will appear in cell A1).</li>
<li>Click Data | Validation.</li>
<li>On the Data Validation window&#8217;s Settings tab, select Allow: List, and make sure the In-cell dropdown box is checked.</li>
<li>In the Source box, refer to the range of cells in the same worksheet that contains your website list, or refer to a <a href="https://excelzoom.com/?p=77" target="_blank">named range</a> elsewhere in your workbook.</li>
<li>Click OK.</li>
</ul>
<p>When you select cell A1, you should now see the list of websites when you click the arrow to the right of the cell. Now select cell B1. This is where we are going to put some text that becomes &#8220;clickable&#8221;, sort of like a link on a website.</p>
<p>In cell B1, type =HYPERLINK(A1,&#8221;GO&#8221;). Now whenever you change the website in cell A1, using the drop down list, you can click the words &#8220;GO&#8221; in cell B1 go to that site. It&#8217;s like having your own bookmark system in Excel!</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/drop-down-lists-to-create-hyperlinks/">Drop Down Lists To Create Hyperlinks</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/drop-down-lists-to-create-hyperlinks/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Naming Ranges</title>
		<link>https://excelzoom.com/naming-ranges/</link>
					<comments>https://excelzoom.com/naming-ranges/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sun, 01 Mar 2009 22:34:43 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Name Range]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=77</guid>

					<description><![CDATA[<p>An easy way to quickly reference a cell or list of cells is to define them with a named range. To do this, simply select a single cell or a range of contiguous cells, then click the name box next to the formula bar and type the name you wish to assign to those cells [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/naming-ranges/">Naming Ranges</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>An easy way to quickly reference a cell or list of cells is to define them with a named range.</p>
<p>To do this, simply select a single cell or a range of contiguous cells, then click the name box next to the formula bar and type the name you wish to assign to those cells and press Enter. Your name must begin with a letter and can&#8217;t have any spaces (an underscore &#8220;_&#8221; is a good substitute for a space).<br />
<br />
You can use your named range in several different ways. In the examples below, assume that you have a list of customers in cells A1 through A5, as follows: A1 &#8211; Joe Smith, A2 &#8211; Jane Doe, A3 &#8211; Sam Jones, A4 &#8211; Sue Kim and A5 &#8211; Mike Rodriguez, that you have named &#8220;customers&#8221;.</p>
<ul>
<li><strong>Formula: </strong>You can click in another cell and type =customers. The result will be whatever value is in the named range in the corresponding row. So if you type =customers in cell B2, the result will be Jane Doe, because that is in the corresponding row. The same would be true if your list spanned across several columns.</li>
<li><strong>Data Validation: </strong>If you want to have the value of a particular cell only be a value that is in your list, you can set the Data Validation to only allow those values. Click Data | Validation, then on the Settings tab, select Allow | List, and in the source type =customers. If you check the &#8220;In-cell dropdown&#8221; box, anytime you click that cell, there will be a little drop down arrow that will allow you to select the values from your list. This list can be placed anywhere in your workbook, and unlike the previous example, has no regard for which row you place the list in.</li>
</ul>
<p>The post <a rel="nofollow" href="https://excelzoom.com/naming-ranges/">Naming Ranges</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/naming-ranges/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
