<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20423054</id><updated>2024-03-08T14:29:45.295+11:00</updated><title type='text'>Excel Tips</title><subtitle type='html'>Tips, hints and examples for creating, maintaining and getting the best out of Microsoft Excel</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://understandingexcel.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://understandingexcel.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>daniel whittle</name><uri>http://www.blogger.com/profile/01734016146288679723</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20423054.post-113620159180740280</id><published>2006-01-02T22:27:00.000+11:00</published><updated>2006-01-18T23:06:28.456+11:00</updated><title type='text'>Dynamic Named Ranges</title><content type='html'>The power of Dynamic Named Ranges cannot be underestimated. They allow a calculation or list of information to be updated automatically when information is added or deleted. I mostly use them when creating validation listboxes but they can alos be used very effectively in formulas and graph source data.&lt;br /&gt;In order to create a dynamic Named Range it is necessary to utilise the &#39;offset&#39; function in the &#39;Refers to&#39; textbox in the Define Name dialog box.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Example - dynamic Named Range&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Insert Menu - &gt; Name -&gt; Define&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameRangeMenu.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameRangeMenu.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;This will bring up the Define Name dialog&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameDialog.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameDialog.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Enter the name you wish to call your Named Range in the Names in workbook textbox&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;In the refers to textbox, enter the following formula&lt;/li&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;=OFFSET(Sheet1!$A$2,0,0,COUNTIF(Sheet1!$A:$A,&quot;&lt;&gt;&quot;)-1)&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameDialogDynamicRange.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/320/DefineNameDialogDynamicRange.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Information about the formula/function&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;From cell A2, select all cells in column A that are not blank minus 1 (to exclude the heading)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;You could substitute &quot;&lt;&gt;&quot; for &quot;&gt;0&quot; (greater than 0) or any other criteria you chose.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;If you delete or enter another name from the list then the Named Range will automatically include it in the selection&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Where this could be used&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;In a formula&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Data validation &#39;List&#39;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Chart Source information - for example, it is March, so only 3 months of Sales have been recorded but unless you change the source selection of the chart each month, the graph will show all the months up to December (even though they haven&#39;t occurred yet). Why not enter a Named Range as the Source data so that it automatically picks up the &#39;current&#39; sales (up to and including March)&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingexcel.blogspot.com/feeds/113620159180740280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20423054/113620159180740280' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default/113620159180740280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default/113620159180740280'/><link rel='alternate' type='text/html' href='http://understandingexcel.blogspot.com/2006/01/dynamic-named-ranges.html' title='Dynamic Named Ranges'/><author><name>daniel whittle</name><uri>http://www.blogger.com/profile/01734016146288679723</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20423054.post-113620113615164032</id><published>2006-01-02T22:00:00.000+11:00</published><updated>2006-01-02T22:33:58.896+11:00</updated><title type='text'>Named Ranges</title><content type='html'>a very nice feature of Excel is the ability to create named ranges so that cell references or even values can be given a more meaningful definition.&lt;br /&gt;Creating a Named Range&lt;br /&gt;&lt;ol&gt;&lt;li&gt;To create a named range simply go to the Insert Menu - &gt; Name -&gt; Define&lt;/li&gt;&lt;li&gt;This will bring up the Define Name dialog&lt;/li&gt;&lt;li&gt;Enter a name in the Names in workbook textbox&lt;/li&gt;&lt;li&gt;In the refers to textbox you can enter a the following pieces of information:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Ranges ($A$1:$A$5)&lt;/li&gt;&lt;li&gt;Values (10% - could be used for the named range GST)&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Click the &#39;Add&#39; button and then &#39;OK&#39;&lt;/li&gt;&lt;/ol&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Example 1 - create a named range for a range of cells&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Insert Menu - &gt; Name -&gt; Define&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameRangeMenu.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameRangeMenu.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;This will bring up the Define Name dialog&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameDialog.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameDialog.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Enter TestRange in the Names in workbook textbox&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameDialogTestRange.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameDialogTestRange.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;In the refers to textbox, select range A1 to A8 of Sheet 1&lt;/li&gt;&lt;br /&gt;&lt;li&gt;You can now use this in a formula for example, =Sum(TestRange), will total the values in cells A1:A8 of Sheet1&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Example 2 - create a named range for a value&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Insert Menu - &gt; Name -&gt; Define&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameRangeMenu.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameRangeMenu.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;This will bring up the Define Name dialog&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameDialog.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameDialog.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Enter GST in the Names in workbook textbox&lt;/li&gt;&lt;li&gt;In the refers to textbox, enter =10%&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/DefineNameDialogGSTRange.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; cursor: pointer;&quot; src=&quot;http://photos1.blogger.com/blogger/7969/1659/400/DefineNameDialogGSTRange.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;You can now use this in a formula for example, =A1*GST, will multiply the value in cell A1 by 10%&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingexcel.blogspot.com/feeds/113620113615164032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20423054/113620113615164032' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default/113620113615164032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default/113620113615164032'/><link rel='alternate' type='text/html' href='http://understandingexcel.blogspot.com/2006/01/named-ranges.html' title='Named Ranges'/><author><name>daniel whittle</name><uri>http://www.blogger.com/profile/01734016146288679723</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20423054.post-113619683655873258</id><published>2006-01-02T21:12:00.000+11:00</published><updated>2006-01-02T21:34:01.666+11:00</updated><title type='text'>Layout Layout Layout!</title><content type='html'>The most important thing in creating and setting up a Microsoft Excel workbook is correctly laying out the sheets in a respectable manner. Generally, with the majority of my workbooks I have 4 sheets for a set of data. &#39;Overview&#39;, &#39;Data&#39;, &#39;Summary&#39; and &#39;Graphs&#39;. For the purpose of this topic I have used an example&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Overview&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;This sheet contains an overview of what is contained in the workbook and 3 hyperlinks to the other 3 sheets outlined below. &lt;a href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/Overview.jpg&quot;&gt;View an example&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Data&lt;/span&gt;&lt;br /&gt;This sheet contains the &lt;span style=&quot;font-style: italic;&quot;&gt;table&lt;/span&gt; of information. This sheets should be laid out so that headings are in row 1 in &lt;span style=&quot;font-weight: bold;&quot;&gt;bold&lt;/span&gt; and there are no blank rows of data, otherwise Excel will no consider any data below the blank row a part of the &#39;current&#39; dataset. &lt;a href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/Data.jpg&quot;&gt;View an example&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Summary&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;The summary sheets contains the information that you wish to analyse; it may be the total sales by month by Sales Rep.. I always like to have the months running down the rows and the other category (Sales Rep. for example) running across the columns. This is because there are at least 12 months that you wish to analyse and generally it is easier to read more than 8 categories downward. If there are more than 12 categories (such as Sales Rep. than the months can go across. &lt;a href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/Summary.jpg&quot;&gt;View an example&lt;/a&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Graphs&lt;/span&gt;&lt;br /&gt;These are the graphs that are generated from the summarised information on the &#39;Summary&#39; sheet. &lt;a href=&quot;http://photos1.blogger.com/blogger/7969/1659/1600/Graphs.jpg&quot;&gt;View an example&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://understandingexcel.blogspot.com/feeds/113619683655873258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20423054/113619683655873258' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default/113619683655873258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20423054/posts/default/113619683655873258'/><link rel='alternate' type='text/html' href='http://understandingexcel.blogspot.com/2006/01/layout-layout-layout_02.html' title='Layout Layout Layout!'/><author><name>daniel whittle</name><uri>http://www.blogger.com/profile/01734016146288679723</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>