<?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>Excel Optimize &#187; Pivot table &amp; chart</title>
	<atom:link href="http://exceloptimize.com/category/pivot-table-chart/feed" rel="self" type="application/rss+xml" />
	<link>http://exceloptimize.com</link>
	<description>Tips Formula, Macro, and VBA on Microsoft Excel</description>
	<lastBuildDate>Sat, 26 Dec 2009 14:32:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a PivotTable Report from Data in an Access Database</title>
		<link>http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 13:54:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[excel pivot]]></category>
		<category><![CDATA[excel table]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=84</guid>
		<description><![CDATA[One of the beauties of the Excel PivotTable reports is that they are not limited to using data located in a workbook. In fact, it is fairly common to have your data in a database instead. Depending on the configuration of your system and the database drivers installed, you can access data in a wide [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">One of the beauties of the Excel PivotTable reports is that they are not limited to using data located in a workbook. In fact, it is fairly common to have your data in a database instead. Depending on the configuration of your system and the database drivers installed, you can access data in a wide variety of database formats. In this section I will show you how to create a PivotTable report based on data in a Microsoft Access database. Although some of the details will be different for other database formats, the general principles are the same. For this section I will use the Northwind database. This is a sample database that is installed as part of most Microsoft Office installations. Its file name is Northwind.mdb and it is typically located in the Samples folder under the Microsoft Office installation in \Program Files. If you are not able to find it, you can use the Windows search feature to determine its location. (If you cannot find the file, it may not have been installed. You can get it from your Office installation CD and copy it to your hard disk.)<br />Before creating a PivotTable based on external data, be sure that you know which element in the external database you need. Typically the external database contains a variety of tables and queries and all of these will be available to you. For this demonstration I will use a query named Product Sales for 1997 that is defined in the Northwind database. This query is shown in Access in Figure 2-7; you can see that it contains data on product sales by category, product name, and quarter. Note that you do not have to have Access open to create the PivotTable.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-7.jpg" width="501" height="384" /><br />Figure 2-7: The PivotTable will be based on the Northwind database query named Product Sales for 1997.</p>
<p>After you have Excel open with a blank worksheet displayed, follow these steps:<span id="more-84"></span>
<ol>
<li>Click the PivotTable button on the Insert ribbon to open the Create PivotTable dialog box.</li>
<li>Select the Use an External Data Source option.</li>
<li>Click the Choose Connection button to open the Existing Connections dialog box.</li>
<li>Click the Browse for More button to open the Select Data Source dialog box.</li>
<li>Navigate to and select the file Northwind.mdb as shown in Figure 2-8.</li>
<li>Click OK to display the Select Table dialog box. (See Figure 2-9.)</li>
<li>In the list, select Product Sales for 1997.</li>
<li>Click OK to return to the Create PivotTable dialog box.</li>
<li>Click OK to close the Create PivotTable dialog box and create the blank PivotTable, which is shown in Figure 2-10.</li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-8.jpg" width="501" height="372" /><br />Figure 2-8: Navigate to and select Northwind.mdb.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-9.jpg" width="500" height="371" /><br />Figure 2-9: Selecting the table to use for the PivotTable.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-10.jpg" width="501" height="372" /><br />Figure 2-10: The blank PivotTable based on the Access query.</p>
<p>You can see that the four columns that were present in the Access query are listed in the Field List. Next you will add these fields to the blank PivotTable to achieve the data display you want. Because there are four fields, you have several ways to display these data. Follow these steps to create a PivotTable that displays total sales by category for each quarter:
<ol>
<li>Select the CategoryName field to add it to the Row Labels area.</li>
<li>Select the ShippedQuarter field to add it to the Row Labels area.</li>
<li>In the Row Labels area, click the arrow next to the ShippedQuarter field and select Move to Column Labels to move this field to the Column Labels area.</li>
<li>Select the ProductSales field to move it to the Values area.</li>
<li>In the Values area, click the down arrow next to the Sum of ProductSales field and select Value Field Settings from the popup menu to display the Value Field Setting dialog box.</li>
<li>6. Click the Number Format button to open the Format Cells dialog box.</li>
<li>Select Currency format with no decimal places.</li>
<li>Click OK twice to close all dialog boxes.</li>
</ol>
<p>The resulting PivotTable report is shown in Figure 2-11.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-11.jpg" width="499" height="267" /><br />Figure 2-11: The final PivotTable after you have placed fields and applied basic formatting.</p>
</div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" title="Using Data from an Existing Data Connection">Using Data from an Existing Data Connection</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" title="Using Data from Other Sources">Using Data from Other Sources</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html" title="Using Excel Data from Another Workbook">Using Excel Data from Another Workbook</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;Title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;submitHeadline=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database&amp;submitSummary=One%20of%20the%20beauties%20of%20the%20Excel%20PivotTable%20reports%20is%20that%20they%20are%20not%20limited%20to%20using%20data%20located%20in%20a%20workbook.%20In%20fact%2C%20it%20is%20fairly%20common%20to%20have%20your%20data%20in%20a%20database%20instead.%20Depending%20on%20the%20configuration%20of%20your%20system%20and%20the%20database%20drivers%20installed%2C%20you%20can%20access%20data%20in%20a%20wide%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;t=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database+-+http://b2l.me/b69py+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;bm_description=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database&amp;link=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;type=Article&amp;title=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html&amp;n=Creating+a+PivotTable+Report+from+Data+in+an+Access+Database&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Data from an Existing Data Connection</title>
		<link>http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html#comments</comments>
		<pubDate>Mon, 09 Feb 2009 13:54:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[excel pivot]]></category>
		<category><![CDATA[excel table]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=78</guid>
		<description><![CDATA[If you want to base your PivotTable report on an external data source that is already defined, follow these steps:

Click the PivotTable button on the Insert ribbon to display the Create PivotTable dialog box (shown earlier in Figure 2-1).
Select the Use an External Data Source option, and click the Choose Connection button to open the [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">If you want to base your PivotTable report on an external data source that is already defined, follow these steps:
<ol>
<li>Click the PivotTable button on the Insert ribbon to display the Create PivotTable dialog box (shown earlier in Figure 2-1).</li>
<li>Select the Use an External Data Source option, and click the Choose Connection button to open the Existing Connections dialog box (shown earlier in Figure 2-4).</li>
<li>Click the data source that you want to use.</li>
<li>Click OK.</li>
</ol>
<p>At this point one of two things will happen, depending on the nature of the data source. If the data source contains a single table of data, Excel will create the blank PivotTable and display the PivotTable field list, and you can proceed with the PivotTable design. If, however, the data source contains more than one table, Excel will display the Select Table dialog box listing the available tables, as shown in Figure 2-6. You must click the table that you want to base your PivotTable on; then click OK to create the blank PivotTable and display the PivotTable Field List.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-6.jpg" width="499" height="374" /><br />Figure 2-6: Selecting the table that you want the PivotTable to be based on.</div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" title="Creating a PivotTable Report from Data in an Access Database">Creating a PivotTable Report from Data in an Access Database</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" title="Using Data from Other Sources">Using Data from Other Sources</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html" title="Using Excel Data from Another Workbook">Using Excel Data from Another Workbook</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;Title=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;title=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;title=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;title=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;submitHeadline=Using+Data+from+an+Existing+Data+Connection&amp;submitSummary=If%20you%20want%20to%20base%20your%20PivotTable%20report%20on%20an%20external%20data%20source%20that%20is%20already%20defined%2C%20follow%20these%20steps%3AClick%20the%20PivotTable%20button%20on%20the%20Insert%20ribbon%20to%20display%20the%20Create%20PivotTable%20dialog%20box%20%28shown%20earlier%20in%20Figure%202-1%29.Select%20the%20Use%20an%20External%20Data%20Source%20option%2C%20and%20click%20the%20Ch&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;title=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;t=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+Data+from+an+Existing+Data+Connection+-+http://b2l.me/bp8pm+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;bm_description=Using+Data+from+an+Existing+Data+Connection&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+Data+from+an+Existing+Data+Connection&amp;link=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;type=Article&amp;title=Using+Data+from+an+Existing+Data+Connection" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html&amp;n=Using+Data+from+an+Existing+Data+Connection&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Data from Other Sources</title>
		<link>http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 13:54:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[excel pivot]]></category>
		<category><![CDATA[excel table]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=75</guid>
		<description><![CDATA[Excel enables you to use data from a variety of other sources for your PivotTable reports.There are two general ways to do this:

Link your PivotTable to the external data without importing them into Excel.
Import the external data into Excel and then treat them as an Excel list.

This section covers the procedures for linking to external [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">Excel enables you to use data from a variety of other sources for your PivotTable reports.<br />There are two general ways to do this:
<ul>
<li>Link your PivotTable to the external data without importing them into Excel.</li>
<li>Import the external data into Excel and then treat them as an Excel list.</li>
</ul>
<p>This section covers the procedures for linking to external data. Importing data is discussed in “Using Other External Data Sources.”<br />To create a PivotTable that is linked to external data:<span id="more-75"></span>
<ol>
<li>Display the Create PivotTable dialog box.</li>
<li>Select the Use an External Data Source option.</li>
<li>Click the Choose Connection button. Excel displays the Existing Connections dialog box, shown in Figure 2-4.</li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-4.jpg" width="500" height="378" /><br />Figure 2-4: Selecting an external data source for a PivotTable.</p>
<p>The information shown in the Existing Connections dialog box depends on how your specific system has been set up—it is very unlikely that your Existing Connections dialog box contains the same elements as Figure 2-4. You can use the drop-down Show list at the top of the dialog box to control which data connections are displayed: those defined in the current workbook, those available on the network, and those available on your computer.<br />At this point you can do one of two things:
<ul>
<li>Click the desired data connection; then click Open.</li>
<li>Click Browse to locate a data connection that is not listed.</li>
</ul>
<p>The next steps that you follow depend on the specific data connection you have selected. Some data connections are ready for immediate use in a PivotTable, whereas others require additional input from you before they can be used.<br />Note, however, that Excel offers another way to create a PivotTable that is based on external data. The end result is the same, but you may prefer using this method in some cases. On the Data ribbon there is a section labeled Get External Data. This command is usually used for importing data into a workbook but can also be used to create a PivotTable:
<ol>
<li>Click the Existing Connections button to see a list of existing connection, as shown earlier.</li>
<li>Click OK and continue the process until the Import Data dialog box is displayed, as shown in Figure 2-5.</li>
<li>Select either the PivotTable Report or the PivotChart and PivotTable Report option.</li>
<li>Specify whether the PivotTable should go in the current worksheet or a new worksheet.</li>
<li>Click OK.</li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-5.jpg" width="500" height="375" /><br />Figure 2-5: Importing data linked to a PivotTable.</p>
<p></div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" title="Creating a PivotTable Report from Data in an Access Database">Creating a PivotTable Report from Data in an Access Database</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" title="Using Data from an Existing Data Connection">Using Data from an Existing Data Connection</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html" title="Using Excel Data from Another Workbook">Using Excel Data from Another Workbook</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;Title=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;title=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;title=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;title=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;submitHeadline=Using+Data+from+Other+Sources&amp;submitSummary=Excel%20enables%20you%20to%20use%20data%20from%20a%20variety%20of%20other%20sources%20for%20your%20PivotTable%20reports.There%20are%20two%20general%20ways%20to%20do%20this%3ALink%20your%20PivotTable%20to%20the%20external%20data%20without%20importing%20them%20into%20Excel.Import%20the%20external%20data%20into%20Excel%20and%20then%20treat%20them%20as%20an%20Excel%20list.This%20section%20covers%20the&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;title=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;t=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+Data+from+Other+Sources+-+http://b2l.me/b49p6+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;bm_description=Using+Data+from+Other+Sources&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+Data+from+Other+Sources&amp;link=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;type=Article&amp;title=Using+Data+from+Other+Sources" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html&amp;n=Using+Data+from+Other+Sources&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Excel Data from Another Workbook</title>
		<link>http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:54:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[excel pivot]]></category>
		<category><![CDATA[excel table]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=71</guid>
		<description><![CDATA[If the data you want to use in your PivotTable are in another workbook, the process is slightly different. You have to specify not only the range in which the data are located but also the name of the workbook they are in.The easiest way to do this is to have both workbooks open; the [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">If the data you want to use in your PivotTable are in another workbook, the process is slightly different. You have to specify not only the range in which the data are located but also the name of the workbook they are in.<br />The easiest way to do this is to have both workbooks open; the one where you want to place the PivotTable should be the active one. Then follow these steps:
<ol>
<li>Click PivotTable on the Insert ribbon to display the Create PivotTable dialog box.</li>
<li>Make sure that the Select a Table or Range option is selected.</li>
<li>Click the Select button at the right end of the Table/Range field. The dialog box collapses to a single line.</li>
<li>Press Alt+Tab or click the Windows taskbar to activate the workbook that contains the data. The collapsed dialog box remains visible.</li>
<li>Select the data range for the PivotTable. Its address, including the workbook name, will be entered in the Create PivotTable dialog box.</li>
<li>Click the Select button in the dialog box to accept the selection and expand the dialog box.</li>
<li>Click OK to return to the original workbook with the PivotTable inserted.</li>
</ol>
<p>When a PivotTable is linked to data in an external workbook, you can update it only if the linked data workbook is available. If this file has been moved, renamed, or deleted, you will not be able to update the PivotTable. Excel displays an error message when you attempt to do so. The original PivotTable data remains in place, however.</div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" title="Creating a PivotTable Report from Data in an Access Database">Creating a PivotTable Report from Data in an Access Database</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" title="Using Data from an Existing Data Connection">Using Data from an Existing Data Connection</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" title="Using Data from Other Sources">Using Data from Other Sources</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;Title=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;title=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;title=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;title=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;submitHeadline=Using+Excel+Data+from+Another+Workbook&amp;submitSummary=If%20the%20data%20you%20want%20to%20use%20in%20your%20PivotTable%20are%20in%20another%20workbook%2C%20the%20process%20is%20slightly%20different.%20You%20have%20to%20specify%20not%20only%20the%20range%20in%20which%20the%20data%20are%20located%20but%20also%20the%20name%20of%20the%20workbook%20they%20are%20in.The%20easiest%20way%20to%20do%20this%20is%20to%20have%20both%20workbooks%20open%3B%20the%20one%20where%20you%20w&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;title=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;t=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+Excel+Data+from+Another+Workbook+-+http://b2l.me/brtw8+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;bm_description=Using+Excel+Data+from+Another+Workbook&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+Excel+Data+from+Another+Workbook&amp;link=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;type=Article&amp;title=Using+Excel+Data+from+Another+Workbook" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html&amp;n=Using+Excel+Data+from+Another+Workbook&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/using-excel-data-from-another-workbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Excel Data from the Same Workbook</title>
		<link>http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html#comments</comments>
		<pubDate>Fri, 06 Feb 2009 13:54:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[excel data]]></category>
		<category><![CDATA[excel pivot]]></category>
		<category><![CDATA[excel table]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=69</guid>
		<description><![CDATA[Perhaps the most common way to create a PivotTable is by basing it on data that already exist in an Excel workbook. The data can be in the same workbook as the PivotTable; this technique was used in Chapter 1. The data can also be in a separate workbook. Things are at their simplest when [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">Perhaps the most common way to create a PivotTable is by basing it on data that already exist in an Excel workbook. The data can be in the same workbook as the PivotTable; this technique was used in Chapter 1. The data can also be in a separate workbook. Things are at their simplest when you are creating a PivotTable in the workbook in which the data are located. The data should be organized as a standard Excel list, or table, as follows:
<ul>
<li>The first row contains the field or column names.</li>
<li>The second and subsequent rows contain the data.</li>
<li>There are no blank rows, although individual blank cells may be present.</li>
</ul>
<p>If the cell pointer is anywhere in the data table when you open the Create PivotTable dialog box, Excel automatically determines the address of the entire table and enters it in the Table/Range field of the dialog box. If you want to explicitly tell Excel where the input data range is located, you can do one of the following:<span id="more-69"></span>
<ul>
<li>Select the data before you display the dialog box. The address of the data will be entered automatically in the appropriate place in the dialog box.</li>
<li>Type the address of the data into the Table/Range field of the dialog box (see Figure 2-1).</li>
<li>Use the Select button in the dialog box to select the data range</li>
</ul>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-1.jpg" width="512" height="387" /><br />Figure 2-1: Specifying the data range in the Create PivotTable dialog box.</p>
<p>Actually, there is a fourth and preferred way to tell Excel where the data are—create a named range for the data. Using named ranges is more convenient than typing the address or selecting the data each time you want to refer to them. Named ranges also provide an advantage in that if you expand the range, perhaps to include additional data, the PivotTable report will automatically include the new data when it is refreshed. Here’s how to create a named range:
<ol>
<li>Select the data range.</li>
<li>Click the Define Name button in the Defined Names section of the Formulas ribbon. The New Name dialog box is displayed (see Figure 2-2).</li>
<li>Type the name for the range in the Name field. You should use something descriptive such as SalesData or SurveyResults. It’s best to avoid spaces, too; use an underscore if needed to separate words.</li>
<li>Click OK.</li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-2.jpg" width="505" height="383" /><br />Figure 2-2: Defining a named range.</p>
<p>Then, when you are creating a PivotTable, simply enter the range name in the Table/Range field, as shown in Figure 2-3 for the range Name SalesData. Of course, if you enter a name that does not exist, it will not work. Excel displays an error message when you click OK. You’ll have to correct the range name you entered or use one of the other techniques to specify the source data range for your PivotTable.<br /><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/2-3.jpg" width="500" height="378" /><br />Figure 2-3: Specifying the data range by entering a range name in the Create PivotTable dialog box.</div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" title="Creating a PivotTable Report from Data in an Access Database">Creating a PivotTable Report from Data in an Access Database</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" title="Using Data from an Existing Data Connection">Using Data from an Existing Data Connection</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" title="Using Data from Other Sources">Using Data from Other Sources</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;Title=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;title=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;title=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;title=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;submitHeadline=Using+Excel+Data+from+the+Same+Workbook&amp;submitSummary=Perhaps%20the%20most%20common%20way%20to%20create%20a%20PivotTable%20is%20by%20basing%20it%20on%20data%20that%20already%20exist%20in%20an%20Excel%20workbook.%20The%20data%20can%20be%20in%20the%20same%20workbook%20as%20the%20PivotTable%3B%20this%20technique%20was%20used%20in%20Chapter%201.%20The%20data%20can%20also%20be%20in%20a%20separate%20workbook.%20Things%20are%20at%20their%20simplest%20when%20you%20are%20cre&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;title=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;t=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+Excel+Data+from+the+Same+Workbook+-+http://b2l.me/bsqbt+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;bm_description=Using+Excel+Data+from+the+Same+Workbook&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+Excel+Data+from+the+Same+Workbook&amp;link=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;type=Article&amp;title=Using+Excel+Data+from+the+Same+Workbook" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html&amp;n=Using+Excel+Data+from+the+Same+Workbook&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/using-excel-data-from-the-same-workbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a PivotTable Report with Multiple Columns</title>
		<link>http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 13:54:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[excel pivot]]></category>
		<category><![CDATA[excel table]]></category>
		<category><![CDATA[pivot table]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=64</guid>
		<description><![CDATA[The example PivotTable presented in the previous section was just about the simplest PivotTable you can create. It will be useful to go through the process of creating a somewhat more sophisticated PivotTable report, one that has multiple columns as well as rows. The data you will use is shown in Figure 1-7. It is [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">The example PivotTable presented in the previous section was just about the simplest PivotTable you can create. It will be useful to go through the process of creating a somewhat more sophisticated PivotTable report, one that has multiple columns as well as rows. The data you will use is shown in Figure 1-7. It is inventory data for a chain of video-rental stores.<br /><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivottable.jpg" width="505" height="388" /><br />Figure 1-7: The video-rental store inventory data.<span id="more-64"></span></p>
<p>These raw data are organized differently from the data in the previous example. Each row in this table represents a specific category of video for a specific store. The number is the count of titles in stock for that category. The goal is to create a PivotTable report that presents this information in an easy-to-read form and to display summary information. <br />To begin, open the workbook VideoStoreRawData.xlsx. Make sure the cell pointer is on a cell in the table; it does not matter which one. Then click the PivotTable button on the Insert ribbon to display the Create PivotTable dialog box (shown earlier in Figure 1-2). Make sure the following options are selected:
<ul>
<li>Select a table or range (and verify that the correct range, A4:C28, is entered in the Table/Range box)</li>
<li>New Worksheet</li>
</ul>
<p>Click OK to create the shell of the PivotTable and display the PivotTable Field List. The list contains Store, Category, and Titles. Select all three field names. Excel will:
<ul>
<li>Move Store and Category to the Row Labels box.</li>
<li>Move Sum of Titles to the Values box.</li>
<li>Create the PivotTable.</li>
</ul>
<p>The results are shown in Figure 1-8.<br /><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivottable2.jpg" width="469" height="425" /><br />Figure 1-8: The initial PivotTable created for the video rental store data.</p>
<p>Although this is a perfectly legitimate PivotTable, it is not what you want. You can see that both the Store and Category fields are used as row headings—you want a report where Category is a column heading. This is easily fixed: In the PivotTable Field List, go to the Row Labels box and click the down arrow next to Category. From the context menu, select Move To Column Labels. The field will move to the Column Labels box and the PivotTable will change to the desired format, as shown in Figure 1-9. This is an example of pivoting the table so the data is arranged differently. If you are working along in Excel, be sure to save your workbook after creating the PivotTable and pivoting it. You’ll use this PivotTable again later in this chapter.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivottable3.jpg" width="461" height="103" /><br />Figure 1-9: The final PivotTable has Store as a row field and Category as a column field.</p>
<p>In Figure 1-9, notice that Excel automatically creates totals for each category and each store, as well as an overall total.</div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-from-data-in-an-access-database.html" title="Creating a PivotTable Report from Data in an Access Database">Creating a PivotTable Report from Data in an Access Database</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-an-existing-data-connection.html" title="Using Data from an Existing Data Connection">Using Data from an Existing Data Connection</a></li>
<li><a href="http://exceloptimize.com/pivot-table-chart/using-data-from-other-sources.html" title="Using Data from Other Sources">Using Data from Other Sources</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;Title=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;title=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;title=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;title=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;submitHeadline=Creating+a+PivotTable+Report+with+Multiple+Columns&amp;submitSummary=The%20example%20PivotTable%20presented%20in%20the%20previous%20section%20was%20just%20about%20the%20simplest%20PivotTable%20you%20can%20create.%20It%20will%20be%20useful%20to%20go%20through%20the%20process%20of%20creating%20a%20somewhat%20more%20sophisticated%20PivotTable%20report%2C%20one%20that%20has%20multiple%20columns%20as%20well%20as%20rows.%20The%20data%20you%20will%20use%20is%20shown%20in%20Fi&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;title=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;t=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Creating+a+PivotTable+Report+with+Multiple+Columns+-+http://b2l.me/b69qf+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;bm_description=Creating+a+PivotTable+Report+with+Multiple+Columns&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Creating+a+PivotTable+Report+with+Multiple+Columns&amp;link=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;type=Article&amp;title=Creating+a+PivotTable+Report+with+Multiple+Columns" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html&amp;n=Creating+a+PivotTable+Report+with+Multiple+Columns&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/creating-a-pivottable-report-with-multiple-columns.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a PivotChart</title>
		<link>http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 10:01:00 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[pivot]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=59</guid>
		<description><![CDATA[A PivotChart is nothing more than a standard Excel chart created from the data in a PivotTable report. In fact there are a few features in PivotCharts that you will not find in charts based on other data—that is, data not in a PivotTable. For the most part, however, a PivotChart is like any other [...]]]></description>
			<content:encoded><![CDATA[<div align="justify">A PivotChart is nothing more than a standard Excel chart created from the data in a PivotTable report. In fact there are a few features in PivotCharts that you will not find in charts based on other data—that is, data not in a PivotTable. For the most part, however, a PivotChart is like any other Excel chart and can be manipulated and formatted in the same way. The few differences will be covered as they come up.<br />Now you can go ahead and create a PivotChart based on the PivotTable report that you created earlier in this chapter, the one showed in Figure 1-9:</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivotchart1.jpg" width="501" height="114" /><br />Figure 1-9
<ol>
<li>Make sure the PivotTable is active.</li>
<li>Click the PivotChart button on the Options ribbon. Excel displays the Insert Chart dialog box, shown in Figure 1-15.&nbsp;<span id="more-59"></span></li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivotchart2.jpg" width="502" height="376" /><br />Figure 1-15: Selecting the type of chart for a PivotChart.
<ol>
<li>Select Column in the Templates list; then click the second chart template in the first row.</li>
<li>Click OK to create the chart.</li>
</ol>
<p>The resulting chart is shown in Figure 1-16. Each store is represented by a bar in the chart, and within each bar the different categories are differentiated by color or shading.<br /><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivotchart3.jpg" width="494" height="370" /><br />Figure 1-16: A PivotChart based on the video rental data PivotTable.</p>
<p>Although the chart or the underlying PivotTable is active, Excel displays the PivotChart Filter Pane, also shown in Figure 1-16. You can use the Axis Fields and Legend Fields elements in this pane to filter the data so that the PivotChart displays only a subset of the data. Any filtering that you select here is applied to the PivotTable itself, and the chart automatically reflects this change in the PivotTable. For example, Figure 1-17 shows the PivotTable and chart after filtering has been applied to show only the Clarkville and Main Street stores.<br /><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivotchart4.jpg" width="499" height="300" /><br />Figure 1-17: The PivotTable and PivotChart can be filtered to show a subset of the data.</div>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/vba/applying-chart-formatting.html" title="Applying chart formatting">Applying chart formatting</a></li>
<li><a href="http://exceloptimize.com/vba/modifying-chart-properties.html" title="Modifying chart properties">Modifying chart properties</a></li>
<li><a href="http://exceloptimize.com/vba/looping-through-the-chartobjects-collection.html" title="Looping through the ChartObjects collection">Looping through the ChartObjects collection</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;Title=Creating+a+PivotChart" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;title=Creating+a+PivotChart" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;title=Creating+a+PivotChart" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;title=Creating+a+PivotChart" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;submitHeadline=Creating+a+PivotChart&amp;submitSummary=A%20PivotChart%20is%20nothing%20more%20than%20a%20standard%20Excel%20chart%20created%20from%20the%20data%20in%20a%20PivotTable%20report.%20In%20fact%20there%20are%20a%20few%20features%20in%20PivotCharts%20that%20you%20will%20not%20find%20in%20charts%20based%20on%20other%20data%E2%80%94that%20is%2C%20data%20not%20in%20a%20PivotTable.%20For%20the%20most%20part%2C%20however%2C%20a%20PivotChart%20is%20like%20any%20other%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;title=Creating+a+PivotChart" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;t=Creating+a+PivotChart" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Creating+a+PivotChart+-+http://b2l.me/b5zap+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;bm_description=Creating+a+PivotChart&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Creating+a+PivotChart&amp;link=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;type=Article&amp;title=Creating+a+PivotChart" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html&amp;n=Creating+a+PivotChart&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/creating-a-pivotchart.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the PivotTable and PivotChart Wizard</title>
		<link>http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 10:03:30 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[pivot table & chart wizard]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=51</guid>
		<description><![CDATA[Before Excel 2007 (the current version of Excel), you used the PivotTable and PivotChart Wizard to create PivotTables. Even though Excel 2007 provides a new and simpler way to create PivotTable, as described in the previous sections, the PivotTable and PivotChart Wizard is still available. Some people may prefer the wizard, particularly those who have [...]]]></description>
			<content:encoded><![CDATA[<p>Before Excel 2007 (the current version of Excel), you used the PivotTable and PivotChart Wizard to create PivotTables. Even though Excel 2007 provides a new and simpler way to create PivotTable, as described in the previous sections, the PivotTable and PivotChart Wizard is still available. Some people may prefer the wizard, particularly those who have experience with it. For this reason, I have included it in this book. However, if you are happy with the new techniques for creating a PivotTable, you can ignore these sections. If you want to work along with this walk-through, open the file SportingGoodsRawData. This worksheet contains data for a sporting goods chain and gives customer count and sales in various categories for three stores over a week. It is shown in Figure 1-10. Make sure the cell pointer is on a cell in the table, and then press Alt+D followed by P to open the PivotTable and PivotChart Wizard. <span id="more-51"></span>Figure 1-11 shows the first step of the wizard. In this dialog box, make sure that the options are selected as shown in Figure 1-11:
<ul>
<li>Select Microsoft Office Excel List or Database</li>
<li>Select PivotTable</li>
</ul>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-1.jpg" width="482" height="312" /></p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-2.jpg" width="484" height="362" /></p>
<p>Then click the Next button to move to Step 2 of the wizard, shown in Figure 1-12. Here you specify the range where the data is located. If you placed the cell pointer in the table before starting the wizard, Excel will automatically select the range for you, A2:K44 in this example, as shown in Figure 1-11. Otherwise you can type the range into the Range box or select it with the mouse as follows: 
<ol>
<li>Click the Select button (at the right end of the Range box). The dialog box collapses to a single line.</li>
<li>Drag the mouse over the desired data range. The range will be surrounded by an animated dashed border.</li>
<li>Click the Select button again. The dialog box expands to its normal size with the address of the selected data range entered in the Range field.</li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-3.jpg" width="494" height="370" /></p>
<p>When you have the data range entered, click the Next button to move to the third and final step of the wizard, shown in Figure 1-13. In this dialog box you specify where to place the PivotTable, either on a new worksheet or an existing worksheet. You can also specify the table layout and set some options using the Layout and Options buttons, but that’s a topic for a future chapter. For now, just select the<br />New Worksheet option, and then click Finish to create the PivotTable report (see Figure 1-14).</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-4.jpg" width="494" height="370" />&nbsp;</p>
<p>Notice that the screen in Figure 1-14 looks identical to the one in Figure 1-3. That’s right—if you use the PivotTable and PivotChart Wizard to create a PivotTable, the result is just the same as if you had used the newer tools in Excel 2007. You then follow the same steps to define the PivotTable columns and rows or to create a multi-column report, as described in the previous two sections.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-5.jpg" width="493" height="310" /></p>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html" title="Using the PivotTable and PivotChart Wizard">Using the PivotTable and PivotChart Wizard</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;Title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;submitHeadline=Using+the+PivotTable+and+PivotChart+Wizard&amp;submitSummary=Before%20Excel%202007%20%28the%20current%20version%20of%20Excel%29%2C%20you%20used%20the%20PivotTable%20and%20PivotChart%20Wizard%20to%20create%20PivotTables.%20Even%20though%20Excel%202007%20provides%20a%20new%20and%20simpler%20way%20to%20create%20PivotTable%2C%20as%20described%20in%20the%20previous%20sections%2C%20the%20PivotTable%20and%20PivotChart%20Wizard%20is%20still%20available.%20Some%20peop&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;t=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+the+PivotTable+and+PivotChart+Wizard+-+http://b2l.me/b5yT9+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;bm_description=Using+the+PivotTable+and+PivotChart+Wizard&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+the+PivotTable+and+PivotChart+Wizard&amp;link=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;type=Article&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html&amp;n=Using+the+PivotTable+and+PivotChart+Wizard&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the PivotTable and PivotChart Wizard</title>
		<link>http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html</link>
		<comments>http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 10:02:38 +0000</pubDate>
		<dc:creator>Andrian</dc:creator>
				<category><![CDATA[Pivot table & chart]]></category>
		<category><![CDATA[pivot table & chart wizard]]></category>

		<guid isPermaLink="false">http://exceloptimize.com/?p=53</guid>
		<description><![CDATA[Before Excel 2007 (the current version of Excel), you used the PivotTable and PivotChart Wizard to create PivotTables. Even though Excel 2007 provides a new and simpler way to create PivotTable, as described in the previous sections, the PivotTable and PivotChart Wizard is still available. Some people may prefer the wizard, particularly those who have [...]]]></description>
			<content:encoded><![CDATA[<p>Before Excel 2007 (the current version of Excel), you used the PivotTable and PivotChart Wizard to create PivotTables. Even though Excel 2007 provides a new and simpler way to create PivotTable, as described in the previous sections, the PivotTable and PivotChart Wizard is still available. Some people may prefer the wizard, particularly those who have experience with it. For this reason, I have included it in this book. However, if you are happy with the new techniques for creating a PivotTable, you can ignore these sections. If you want to work along with this walk-through, open the file SportingGoodsRawData. This worksheet contains data for a sporting goods chain and gives customer count and sales in various categories for three stores over a week. It is shown in Figure 1-10. Make sure the cell pointer is on a cell in the table, and then press Alt+D followed by P to open the PivotTable and PivotChart Wizard. <span id="more-53"></span>Figure 1-11 shows the first step of the wizard. In this dialog box, make sure that the options are selected as shown in Figure 1-11:
<ul>
<li>Select Microsoft Office Excel List or Database</li>
<li>Select PivotTable</li>
</ul>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-1.jpg" width="482" height="312" /></p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-2.jpg" width="484" height="362" /></p>
<p>Then click the Next button to move to Step 2 of the wizard, shown in Figure 1-12. Here you specify the range where the data is located. If you placed the cell pointer in the table before starting the wizard, Excel will automatically select the range for you, A2:K44 in this example, as shown in Figure 1-11. Otherwise you can type the range into the Range box or select it with the mouse as follows: 
<ol>
<li>Click the Select button (at the right end of the Range box). The dialog box collapses to a single line.</li>
<li>Drag the mouse over the desired data range. The range will be surrounded by an animated dashed border.</li>
<li>Click the Select button again. The dialog box expands to its normal size with the address of the selected data range entered in the Range field.</li>
</ol>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-3.jpg" width="494" height="370" /></p>
<p>When you have the data range entered, click the Next button to move to the third and final step of the wizard, shown in Figure 1-13. In this dialog box you specify where to place the PivotTable, either on a new worksheet or an existing worksheet. You can also specify the table layout and set some options using the Layout and Options buttons, but that’s a topic for a future chapter. For now, just select the<br />New Worksheet option, and then click Finish to create the PivotTable report (see Figure 1-14).</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-4.jpg" width="494" height="370" />&nbsp;</p>
<p>Notice that the screen in Figure 1-14 looks identical to the one in Figure 1-3. That’s right—if you use the PivotTable and PivotChart Wizard to create a PivotTable, the result is just the same as if you had used the newer tools in Excel 2007. You then follow the same steps to define the PivotTable columns and rows or to create a multi-column report, as described in the previous two sections.</p>
<p><img style="max-width: 800px;" src="http://exceloptimize.com/wp-content/uploads/2009/02/pivot-table-wiz-5.jpg" width="493" height="310" /></p>
<h3>Related Post</h3>
<ul class="related_post">
<li><a href="http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard.html" title="Using the PivotTable and PivotChart Wizard">Using the PivotTable and PivotChart Wizard</a></li>
</ul>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;Title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;submitHeadline=Using+the+PivotTable+and+PivotChart+Wizard&amp;submitSummary=Before%20Excel%202007%20%28the%20current%20version%20of%20Excel%29%2C%20you%20used%20the%20PivotTable%20and%20PivotChart%20Wizard%20to%20create%20PivotTables.%20Even%20though%20Excel%202007%20provides%20a%20new%20and%20simpler%20way%20to%20create%20PivotTable%2C%20as%20described%20in%20the%20previous%20sections%2C%20the%20PivotTable%20and%20PivotChart%20Wizard%20is%20still%20available.%20Some%20peop&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;t=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Using+the+PivotTable+and+PivotChart+Wizard+-+http://b2l.me/bpzes+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;bm_description=Using+the+PivotTable+and+PivotChart+Wizard&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Using+the+PivotTable+and+PivotChart+Wizard&amp;link=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;type=Article&amp;title=Using+the+PivotTable+and+PivotChart+Wizard" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html&amp;n=Using+the+PivotTable+and+PivotChart+Wizard&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://exceloptimize.com/pivot-table-chart/using-the-pivottable-and-pivotchart-wizard-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
