<?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>Excel 2007 Archives - Excel Zoom</title>
	<atom:link href="https://excelzoom.com/tag/excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/tag/excel-2007/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Wed, 13 Sep 2017 16:15:45 +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>Excel 2007 Archives - Excel Zoom</title>
	<link>https://excelzoom.com/tag/excel-2007/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Understanding How to Create a Histogram with MS Excel</title>
		<link>https://excelzoom.com/creating-histogram-ms-excel/</link>
					<comments>https://excelzoom.com/creating-histogram-ms-excel/#respond</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Wed, 13 Sep 2017 16:15:45 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Histogram]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=3085</guid>

					<description><![CDATA[<p>Introduction: The data analysts start their analysis by visual examination of the data. This is to see if there are any patterns present or if there is any (apparent) relationship between variables. The data such plotted produced graphs of various types &#8211; an Excel Histogram is just one of them. In today’s tutorial, we will [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/creating-histogram-ms-excel/">Understanding How to Create a Histogram with MS Excel</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2><strong>Introduction:</strong></h2>
<p>The data analysts start their analysis by visual examination of the data. This is to see if there are any patterns present or if there is any (apparent) relationship between variables. The data such plotted produced graphs of various types &#8211; an Excel Histogram is just one of them.</p>
<p>In today’s tutorial, we will learn a little but of theory about histogram, how to read it, few statistical terms and finally, how to plot a histogram using MS Excel.</p>
<p>The “Concise Oxford Dictionary of Mathematics” defines Histogram as:</p>
<p>“A diagram representing the frequency distribution of data grouped by means of class intervals. It consists of a sequence of rectangles, each of which has as its base one of the class intervals and is of a height taken so that the area is proportional to the frequency. If the class intervals are of equal lengths, then the heights of the rectangles are proportional to the frequencies.”</p>
<p>In this definition (and for the discrete data sets) the “frequency distribution” is the frequency of how often a number is repeated in a data set. The term “class interval ” represents the grouping of data in n-groups where n can be an arbitrary value.</p>
<h2><strong>The Nomenclature of a Histogram:</strong></h2>
<p>There are some features that can be found in every histogram. The following picture shows various parts of it!</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-3086" src="https://excelzoom.com/wp-content/uploads/2017/09/image001.png" alt="Histogram" width="454" height="280" srcset="https://excelzoom.com/wp-content/uploads/2017/09/image001.png 806w, https://excelzoom.com/wp-content/uploads/2017/09/image001-600x370.png 600w" sizes="(max-width: 454px) 100vw, 454px" /></p>
<p>The above figure is overall a histogram. In this histogram:</p>
<ol>
<li>The yellow bars represent the frequency of items. For the fixed interval class, the height is proportional to the frequency of the items.</li>
<li>The X-Axis has “Intervals” or it represents the class width for which the frequency is reported. In above example class 60-65 has frequency of 25.</li>
<li>The Y-Axis represents the frequency axis.</li>
</ol>
<h2><strong>Taking a sample data and working out Histogram:</strong></h2>
<p>If you have a data set for creating histogram that is great. If not, you can make one using excel function RANDBETWEEN(). This function can give you randomly generated numbers between an lower and an upper bounds and you can analyze it with histogram.</p>
<p>Let’s take an example of data generated between zero and 25 as shown in the following picture:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3087" src="https://excelzoom.com/wp-content/uploads/2017/09/image003.png" alt="random_generate_data" width="379" height="215" /></p>
<h2><strong>Generate data and keep only values (NO formula):</strong></h2>
<p>In order to make a histogram, the first step is to get rid of this RANDBETWEEN() formula when we have our data. To make this data static, copy the entire column and Paste Special as Value only. This will remove the formula but will keep the values and make data stationary.</p>
<h2><strong>Define “Class Width” and create a table for “Bins”:</strong></h2>
<p>Let’s assume the class width be 5 – this means data will be grouped in groups of 05 each. The bin represents interval by itself.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3088" src="https://excelzoom.com/wp-content/uploads/2017/09/image005.png" alt="class_width" width="390" height="212" /></p>
<h2><strong>Use Data Analysis Tool Pack to Create a Histogram:</strong></h2>
<p>Excel’s data analysis tool pack is the easiest way to generate Histogram. To access the feature your first need to load the add-in from File&gt;Options&gt;Add-Ins&gt;Manage Add-ins&gt;Analysis Tool Pack. This will cause Data Analysis tool pack to be displayed in the data menu.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3091" src="https://excelzoom.com/wp-content/uploads/2017/09/image011.png" alt="" width="113" height="97" /></p>
<p>When you will choose data analysis tool pack, it will show you variety of options, you have to select Histogram. In the Histogram dialogue box, you need to enter the range referring to the data and the data bins.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3089" src="https://excelzoom.com/wp-content/uploads/2017/09/image007.png" alt="menu" width="671" height="299" srcset="https://excelzoom.com/wp-content/uploads/2017/09/image007.png 671w, https://excelzoom.com/wp-content/uploads/2017/09/image007-600x267.png 600w" sizes="(max-width: 671px) 100vw, 671px" /><br />
After doing with the input range and the output options, you can press OK and a histogram will be produced like on shown below:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3092" src="https://excelzoom.com/wp-content/uploads/2017/09/image012.png" alt="result" width="862" height="222" srcset="https://excelzoom.com/wp-content/uploads/2017/09/image012.png 862w, https://excelzoom.com/wp-content/uploads/2017/09/image012-600x155.png 600w" sizes="(max-width: 862px) 100vw, 862px" /></p>
<p>The table on the right is bin-wise frequency of the data and the same is shown through a bar chart on the right.</p>
<h2><strong>Adding More Options:</strong></h2>
<p>Let’s try tick all the options available in the lower left side of the dialogue box and see what is the result:</p>
<p>The first two columns in the table are the same as were in the last case. The third column reporting the cumulative % is calculated by dividing the running sum with the total values in the data set. (In our case it is 50 so 2/50=4.00%, (2+7)/50=18% and so on).</p>
<p>In the second part of the table the bins are sorted according to the highest frequency. Thus the bin with the highest one comes first (25 with count of 13) followed by 15 (count of 11) and so on and then the last column reports the percentage with running sum as we have calculated previously.</p>
<p>The chart shown on the left is a “prioritized histogram” – a type of histogram that shows the factors taking into account the effect or weight. So in this histogram the bin 25 has the highest effect (with highest frequency) and so on. The red line in the chart shows the cumulative effect and we can see that in light of 80/20 rule, the most important section of the data belongs to the first and the second bar i.e. data from Bin 25 and 15.</p>
<h2><strong>Conclusion:</strong></h2>
<p>We can still explore this histogram by choosing lesser options to see if the “skewness” and “kurtosis” of the data visually. Please <a href="https://www.dropbox.com/s/z97urwmaoxjfdoh/excelzoom_histogram.xlsx?dl=1">download</a> the sample for this tutorial to see how the things actually work.</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/creating-histogram-ms-excel/">Understanding How to Create a Histogram with MS Excel</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/creating-histogram-ms-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Networkdays in Excel</title>
		<link>https://excelzoom.com/how-to-use-networkdays-in-excel/</link>
					<comments>https://excelzoom.com/how-to-use-networkdays-in-excel/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 03:36:14 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Formula]]></category>
		<category><![CDATA[NETWORKDAYS]]></category>
		<category><![CDATA[NETWORKDAYS.INTL]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=2250</guid>

					<description><![CDATA[<p>When to use the Networkdays Function How many days an employee has worked, and should get paid for, has always been a point of concern for an organization. The department responsible for implementing this validation is typically the Payroll department along with Human Resources and other Accounting personnel that prepare the monthly payroll file/report for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/how-to-use-networkdays-in-excel/">How to Use Networkdays in Excel</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2><strong>When to use the Networkdays Function</strong></h2>
<p>How many days an employee has worked, and should get paid for, has always been a point of concern for an organization. The department responsible for implementing this validation is typically the Payroll department along with Human Resources and other Accounting personnel that prepare the monthly payroll file/report for the company.</p>
<p>This important task could be done manually, as has been the practice for decades, but now spreadsheets can provide a more accurate, less tedious, and faster solution to this problem. In today’s post we will learn how to setup and use the Networkdays and Networkdays.Intl formulas in Excel to automate this task with greater accuracy.</p>
<h2>How to use the Networkdays and Networkdays.Intl Functions:</h2>

<p>Before we start this tutorial, please download the companion workbook so that it is easier for you to follow the instructions.</p>
<p><a href="https://excelzoom.com/wp-content/uploads/2017/04/Networkdays-Sample-1.xlsx">Networkdays Sample</a></p>
<p>MS Excel (2010) has two functions that are mostly used for this task:</p>
<p style="padding-left: 30px;">1. NETWORKDAYS()<br />
2. NETWORKDAYS.INTL()</p>
<p>We will learn how to use this syntax and setup a sample sheet for our company.</p>
<p style="padding-left: 30px;">1. NETWORKDAYS() &#8211; Networkdays simply counts the number of days between two dates excluding the weekends – i.e. Saturday and Sundays and a list of holidays or absences from that range. The syntax of the function is:</p>
<p style="padding-left: 30px;"><code>=NETWORKDAYS(start_date,end_date,[holidays])</code></p>
<p style="padding-left: 30px;">Where:<br />
• Start Date = A value entered as a date (date entered as text will return an error)<br />
• End Date = Enter the date that marks the end of the target period<br />
• Holidays = Enter any holidays taken by the employee – larges braces “[]” mark that this is an optional argument.</p>
<p>In order to demonstrate the setup we have created the following example.  See the following picture where Employee’s name, Start Date and End date will be entered.</p>
<p>For example for Mr. Pearson in the following table, the network days can be calculated using the formula:</p>
<p style="padding-left: 30px;"><code>=NETWORKDAYS(B3,C3,E3:I3)</code></p>
<p>The formula takes into account the data provided in the following table and returns the corresponding workday count.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-2253" src="https://excelzoom.com/wp-content/uploads/2017/04/post1-table1.jpg" alt="" width="820" height="130" srcset="https://excelzoom.com/wp-content/uploads/2017/04/post1-table1.jpg 820w, https://excelzoom.com/wp-content/uploads/2017/04/post1-table1-600x95.jpg 600w" sizes="(max-width: 820px) 100vw, 820px" /></p>
<p>The formula will automatically discount the weekends and we can vacations to the right (again this is optional) – the reason behind adding workdays before vacations is to give more space for vacations.</p>
<p>It is also to be noted that we can add either single cell or a range of cells to the third argument of the formula.</p>

<h2><strong>Why Use NETWORKDAYS.INTL() when we have already NETWORKDAYS() at our disposal?</strong></h2>
<p style="padding-left: 30px;"><code>=NETWORKDAYS.INTL(start_date,end_date,[weekend],[holidays])</code></p>
<p>And the following table of options can be used to set the weekend:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-2256" src="https://excelzoom.com/wp-content/uploads/2017/04/table-opt.png" alt="" width="266" height="282" /></p>
<p>For example in Middle East Region the normal weekly day off falls on a Friday.  The number of days a person works between two dates without any holidays will be:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-2257" src="https://excelzoom.com/wp-content/uploads/2017/04/2017-04-05-23_32_34-Microsoft-Excel-Sample.xlsx.jpg" alt="" width="547" height="169" /></p>
<p>The formula we used here is:</p>
<p style="padding-left: 30px;"><code>=NETWORKDAYS.INTL(B3,C3,E3,)</code></p>
<p>The third option for the holidays is omitted as it is optional. If we have some vacations as well, we can add it to the table like we did in the previous table and the formula becomes:</p>
<p style="padding-left: 30px;"><code>=NETWORKDAYS.INTL(B3,C3,E3,F3:J3)</code></p>
<p><img decoding="async" class="aligncenter size-full wp-image-2260" src="https://excelzoom.com/wp-content/uploads/2017/04/image006.jpg" alt="" width="624" height="89" srcset="https://excelzoom.com/wp-content/uploads/2017/04/image006.jpg 624w, https://excelzoom.com/wp-content/uploads/2017/04/image006-600x86.jpg 600w" sizes="(max-width: 624px) 100vw, 624px" /></p>
<h2><strong>Other uses of NETWORKDAYS() and NETWORK.INTL() functions:</strong></h2>
<p>It is not only Human resources and Accounting that can use this function but it&#8217;s also helpful for the Project Management and Customs departments as well. For project management related tasks, it is commonly used to find the number of days that work could be scheduled for and how many days the project team will not be working (weekends, holidays, etc)</p>
<p>Similarly, for the Customs department, it is used to find the time that goods will take to reach the destination considering local and international conditions – weekend settings, holidays and the days when customs and import operations staff will be available.  Download the sample file to try it out yourself and please comment if you have other questions about the application or use of this formula.</p>
<p><a href="https://excelzoom.com/wp-content/uploads/2017/04/Networkdays-Sample-1.xlsx">Networkdays Sample</a></p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/how-to-use-networkdays-in-excel/">How to Use Networkdays in Excel</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/how-to-use-networkdays-in-excel/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Transition To Excel 2007</title>
		<link>https://excelzoom.com/transition-to-excel-2007/</link>
					<comments>https://excelzoom.com/transition-to-excel-2007/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 29 Aug 2009 19:50:13 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=285</guid>

					<description><![CDATA[<p>I&#8217;ve gotten a few requests for a way to help transition to Excel 2007 from earlier versions of Excel.  As anyone who first tries using Excel 2007 will notice, the traditional File, Edit, View, etc. menus are no longer available.  Instead there is a ribbon, which acts like the old menus. To help Excel 2007 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/transition-to-excel-2007/">Transition To Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve gotten a few requests for a way to help transition to Excel 2007 from earlier versions of Excel.  As anyone who first tries using Excel 2007 will notice, the traditional File, Edit, View, etc. menus are no longer available.  Instead there is a ribbon, which acts like the old menus.</p>
<p>To help Excel 2007 newbies make the transition, I&#8217;ve designed a quick reference mapping of the Excel 2003 menus to the Excel 2007 ribbon on a convenient mouse pad.  For example, if you previously went to Format | Cells to access the format cells menu, you would go to Home Tab | Cells Group | Format in Excel 2007.</p>
<p>If you think it would help, check it out at CafePress.com by clicking on the image below.</p>


<p>The post <a rel="nofollow" href="https://excelzoom.com/transition-to-excel-2007/">Transition To Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/transition-to-excel-2007/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Office 2010</title>
		<link>https://excelzoom.com/microsoft-office-2010/</link>
					<comments>https://excelzoom.com/microsoft-office-2010/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:43:16 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=220</guid>

					<description><![CDATA[<p>For all of you out there still wondering where the &#8220;File&#8221; menu is in Excel 2007 and other Office 2007 products, another twist is in store for you.  Microsoft announced earlier this week that they are planning on releasing Office 2010, which includes updates to Word, Excel, PowerPoint, Outlook, OneNote, Publisher, Access, SharePoint Workspace (formerly [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/microsoft-office-2010/">Microsoft Office 2010</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For all of you out there still wondering where the &#8220;File&#8221; menu is in Excel 2007 and other Office 2007 products, another twist is in store for you.  Microsoft announced earlier this week that they are planning on releasing Office 2010, which includes updates to Word, Excel, PowerPoint, Outlook, OneNote, Publisher, Access, SharePoint Workspace (formerly Groove 2007), and InfoPath.</p>
<p>In addition to the new programs, Microsoft is also introducing Office Web Applications, which compliments Word, Excel, PowerPoint, and OneNote to allow you to access your files from anywhere with an internet connection.  It also allows you to share documents with others and even gives you the ability to work simultaneously on the same document.  Further adding to their product offerings is Office Mobile, which allows you to view Word, Excel, and PowerPoint files on a mobile version of the software.  Email will also be easier to manage with Outlook Mobile.</p>
<p>OK, so enough with the Office features, what&#8217;s new in Excel 2010?<br />
<br />
Spreadsheets can now be run in your web browser, and be published to the web via the desktop version.  The browser version does not have as many features as the desktop version, however it is an improvement over Google Spreadsheets.  Additionally, a new analytic feature is called Sparklines, which produce a visual trend of a data set over time similar to a chart, except the Sparkline is contained within a single cell.  For example, if you&#8217;re tracking monthly sales of a product, you can set a Sparkline that will show the peaks and valleys that the data produces.</p>
<p>One thing users of Excel 2007 (and other Office 2007 programs) who are just getting used to the new Ribbon will not have to worry about is learning another new user interface.  The ribbon should remain essentially the same as in the 2007 version, except for a few new features.</p>
<p>This post will get updated as I discover new features, so please bookmark it and check back often.</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/microsoft-office-2010/">Microsoft Office 2010</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/microsoft-office-2010/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Remove Personal Information From Excel 2007</title>
		<link>https://excelzoom.com/remove-personal-information-from-excel-2007/</link>
					<comments>https://excelzoom.com/remove-personal-information-from-excel-2007/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 18 Apr 2009 21:04:35 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=106</guid>

					<description><![CDATA[<p>Sometimes, it&#8217;s useful to be able to remove personal information from your workbook, in the event that you&#8217;re sending the file to someone else, whether it&#8217;s someone from another company, posting it to a forum, or sending it via email. Excel will, by default, save information such as the author, file title, comments, etc. This [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/remove-personal-information-from-excel-2007/">Remove Personal Information From Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes, it&#8217;s useful to be able to remove personal information from your workbook, in the event that you&#8217;re sending the file to someone else, whether it&#8217;s someone from another company, posting it to a forum, or sending it via email.</p>
<p>Excel will, by default, save information such as the author, file title, comments, etc. This information, could be potentially damaging if it was put in the wrong hands.<br />
<br />
Luckily, Excel 2007 makes it easy to remove this information. Click the Office Button | Prepare | Inspect Document. Check all the options on the menu that appears, and click Inspect. Excel will then check each category to see if there is any document information that can be removed and will show a Remove All button next to each that has any information. Click the button, and the information is removed.</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/remove-personal-information-from-excel-2007/">Remove Personal Information From Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/remove-personal-information-from-excel-2007/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Count Colored Cells in a List in Excel 2007</title>
		<link>https://excelzoom.com/count-colored-cells-in-a-list-in-excel-2007/</link>
					<comments>https://excelzoom.com/count-colored-cells-in-a-list-in-excel-2007/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sun, 22 Mar 2009 12:51:04 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Filter]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=97</guid>

					<description><![CDATA[<p>If you have a list with cells of all different colors, you can apply a filter to those cells to have Excel filter them by color, and then apply a formula to count how many of those cells are visible. First, select your list. Right click and choose Filter &#124; Filter by Selected Cells Color. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/count-colored-cells-in-a-list-in-excel-2007/">Count Colored Cells in a List in Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have a list with cells of all different colors, you can apply a filter to those cells to have Excel filter them by color, and then apply a formula to count how many of those cells are visible.</p>
<p>First, select your list. Right click and choose Filter | Filter by Selected Cells Color. You can then select the filter drop down in your list&#8217;s first cell and choose which color to filter. Next, in a row that is outside your list, type in the following formula: =SUBTOTAL(103,A1:A100), where A1:A100 are the cells in your list. Whenever you filter the list, this formula will tell you how many cells are not hidden.</p>

<p>You can remove the filter at anytime, by choosing the Data tab, and clicking the Filter button, and the formula will give you the count of your whole list (i.e. 100 in the example of A1:A100).</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/count-colored-cells-in-a-list-in-excel-2007/">Count Colored Cells in a List in Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/count-colored-cells-in-a-list-in-excel-2007/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Excel 2007</title>
		<link>https://excelzoom.com/excel-2007/</link>
					<comments>https://excelzoom.com/excel-2007/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sun, 15 Feb 2009 09:20:29 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=83</guid>

					<description><![CDATA[<p>For a person who has used previous versions of Excel, Excel 2007 can be a little intimidating at first. For starters, there are none of the familiar menu options, and some of the keyboard shortcuts that have become second nature have changed. Don&#8217;t let this discourage you though. With a little guidance and familiarization, you&#8217;ll [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/excel-2007/">Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For a person who has used previous versions of Excel, Excel 2007 can be a little intimidating at first.  For starters, there are none of the familiar menu options, and some of the keyboard shortcuts that have become second nature have changed.  Don&#8217;t let this discourage you though.  With a little guidance and familiarization, you&#8217;ll find that Excel 2007 is more powerful and easier to use than before.<br />
<br />
<img decoding="async" src="https://excelzoom.com/excel/images/excel2007screenshot.jpg" alt="Excel 2007 Navigation" /></p>
<ol>
<li><strong>Office Button:</strong> This button contains most of the functions found in the File Menu from previous versions of Excel.  Commands, such as New, Open, Save, Print and others can be found here.</li>
<li><strong>Quick Access Toolbar:</strong> The Quick Access Toolbar is fully customizable, and allows you to display commonly used commands.  In the image above, there is Save, Undo, Redo, Print Preview and New Workbook.</li>
<li><strong>Ribbon:</strong> The Ribbon replaces the traditional menus found in previous versions of Excel.  The standard ribbon tabs are Home, Insert, Page Layout, Formulas, Data, Review, and View. Excel will automatically add menus as necessary to allow you to work with the content of your worksheet.  You&#8217;ll notice that there is also a Developer and an Add-Ins tab in the image above.  This is because there are macros stored in the workbook, which are shown in the Developer tab, as well as several Add-Ins that are running.</li>
<li><strong>Help:</strong> The Help button provides one click access to be able to browse Excel&#8217;s help topics.</li>
<li><strong>Name Box:</strong> The Name Box isn&#8217;t different from previous versions of Excel, however it is one of the lesser known features found in Excel.  This displays the cell reference when selecting a cell (the column and row cross section).  You can also type a named range in here.  To learn more about naming ranges, take a look at our article <a href="https://excelzoom.com/?p=77">Tips &#8211; Naming Ranges</a>.</li>
<li><strong>Insert Function:</strong> By clicking the Insert Function button, Excel will open the Insert Function dialogue box.  Here you can search for functions by typing keywords in the search box, or by selecting a category from the drop down menu.  The Insert Functions interface is the same as in previous versions of Excel.</li>
<li><strong>Formula Bar and Expand Formula Bar Button:</strong> The Formula Bar should look familiar to you if you have used Excel before.  What&#8217;s different in Excel 2007 is the Expand Formula Bar Button on the right.  When working with long formulas, this button increases the height of the formula bar, without covering over the data in the first few rows of your spreadsheet.  It also enables you to scroll vertically through the formula with the scrolling buttons it displays after clicking the Expand Formula Bar Button.</li>
<li><strong>Right Click MiniBar:</strong> When right clicking a cell in Excel 2007, you&#8217;ll see a new MiniBar in addition to the usual shortcut menu, which displays commonly used editing features.  This is makes editing easier, so you don&#8217;t have to keep clicking back to the Home tab on the Ribbon in order to format your worksheet.</li>
<li><strong>Right Click Shortcut Menu:</strong> The shortcut menu in Excel 2007 hasn&#8217;t changed much, but also displays with the MiniBar when right clicking.</li>
<li><strong>Vertical/Horizontal Split Box:</strong> The split boxes in Excel 2007 are not a new feature, but are not very well known.  By clicking and dragging either the vertical or horizontal bars, you can split your worksheet into several scrollable panes, allowing you to view different areas of your worksheet at once.  To learn more about the split box, take a look at our article <a href="https://excelzoom.com/?p=81">Tips &#8211; Split a Worksheet Into Multiple Panes</a>.</li>
<li><strong>Status Bar:</strong> The status bar shows information about Excel.  In the image above it says &#8220;Ready&#8221;, however if you&#8217;re saving a file, it will display the status there.  The AutoSave feature will also display a status in this location when it is saving your work.  The status bar also displays the selected cell statistics, quick views bar and zoom level.  The status bar is also customizable.  Simply right click somewhere in the status bar to display the customization menu.</li>
<li><strong>Worksheet Tabs and Insert New Worksheet Button:</strong> The worksheet tabs should be a familiar sight from previous versions of Excel, but the Insert New Worksheet button is a new addition.  You can now insert new worksheets with one click of the Insert New Worksheet button.</li>
<li><strong>Selected Cell Statistics:</strong> In previous versions of Excel, when highlighting several cells with numbers Excel would, by default, show the sum of those numbers here.  In Excel 2007, it also displays the average and count of those cells in addition to the sum.  For purposes of the illustration above, we&#8217;ve edited the image to display the selected cell statistics as if we were to highlight two cells, one with a 5 and the other with a 1.  We did this so we could also illustrate the right click menu, that would have otherwise obscured the data in the selected cells.</li>
<li><strong>Quick Views:</strong> The Quick Views bar allows you to quickly switch between Normal, Page Layout and Page Break Preview views.  While these page views aren&#8217;t new to Excel 2007, the easy access quick views bar is.</li>
<li><strong>Zoom Level:</strong> The Zoom Level bar replaces the zoom level drop down menu from previous versions of Excel.  You can change the zoom by dragging the arrow left or right to a minimum zoom of 10% or a maximum zoom of 400%.  Alternatively, you can click the + or &#8211; buttons to increase/decrease the zoom level by 10% with each click.</li>
</ol>
<p>The post <a rel="nofollow" href="https://excelzoom.com/excel-2007/">Excel 2007</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/excel-2007/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
