<?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/"
	>

<channel>
	<title>Excelbuddy.com &#187; Charts and Graphs</title>
	<atom:link href="http://www.excelbuddy.com/category/charts-and-graphs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelbuddy.com</link>
	<description>Your own little excel nerd!</description>
	<lastBuildDate>Sat, 14 Jan 2012 05:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Pivot Tables in Excel</title>
		<link>http://www.excelbuddy.com/pivot-tables-in-excel/</link>
		<comments>http://www.excelbuddy.com/pivot-tables-in-excel/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 12:00:38 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Charts and Graphs]]></category>
		<category><![CDATA[pivot]]></category>
		<category><![CDATA[pivot table]]></category>
		<category><![CDATA[pivot tables]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=716</guid>
		<description><![CDATA[Pivot tables are one of the most versatile and powerful tools available in Excel.  They allow you to display data in a table format with multiple filters, and the ability to easily add or remove rows and columns.]]></description>
			<content:encoded><![CDATA[<p>Pivot tables are one of the most versatile and powerful tools available in Excel.  They allow you to display data in a table format with multiple filters, and the ability to easily add or remove rows and columns.  The first and most important step in creating a pivot table is to set up your raw data in the correct format.   Below is one example of how the data for a pivot table is typically set up.  Every column must have name in the top row which is what will be used to organize the pivot table.  In its current format, the information could be useful in telling you that Bill White sold 8 units of Product B and John Thomas had 140 of revenue for Product A.  However, what if you wanted to know the total units of Product A sold in the East Division, or the combined revenue of Casey Smith?  This would require manually summing the respective values, unless you knew that you could accomplish all of that and more using a pivot table.</p>
<p style="text-align: center;"><a href="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.1.png"><img class="aligncenter size-full wp-image-724" title="pivot table 1.1" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.1.png" alt="" width="546" height="520" /></a></p>
<p>To create a pivot table, go to the <em>Insert</em> ribbon and select <em>PivotTable</em>.  There is also an option for <em>PivotChart</em> which is basically a pivot table with the information displayed in both a table format and in a chart.  The same basic principles apply to creating both, so only pivot tables will be covered in this example.</p>
<p style="text-align: center;"><a href="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.2.png"><img class="aligncenter size-full wp-image-725" title="pivot table 1.2" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.2.png" alt="" width="354" height="369" /></a></p>
<p>Once you have selected that you want to insert a pivot table, you will be prompted with the <em>Create PivotTable</em> form.  We’re using a table/range of data, so the first radio button should be selected.  Enter the range of cells where the data is stored, including the column headings.  In this example, that would be cells A1:E18.  You then have the option to select where you want the pivot table to be placed.  You can select <em>New Worksheet</em> to create the pivot table on a new, separate sheet in the workbook, or select <em>Existing Worksheet</em> and pick a cell in one of the existing sheets to start the pivot table in.  Once you’ve designated the data you want to use and where you want the output pivot table to be placed, click <em>OK</em> to create the pivot table.</p>
<p style="text-align: center;"><a href="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.3.png"><img class="aligncenter size-full wp-image-726" title="pivot table 1.3" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.3.png" alt="" width="562" height="403" /></a></p>
<p>This will open the <em>Pivot Table Field List</em> menu.  This shows all of the fields from your dataset which you can arrange as you choose.  There are four areas that you can drag the fields to in order to create the pivot table:</p>
<p><em>Report Filter:</em> These are overall filters for the entire pivot table.  They appear at the top of the table and you can select one or multiple values from each field.  Tables can have multiple filters.  In this example, Division was selected as the field to filter the table on.</p>
<p><em>Column Labels:</em> Fields dragged into this area will appear as the column headings in the pivot table.  You can have multiple fields in this area, and they will appear as tiered headings.  In this example, a single heading, Product, was selected as the field for the columns, so the columns show up as A, B, and C.  There is also a Grand Total column.</p>
<p><em>Row Labels:</em> Similar to column labels, the row labels allow you to select which fields will appear along the rows of the pivot table.  Again, you can drag as many fields into the Row Labels area as you would like, and the pivot table will display them in tiers on the rows.  In this case, the Sales Lead field was placed in the Row Labels area, so the table shows the names of the six sales leads.</p>
<p><em>Values:</em> This area is for the data that will be totaled in the pivot table.  In this case, Units Sold was selected for the Values area, so the pivot table displays the total number of units sold.  Pivot tables usually default to summing the data, but if you click on the drop down arrow in the Values area, you can click on <em>Value Field Settings </em>to change the Sum function to an Average, Minimum, Maximum, etc.  It is possible to show both the Units Sold and the Revenue on the table if you drag both into the Values area.</p>
<p>Now that you’ve created the pivot table, you can see how it aggregates the data.  It currently shows how many of each product were sold by each sales lead.  The vertical and horizontal grand total columns show the total units for each lead and the total number of units of each product sold, respectively.</p>
<p style="text-align: center;"><a href="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.5.png"><img class="aligncenter size-full wp-image-727" title="pivot table 1.5" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.5.png" alt="" width="524" height="366" /></a></p>
<p>Once you’ve created the pivot table, you have a number of options for filtering the data to modify your views.  The most basic way to filter the information is to use the fields that you placed in the <em>Report Filter</em>.  In this case, that was the Division field.  By clicking the dropdown arrow on the Division filter in the pivot table, you will see your options for filtering.  You can select (<em>All), East,</em> or <em>West</em> by clicking on them.  If you had a longer list and want to select multiple options, click the <em>Select Multiple Items</em> check box and you will be able to select whichever values from the list you want to include in the pivot table.</p>
<p style="text-align: center;"><a href="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.51.png"><img class="aligncenter size-full wp-image-728" title="pivot table 1.5" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.51.png" alt="" width="524" height="366" /></a></p>
<p>In addition to filtering the entire table using the Report Filters, there are options to filter and sort the columns or the rows.  Clicking the dropdown arrow by <em>Row Labels</em> shows the options related to the rows.  You can sort the row labels a variety of ways: <em>A to Z, Z to A</em>, or by the values contained in the pivot table (under <em>More Sort Options</em>).  The data can be filtered by the labels themselves by selecting <em>Label Filters</em> or by the values in the table by choosing <em>Value Filters</em>.  The final way to edit the row labels is to manually pick which labels you want to show using the list of checkboxes.  There are similar options if you click the dropdown by <em>Column Labels</em>.</p>
<p style="text-align: center;"><a href="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.png"><img class="aligncenter size-full wp-image-723" title="Pivot Table 1" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/pivot-table-1.png" alt="" width="577" height="589" /></a></p>
<p>This covers the basic functionality of pivot tables, although there are a number of other options to further customize the pivot tables.  By right-clicking in the pivot table, you’ll be giving a menu containing a list of the most popular options for pivot tables.  You can use this to re-open the <em>Pivot Table Field List</em> menu if you want to go back and drag the fields into different areas to re-arrange the pivot table.  There is also an option to <em>Refresh</em> the pivot table if you make a change to the values in your source data.</p>
<p>An even larger list of ways to modify pivot tables can be accessed using the special <em>PivotTable Tools</em> ribbons that appear when you click inside a pivot table.  The <em>Options</em> ribbon contains a number of the basic functions including one important one: <em>Change Data Source</em> which allows you to go back to the original pivot table creation form and modify the range of cells on which your pivot table is based.  The <em>Design </em>ribbon contains options for changing the format of the table.  Pivot tables are immensely customizable and can be tailored to meet most any needs as long as you understand the basics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/pivot-tables-in-excel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Better Charts in Excel using Photoshop</title>
		<link>http://www.excelbuddy.com/better-charts-in-excel-using-photoshop/</link>
		<comments>http://www.excelbuddy.com/better-charts-in-excel-using-photoshop/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:46:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Charts and Graphs]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[graphs]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=666</guid>
		<description><![CDATA[Create stunning graphs in Excel with the help of Photoshop. ]]></description>
			<content:encoded><![CDATA[<p>When creating charts in Excel, you are limited to generic colors and themes.  However, by exporting the graph into Photoshop, you can easily transform a once boring graph into a stunning masterpiece.</p>
<p>Any verision of Photoshop will work.</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="640" height="498">
      <param name="movie" value="http://www.excelbuddy.com/wp-content/uploads/2010/07/bbc/video_controller.swf" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.excelbuddy.com/wp-content/uploads/2010/07/bbc/video_controller.swf" width="640" height="498">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p>Please feel free to comment below if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/better-charts-in-excel-using-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Bar Graph in Excel</title>
		<link>http://www.excelbuddy.com/basic-bar-graph-in-excel/</link>
		<comments>http://www.excelbuddy.com/basic-bar-graph-in-excel/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:01:46 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Charts and Graphs]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[graph]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=396</guid>
		<description><![CDATA[The following example demonstrates how easy it is to construct a basic bar chart in Excel.]]></description>
			<content:encoded><![CDATA[<p><a href="http://excelbuddy.com/wp-content/uploads/2009/11/5.gif" rel="nofollow" ></a>The following tutorial will demonstrate how to construct a basic bar graph in Excel.  The documents for this tutorial are available for download.</p>
<ul>
<li><a href="http://excelbuddy.com/wp-content/uploads/2009/11/basic_bar_graph97.xls" rel="nofollow" >Download the 97-2003 Version</a></li>
<li><a href="http://excelbuddy.com/wp-content/uploads/2009/11/basic_bar_graph.xlsx" rel="nofollow" >Download the Excel 2007 Version</a></li>
</ul>
<ol>
<li>To begin, start with a spread sheet as shown below.<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/1-basic.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-400" title="1-basic" src="http://excelbuddy.com/wp-content/uploads/2009/11/1-basic.gif" alt="1-basic" width="296" height="213" /></a><a href="http://excelbuddy.com/wp-content/uploads/2009/11/1.GIF" rel="nofollow" ></a></li>
<li>Now, highlight cells A3 to B8.  Select the &#8220;Insert&#8221; tab and hit the &#8220;Column Button&#8221; to activate the drop down menu.
<p><a href="http://excelbuddy.com/wp-content/uploads/2009/11/2.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-401" title="2" src="http://excelbuddy.com/wp-content/uploads/2009/11/2.gif" alt="2" width="352" height="376" /></a></li>
<li>From this menu, select &#8220;2-D Column&#8221; and &#8221;Clustered Column.&#8221;<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/3.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-402" title="3" src="http://excelbuddy.com/wp-content/uploads/2009/11/3.gif" alt="3" width="115" height="76" /></a></li>
<li>The following bar graph will generate.<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/4.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-403" title="4" src="http://excelbuddy.com/wp-content/uploads/2009/11/4.gif" alt="4" width="487" height="294" /></a></li>
<li>To add the horizontal and vertical axis labels, select the graph by left clicking anywhere on the chart.  Now, under the &#8220;Chart Options&#8221; header, select the &#8220;Layout&#8221; tab.<br />
<img class="aligncenter size-full wp-image-404" title="5" src="http://excelbuddy.com/wp-content/uploads/2009/11/5.gif" alt="5" width="209" height="147" /></li>
<li>By utilizing the various buttons, you can customize the graph.<br />
<img class="aligncenter size-full wp-image-405" title="6" src="http://excelbuddy.com/wp-content/uploads/2009/11/6.gif" alt="6" width="228" height="97" /></li>
<li>Below is an example of a customized graph.<br />
<a href="http://excelbuddy.com/wp-content/uploads/2009/11/7.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-406" title="7" src="http://excelbuddy.com/wp-content/uploads/2009/11/7.gif" alt="7" width="546" height="341" /></a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/basic-bar-graph-in-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scatter Plot Graphs with Trendline</title>
		<link>http://www.excelbuddy.com/scatter-plot-graphs-with-trendline/</link>
		<comments>http://www.excelbuddy.com/scatter-plot-graphs-with-trendline/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:07:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Charts and Graphs]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[equation]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[layouts]]></category>
		<category><![CDATA[scatter]]></category>
		<category><![CDATA[scatter plot]]></category>
		<category><![CDATA[scatterplot]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[trendlines]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=49</guid>
		<description><![CDATA[Scatter plots are used to see the trend of the data set as a whole instead of the sequential pattern of the data.]]></description>
			<content:encoded><![CDATA[<p>Scatter plots are used to see the trend of the data set as a whole instead of the sequential pattern of the data.</p>
<ol>
<li>Start by creating a two-column table that contains the data for the graph. The first column will be the X-axis and the second will be the Y-axis. The rows do not have to be in any particular order because the scatter plot trendline finds the relationship between the X and Y values.</li>
<p style="text-align: center;"><img class="size-full wp-image-50 aligncenter" title="Scatter_Plot_Graphs_with_Trendline_1" src="http://excelbuddy.com/wp-content/uploads/2009/05/fullscreen-capture-5102009-51408-pmbmp.jpg" alt="Scatter_Plot_Graphs_with_Trendline_1" width="154" height="181" /></p>
<p><em><br />
Notice that the data does not have to be numerically increasing.</em></p>
<li>Next, Select the entire table and click Insert -&gt; Scatter -&gt; Scatter with only markers<br />
You should end up with a graph similar to this:<br />
This is the basic scatter plot. We have many more options past this point.</li>
<p style="text-align: center;"><img class="alignnone size-full wp-image-53" title="Scatter_Plot_Graphs_with_Trendline_2" src="http://excelbuddy.com/wp-content/uploads/2009/05/fullscreen-capture-5102009-52325-pmbmp1.jpg" alt="Scatter_Plot_Graphs_with_Trendline_2" width="492" height="298" /></p>
<li>If you double-click on the graph, the chart design tools open and provide design options for the graph.</li>
<p style="text-align: center;"><img class="alignnone size-full wp-image-161" title="fullscreen-capture-6172009-94720-ambmp1" src="http://excelbuddy.com/wp-content/uploads/2009/06/fullscreen-capture-6172009-94720-ambmp1.jpg" alt="fullscreen-capture-6172009-94720-ambmp1" width="203" height="87" /></p>
<li>Each option organizes the graph differently. Also, the chart tittle and the axises labels can be changed by clicking on the current labels. These objects can also be deleted by clicking on them to select and the Delete key to delete.
<p style="text-align: center;"><img class="size-full wp-image-163 aligncenter" title="fullscreen-capture-6172009-100357-ambmp" src="http://excelbuddy.com/wp-content/uploads/2009/06/fullscreen-capture-6172009-100357-ambmp.jpg" alt="Graph with Layout" width="475" height="279" /></p>
</li>
<li>To add a trendline, right click on any point of the graph and select &#8220;add Trendline&#8230;&#8221;<img class="size-full wp-image-187 aligncenter" title="add trendline" src="http://excelbuddy.com/wp-content/uploads/2009/06/fullscreen-capture-6272009-60825-pmbmp.jpg" alt="add trendline" width="497" height="273" /></li>
<li>A new option menu will appear with choices for the trendline. These choices include the type of trend, line color and style, and equation displays. Some important features to look for in this menu are the &#8220;Display Equation on chart&#8221; and the &#8220;Display R-squared value on chart&#8221; options. The &#8220;Display Equation on chart&#8221; option toggles the equation that Excel used to draw trendline. This is written in standard form. The &#8220;Display R-squared value on chart&#8221; option displays the accuarcy of the trendline.<br />
<img class="aligncenter size-full wp-image-188" title="fullscreen-capture-6272009-61341-pmbmp" src="http://excelbuddy.com/wp-content/uploads/2009/06/fullscreen-capture-6272009-61341-pmbmp.jpg" alt="fullscreen-capture-6272009-61341-pmbmp" width="405" height="529" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/scatter-plot-graphs-with-trendline/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

