<?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 Dimensions</title>
	<atom:link href="http://exceldimensions.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://exceldimensions.com.au</link>
	<description>Excel Dimensions, the Microsoft Excel training course specialists</description>
	<lastBuildDate>Mon, 27 Jun 2011 08:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Microsoft Excel 2010 Visual Basic For Applications Duration 2 days</title>
		<link>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-visual-basic-for-applications-duration-2-days/</link>
		<comments>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-visual-basic-for-applications-duration-2-days/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 00:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[2010]]></category>

		<guid isPermaLink="false">http://66.147.244.53/~exceldim/?p=478</guid>
		<description><![CDATA[The skills and knowledge acquired in this course are sufficient to be able to create VBA applications within Excel. For an Acrobat format PDF of the course outline, click here. Recorded Macros Understanding Excel Macros Setting Macro Security Saving A Document As Macro Enabled Recording A Simple Macro Running A Recorded Macro Relative Cell References [...]]]></description>
			<content:encoded><![CDATA[<p>The skills and knowledge acquired in this course are sufficient to be able to create VBA applications within Excel.</p>
<p>For an Acrobat format PDF of the course outline, click <strong><a href='http://exceldimensions.com.au/wp-content/uploads/2011/06/Excel-2010-VBA.pdf' target="_blank">here</a></strong>.</p>
<h2>Recorded Macros</h2>
<ol>
<li>Understanding Excel Macros</li>
<li>Setting Macro Security</li>
<li>Saving A Document As Macro Enabled</li>
<li>Recording A Simple Macro</li>
<li>Running A Recorded Macro</li>
<li>Relative Cell References</li>
<li>Running A Macro With Relative References</li>
<li>Viewing A Macro</li>
<li>Editing A Macro</li>
<li>Assigning A Macro To The Toolbar</li>
<li>Running A Macro From The Toolbar</li>
<li>Assigning A Macro To The Ribbon</li>
<li>Assigning A Keyboard Shortcut To A Macro</li>
<li>Deleting A Macro</li>
<li>Copying A Macro</li>
</ol>
<p><strong> </strong></p>
<h2>Recorder Workshop</h2>
<ol>
<li>Preparing Data For An Application</li>
<li>Recording A Summation Macro</li>
<li>Recording Consolidations</li>
<li>Recording Divisional Macros</li>
<li>Testing Macros</li>
<li>Creating Objects To Run Macros</li>
<li>Assigning A Macro To An Object</li>
</ol>
<p><strong> </strong></p>
<h2>Understanding Excel VBA</h2>
<ol>
<li>Programming In Microsoft Excel</li>
<li>VBA Terminology</li>
<li>Understanding Objects</li>
<li>Viewing The Excel 2010 Object Model</li>
<li>Using The Immediate Window</li>
<li>Working With Object Collections</li>
<li>Setting Property Values</li>
<li>Working With Worksheets</li>
<li>Using The Object Browser</li>
<li>Programming With The Object Browser</li>
<li>The Best VBA Help Available</li>
</ol>
<p><strong> </strong></p>
<h2>The VBA Editor</h2>
<ol>
<li>The VBA Editor Screen</li>
<li>Opening And Closing The Editor</li>
<li>Using The Project Explorer</li>
<li>Working With The Properties Window</li>
<li>Using The Work Area</li>
<li>Viewing Other Panes</li>
<li>Working With Toolbars</li>
<li>Working With A Code Module</li>
<li>Running Code From The Editor</li>
<li>Setting Breakpoints In Code</li>
<li>Stepping Through Code</li>
</ol>
<p><strong> </strong></p>
<h2>Procedures</h2>
<ol>
<li>Understanding Procedures</li>
<li>Where Procedures Live</li>
<li>Creating A New Sub Routine</li>
<li>Making Sense Of IntelliSense</li>
<li>Using The Edit Toolbar</li>
<li>Commenting Statements</li>
<li>Indenting Code</li>
<li>Bookmarking In Procedures</li>
</ol>
<p><strong> </strong></p>
<h2>Using Variables</h2>
<ol>
<li>Understanding Variables</li>
<li>Creating And Using Variables</li>
<li>Explicit Declarations</li>
<li>The Scope Of Variables</li>
<li>Procedure Level Scoping</li>
<li>Module Level Scoping</li>
<li>Passing Variables</li>
<li>Passing Variables By Reference</li>
<li>Passing Variables By Value</li>
<li>Data Types For Variables</li>
<li>Declaring Data Types</li>
<li>Using Arrays</li>
</ol>
<p><strong> </strong></p>
<h2>Functions In VBA</h2>
<ol>
<li>Understanding Functions</li>
<li>Creating VBA Functions</li>
<li>Using A VBA Function In A Worksheet</li>
<li>Setting Function Data Types</li>
<li>Using Multiple Arguments</li>
<li>Modifying A VBA Function</li>
<li>Creating A Function Library</li>
<li>Referencing A Function Library</li>
<li>Importing A VBA Module</li>
<li>Using A Function In VBA Code</li>
</ol>
<p><strong> </strong></p>
<h2>Using Excel Objects</h2>
<ol>
<li>The Application Object</li>
<li>The Workbook Objects</li>
<li>Program Testing With The Editor</li>
<li>Using Workbook Objects</li>
<li>The Worksheets Object</li>
<li>Using The Worksheets Object</li>
<li>The Range Object</li>
<li>Using Range Objects</li>
<li>Using Objects In A Procedure</li>
</ol>
<p><strong> </strong></p>
<h2>Programming Techniques</h2>
<ol>
<li>The MsgBox Function</li>
<li>Using MsgBox</li>
<li>InputBox Techniques</li>
<li>Using The InputBox Function</li>
<li>Using The InputBox Method</li>
<li>The IF Statement</li>
<li>Using IF For Single Conditions</li>
<li>Using IF For Multiple Conditions</li>
<li>The Select Case Statement</li>
<li>Using The Select Case Statement</li>
<li>For Loops</li>
<li>Looping With Specified Iterations</li>
<li>The Do…Loop Statement</li>
<li>Looping With Unknown Iterations</li>
</ol>
<p><strong> </strong></p>
<h2>Creating Custom Forms</h2>
<ol>
<li>Understanding VBA Forms</li>
<li>Creating A Custom Form</li>
<li>Adding Text Boxes To A Form</li>
<li>Changing Text Box Control Properties</li>
<li>Adding Label Controls To A Form</li>
<li>Adding A Combo Box Control</li>
<li>Adding Option Buttons</li>
<li>Adding Command Buttons</li>
<li>Running A Custom Form</li>
</ol>
<p><strong> </strong></p>
<h2>Programming UserForms</h2>
<ol>
<li>Handling Form Events</li>
<li>Initialising A Form</li>
<li>Closing A Form</li>
<li>Transferring Data From A Form</li>
<li>Running Form Procedures</li>
<li>Creating Error Checking Procedures</li>
<li>Running A Form From A Procedure</li>
<li>Running A Form From The Toolbar</li>
</ol>
<p><strong> </strong></p>
<h2>Automatic Startup</h2>
<ol>
<li>Programming Automatic Procedures</li>
<li>Running Automatic Procedures</li>
<li>Automatically Starting A Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Error Handling</h2>
<ol>
<li>Understanding Error Types</li>
<li>The On Error Statement</li>
<li>Simple Error Trapping</li>
<li>Using The Resume Statement</li>
<li>Using Decision Structures In Error Handlers</li>
<li>Working With Err Object</li>
<li>Error Handling In Forms</li>
<li>Coding Error Handling In Forms</li>
<li>Defining Custom Errors</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-visual-basic-for-applications-duration-2-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2010 Level 3 – Advancing with Excel Duration 1 day</title>
		<link>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-3-%e2%80%93-advancing-with-excel-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-3-%e2%80%93-advancing-with-excel-duration-1-day/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 23:59:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[2010]]></category>

		<guid isPermaLink="false">http://66.147.244.53/~exceldim/?p=476</guid>
		<description><![CDATA[This course focuses on the more advanced features of Excel 2010. Advanced analysis tools, especially pivot tables, Solver, outlining and summarising are covered, as are some key automation features such as Macros. For an Acrobat format PDF of the course outline, click here. Lookup Functions One of the most popular productivity tools within Excel, the [...]]]></description>
			<content:encoded><![CDATA[<p>This course focuses on the more advanced features of Excel 2010. Advanced analysis tools, especially pivot tables, Solver, outlining and summarising are covered, as are some key automation features such as Macros.</p>
<p>For an Acrobat format PDF of the course outline, click <a href="http://exceldimensions.com.au/wp-content/uploads/2011/06/Excel-2010-Level-3-Advancing-with-Excel.pdf" target="_blank"><strong>here</strong></a>.</p>
<h2>Lookup Functions</h2>
<p><em>One of the most popular productivity tools within Excel, the Lookup series (including Choose, Vlookup and Index) will help you reach into a table or database, extract information and report on the extracted data to other cells in your spreadsheet. Along with Logical functions, these are the tools most used in higher level worksheets, yet are easy to build and modify. </em></p>
<ol>
<li>Understanding Data Lookup Functions</li>
<li>Using CHOOSE</li>
<li>Using VLOOKUP</li>
<li>Using VLOOKUP For Exact Matches</li>
<li>Using HLOOKUP</li>
<li>Using INDEX</li>
<li>Using MATCH</li>
<li>Understanding Reference Functions</li>
<li>Using ROW And ROWS</li>
<li>Using COLUMN And COLUMNS</li>
<li>Using ADDRESS</li>
<li>Using INDIRECT</li>
<li>Using OFFSET</li>
</ol>
<p><strong> </strong></p>
<h2>Setting Excel Options</h2>
<p><em>Excel’s numerous options allow you to set the default appearance of your spreadsheets, adjust the default auto-save time, and determine your default file-saving location. We’ll look at how to change these, and the many items they control.</em></p>
<ol>
<li>Understanding Excel Options</li>
<li>Personalising Excel</li>
<li>Setting The Default Font</li>
<li>Setting Formula Options</li>
<li>Understanding Save Options</li>
<li>Setting Save Options</li>
<li>Setting The Default File Location</li>
<li>Setting Advanced Options</li>
</ol>
<p><strong> </strong></p>
<h2>Chart Object Formatting</h2>
<p><em>In an earlier chapter you saw that charts were easy to create. Now you’ll see how all the elements in a chart (such as the bar and line type) are all objects, and can be changed individually. This will give you the ability to produce truly illustrative charts, conveying the message you need to send.</em></p>
<ol>
<li>Understanding Chart Object Formatting</li>
<li>Selecting Chart Elements</li>
<li>Using Shape Styles To Format Objects</li>
<li>Changing Column Colour</li>
<li>Changing Pie Slice Colour</li>
<li>Changing Bar Colours</li>
<li>Changing Chart Line Colours</li>
<li>Using Shape Effects</li>
<li>Filling The Chart Area And The Plot Area</li>
<li>Filling The Background</li>
<li>The Format Dialog Box</li>
<li>Using The Format Dialog Box</li>
<li>Using Themes</li>
</ol>
<p><strong> </strong></p>
<h2>Labels And Names</h2>
<p><em>Labeling and Naming cells are powerful ways of making cells absolute in value (for example, as a substitute for $A$1) and for providing a quick and easy method for you to “jump” to particular cells. In addition, by using Labels, you can include descriptive English words as part of your formulas. Having easy to navigate and easy to read spreadsheets will greatly increase your ability to move around large spreadsheets. </em></p>
<ol>
<li>Understanding Labels And Names</li>
<li>Creating Names Using Text Labels</li>
<li>Using Names In New Formulas</li>
<li>Applying Names To Existing Formulas</li>
<li>Creating Names Using The Name Box</li>
<li>Using Names To Select Ranges</li>
<li>Pasting Names Into Formulas</li>
<li>Creating Names For Constants</li>
<li>Creating Names From A Selection</li>
<li>Scoping Names To The Worksheet</li>
<li>Using The Name Manager</li>
<li>Documenting Range Names</li>
</ol>
<p><strong> </strong></p>
<h2>Protecting Data</h2>
<p><em>Many excel users experience the frustration of accidental deletion of parts of their spreadsheets. This may be caused by other people who have access to your spreadsheets, or you may have inadvertently done it yourself. You’ll see how to protect your worksheets, so that formulas or data can’t be accidentally over written, and how we can also password protect these areas.</em></p>
<ol>
<li>Understanding Data Protection</li>
<li>Providing Total Access To Cells</li>
<li>Protecting A Worksheet</li>
<li>Working With A Protected Worksheet</li>
<li>Disabling Worksheet Protection</li>
<li>Providing Restricted Access To Cells</li>
<li>Password Protecting A Workbook</li>
<li>Opening A Password Protected Workbook</li>
<li>Removing A Password From A Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Summarising And Subtotalling</h2>
<p><em>Many Excel users unnecessarily create subtotals of data the long, slow way – manually. You’ll see a tool for creating subtotals automatically, without you having to build the formulas. You’ll also see how they can be just as easily removed.</em></p>
<ol>
<li>Creating Subtotals</li>
<li>Using A Subtotalled Worksheet</li>
<li>Creating Nested Subtotals</li>
<li>Copying Subtotals</li>
<li>Using Subtotals With AutoFilter</li>
<li>Creating Relative Names For Subtotals</li>
<li>Using Relative Names For Subtotals</li>
</ol>
<p><strong> </strong></p>
<h2>Data Linking</h2>
<p><em>Most Excel users confine their calculations to a single spreadsheet. You can add power to your spreadsheets by linking cells across worksheets, and even to cells in different workbooks. In Data Linking, we look at the benefits of this, and how to do it.</em></p>
<ol>
<li>Understanding Data Linking</li>
<li>Linking Between Worksheets</li>
<li>Linking Between Workbooks</li>
<li>Updating Links Between Workbooks</li>
</ol>
<p><strong> </strong></p>
<h2>Data Consolidation</h2>
<p><em>Having learned how to link single cells from one Excel file to another, consolidation takes you one step further by allowing you to link and automatically sum the cells from multiple files into a single cell within a target file. It’s a tool that updates your target file as soon as you open it, allowing you to avoid wasting time performing multiple copy and paste operations.</em></p>
<ol>
<li>Understanding Data Consolidation</li>
<li>Consolidating With Identical Layouts</li>
<li>Creating An Outlined Consolidation</li>
<li>Consolidating With Different Layouts</li>
</ol>
<p><strong> </strong></p>
<h2>PivotTables</h2>
<p><em>One of the most powerful business tools, Pivot Tables lets you automatically sum, rearrange and filter your Excel database, giving you almost unlimited scope to display your data any way you wish. Its “drag-and-drop” tools are easy to use, and this single tool can reduce hours of data manipulation to seconds. </em></p>
<ol>
<li>Understanding Pivot Tables</li>
<li>Creating A PivotTable Shell</li>
<li>Dropping Fields Into A PivotTable</li>
<li>Filtering A PivotTable Report</li>
<li>Clearing A Report Filter</li>
<li>Switching PivotTable Labels</li>
<li>Formatting A PivotTable Report</li>
<li>Understanding Slicers</li>
<li>Creating Slicers</li>
</ol>
<p><strong> </strong></p>
<h2>PivotTable Techniques</h2>
<p><em>Having covered the basics of Pivot Tables in the earlier section, you’ll now see how you can apply this tool to perform even more powerful data manipulation. Grouping, subtotals and grand totals are all covered, as well as how to “drill down” into your data to extract the data you need.</em></p>
<ol>
<li>Using Compound Fields</li>
<li>Counting In A PivotTable Report</li>
<li>Formatting PivotTable Report Values</li>
<li>Working With PivotTable Grand Totals</li>
<li>Working With PivotTable Subtotals</li>
<li>Finding The Percentage Of Total</li>
<li>Finding The Difference From</li>
<li>Grouping In PivotTable Reports</li>
<li>Creating Running Totals</li>
<li>Creating Calculated Fields</li>
<li>Providing Custom Names</li>
<li>Creating Calculated Items</li>
<li>PivotTable Options</li>
<li>Sorting In A PivotTable</li>
</ol>
<p><strong> </strong></p>
<h2>PivotCharts</h2>
<p><em>Excel’s Pivot Table will enable you to create automatic Pivot Charts, which are summarised and grouped instantly according to your data specifications. While they’re similar to standard charts in appearance, you’re able to “drag and drop” data series and instantly rearrange your chart.</em></p>
<ol>
<li>Creating A PivotChart Shell</li>
<li>Dragging Fields For The PivotChart</li>
<li>Changing The PivotChart Type</li>
<li>Using The PivotChart Filter Field Buttons</li>
<li>Moving PivotCharts To Chart Sheets</li>
</ol>
<p><strong> </strong></p>
<h2>Goal Seeking</h2>
<p><em>One annoying problem you may encounter while using Excel is where you know the answer you want within a single formula cell, but you don’t know the input value the formula needs to determine the result. Goal Seek solves this problem. You tell it what answer you want and Goal Seek will tell you how to get that result.</em></p>
<ol>
<li>Understanding Goal Seek Components</li>
<li>Using Goal Seek</li>
</ol>
<p><strong> </strong></p>
<h2>Grouping And Outlining</h2>
<p><em>One of the most underused tools within Excel, Grouping and Outlining will allow you to instantly combine multiple columns or rows into single columns and rows. It has 2 advantages: it creates automatic subtotals, and it hides unnecessary data.</em></p>
<ol>
<li>Understanding Grouping And Outlining</li>
<li>Creating An Automatic Outline</li>
<li>Working With An Outline</li>
<li>Creating A Manual Group</li>
<li>Grouping By Columns</li>
</ol>
<p><strong> </strong></p>
<h2>Solver</h2>
<p><em>The Solver is a high-level “what-if” analysis tool. With a standard formula, you put in the variables to a formula, and Excel will calculate the answer. With the Solver, you tell Excel what you want the answer to be, and it will modify the contributing variables, according to your constraint instructions. This is an extremely powerful tool.</em></p>
<ol>
<li>Understanding How Solver Works</li>
<li>Installing The Solver Add-In</li>
<li>Setting Solver Parameters</li>
<li>Adding Solver Constraints</li>
<li>Performing The Solver Operation</li>
<li>Running Solver Reports</li>
</ol>
<p><strong> </strong></p>
<h2>Recorded Macros</h2>
<p><em>Performing repetitive tasks is both time consuming and prone to error. Macros will solve this problem for you by allowing you to “record” a series of steps, and then play them back at the click of a button, or the press of a key. allowing you to perform lengthy tasks instantly. In this section we also look into Visual Basic for Applications (VBA), a powerful programming language into which our macros are converted.</em></p>
<ol>
<li>Understanding Excel Macros</li>
<li>Setting Macro Security</li>
<li>Saving A Document As Macro Enabled</li>
<li>Recording A Simple Macro</li>
<li>Running A Recorded Macro</li>
<li>Relative Cell References</li>
<li>Running A Macro With Relative References</li>
<li>Viewing A Macro</li>
<li>Editing A Macro</li>
<li>Assigning A Macro To The Toolbar</li>
<li>Running A Macro From The Toolbar</li>
<li>Assigning A Macro To The Ribbon</li>
<li>Assigning A Keyboard Shortcut To A Macro</li>
<li>Deleting A Macro</li>
<li>Copying A Macro</li>
</ol>
<p><strong> </strong></p>
<h2>Recorder Workshop</h2>
<p><em>In this section you’ll build further macro examples, including creating buttons on your spreadsheet that, when pressed, will run your macros.</em></p>
<ol>
<li>Preparing Data For An Application</li>
<li>Recording A Summation Macro</li>
<li>Recording Consolidations</li>
<li>Recording Divisional Macros</li>
<li>Testing Macros</li>
<li>Creating Objects To Run Macros</li>
<li>Assigning A Macro To An Object</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-3-%e2%80%93-advancing-with-excel-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2010 Level 2 – Next step with Excel Duration 1 day</title>
		<link>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-2-%e2%80%93-next-step-with-excel-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-2-%e2%80%93-next-step-with-excel-duration-1-day/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 23:54:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[2010]]></category>

		<guid isPermaLink="false">http://66.147.244.53/~exceldim/?p=472</guid>
		<description><![CDATA[This course extends the learner’s basic knowledge of Excel and provides the learner with skills and knowledge to produce more effective and productive workbooks. It covers formulas and function techniques, more intricate formatting, setting complex printing options, using intricate charting features, and working more effectively with existing worksheets and workbooks. For an Acrobat format PDF [...]]]></description>
			<content:encoded><![CDATA[<p>This course extends the learner’s basic knowledge of Excel and provides the learner with skills and knowledge to produce more effective and productive workbooks. It covers formulas and function techniques, more intricate formatting, setting complex printing options, using intricate charting features, and working more effectively with existing worksheets and workbooks.</p>
<p>For an Acrobat format PDF of the course outline, click <strong> <a href="http://exceldimensions.com.au/wp-content/uploads/2011/06/Excel-2010-Level-2-Next-step-with-Excel.pdf" target="_blank">here</a></strong>.</p>
<h2>Filling Data</h2>
<p><em>Excel contains many shortcuts to save you time, removing the need for you to enter large amounts of tedious (and unnecessary) data. This section demonstrates how you can use the “Fill” handle on any cell to create a series automatically. You can save time by entering a date and, using Auto Fill, Excel will continue the series, giving you ongoing days, months, numeric series, and many more.</em></p>
<ol>
<li>Understanding Filling</li>
<li>Filling A Series</li>
<li>Filling A Growth Series</li>
<li>Filling A Series Backwards</li>
<li>Filling Using Options</li>
<li>Creating A Custom Fill List</li>
<li>Modifying A Custom Fill List</li>
<li>Deleting A Custom Fill List</li>
</ol>
<p><strong> </strong></p>
<h2>Moving Data</h2>
<p><em>Re-entering data wastes a lot of time. Excel allows you to move data to any location within your spreadsheet, and will also let you send this data to another workbook file.</em></p>
<ol>
<li>Understanding Moving In Excel</li>
<li>Moving Cells And Ranges</li>
<li>Moving Data To Other Worksheets</li>
<li>Moving Data To Other Workbooks</li>
</ol>
<p><strong> </strong></p>
<h2>Formula Techniques</h2>
<p><em>Not only can you put formulas into cells, but we can also embed formulas within formulas, which we refer to as nesting. This has 2 advantages – it gives your calculations extra power, and it allows you to do in 1 cell what you might otherwise need 4 or 5 cells to achieve.</em></p>
<ol>
<li>Scoping A Formula</li>
<li>Developing A Nested Function</li>
<li>Creating Nested Functions</li>
<li>Editing Nested Functions</li>
<li>Copying Nested Functions</li>
<li>Using Concatenation</li>
<li>Switching To Manual Recalculation</li>
<li>Forcing A Recalculation</li>
<li>Pasting Values From Formulas</li>
</ol>
<p><strong> </strong></p>
<h2>Logical Functions</h2>
<p><em>Logical Functions such as (If, And, Or and Not) are the entrance to higher-level Excel use and will enable you to unlock the enormous potential of your spreadsheets.. These functions introduce decision-making to your formulas, where Excel can calculate answers based on “true” and “false” comparisons.</em></p>
<ol>
<li>Understanding Logical Functions</li>
<li>Using IF To Display Text</li>
<li>Using IF To Calculate Values</li>
<li>Nesting IF Functions</li>
<li>Using IFERROR</li>
<li>Using TRUE And FALSE</li>
<li>Using AND</li>
<li>Using OR</li>
<li>Using NOT</li>
</ol>
<p><strong> </strong></p>
<h2>Number Formatting Techniques</h2>
<p><em>Having looked at how you can format your numbers, dates and currencies, you’ll find that occasionally you’d like your numbers and dates to appear in a format that can’t be found on Excels list of standard formats. Fortunately, with custom formats you can create your own. </em></p>
<ol>
<li>Using Alternate Currencies</li>
<li>Formatting Dates</li>
<li>Formatting Time</li>
<li>Creating Custom Formats</li>
</ol>
<p><strong> </strong></p>
<h2>Conditional Formatting</h2>
<p><em>When dealing with long lists of data, if can often be difficult to locate particular records of interest. An example of this might be looking for all clients that have accounts overdue by more than 60 days. With Conditional Formatting you can instantly change these cells to a different colour, making them stand out.</em></p>
<ol>
<li>Understanding Conditional Formatting</li>
<li>Formatting Cells Containing Values</li>
<li>Clearing Conditional Formatting</li>
<li>More Cell Formatting Options</li>
<li>Top Ten Items</li>
<li>More Top And Bottom Formatting Options</li>
<li>Working With Data Bars</li>
<li>Working With Colour Scales</li>
<li>Working With Icon Sets</li>
<li>Understanding Sparklines</li>
<li>Creating Sparklines</li>
<li>Editing Sparklines</li>
</ol>
<p><strong> </strong></p>
<h2>Applying Borders</h2>
<p><em>Another great formatting tool, you have the ability to create multicolour borders around groups of cells. It makes them attractive, easy to read, and helps them stand out among a worksheet crowded with data.</em></p>
<ol>
<li>Understanding Borders</li>
<li>Applying A Border To A Cell</li>
<li>Applying A Border To A Range</li>
<li>Applying A Bottom Border</li>
<li>Applying Top And Bottom Borders</li>
<li>Removing Borders</li>
<li>The More Borders Options</li>
<li>Using The More Borders Option</li>
</ol>
<p><strong> </strong></p>
<h2>Working With A Worksheet</h2>
<p><em>In this group of tools you’ll see how to show and hide the gridlines that surround each cell, as well as how to quickly delete cells, rows and columns and examine the impact on formulas when you do this.</em></p>
<ol>
<li>Understanding Worksheets</li>
<li>Changing Worksheet Views</li>
<li>Worksheet Zooming</li>
<li>Viewing The Formula Bar</li>
<li>Viewing The Gridlines</li>
<li>Viewing The Ruler</li>
<li>Inserting Cells</li>
<li>Deleting Cells</li>
<li>Inserting Columns</li>
<li>Inserting Rows</li>
<li>Deleting Rows And Columns</li>
<li>Switching Between Worksheets</li>
</ol>
<p><strong> </strong></p>
<h2>Worksheet Techniques</h2>
<p><em>In earlier chapters you saw how to save time by moving data and formulas around a worksheet using copy and paste. You’ll see now how to do the same with whole worksheets. You can copy worksheets (and all their contents) within a workbook, or to another completely separate workbook file.</em></p>
<ol>
<li>Inserting And Deleting Worksheets</li>
<li>Copying A Worksheet</li>
<li>Renaming A Worksheet</li>
<li>Moving A Worksheet</li>
<li>Hiding A Worksheet</li>
<li>Unhiding A Worksheet</li>
<li>Copying A Worksheet To Another Workbook</li>
<li>Moving A Worksheet To Another Workbook</li>
<li>Changing Worksheet Tab Colours</li>
<li>Grouping Worksheets</li>
<li>Hiding Rows And Columns</li>
<li>Unhiding Rows And Columns</li>
<li>Freezing Rows And Columns</li>
<li>Splitting Windows</li>
</ol>
<p><strong> </strong></p>
<h2>Finding And Replacing</h2>
<p><em>Looking through a large spreadsheet in order to locate and change specific words or formulas can be time consuming and frustrating. Using Find and Replace you’ll radically cut down the time spent doing this. It’s an excellent tool to use, especially when you copy worksheets, then find you need to make changes to the new worksheets.</em></p>
<ol>
<li>Understanding Find And Replace Operations</li>
<li>Finding Text</li>
<li>Finding Cell References In Formulas</li>
<li>Replacing Values</li>
<li>Using Replace To Change Formulas</li>
<li>Replacing Within A Range</li>
<li>Finding Formats</li>
<li>Finding Constants Using Go To Special</li>
<li>Finding Formulas Using Go To Special</li>
<li>Finding The Current Region</li>
<li>Finding The Last Cell</li>
</ol>
<p><strong> </strong></p>
<h2>Page Setup</h2>
<p><em>A commonly voiced frustration of Excel users is, having built a spreadsheet, how do we get it to appear correctly when printed? You’ll see the huge range of options available to you, such as repeating headers on every page, scaling to fit, manipulating margins, and many more.</em></p>
<ol>
<li>Understanding Page Layout</li>
<li>Using Built-In Margins</li>
<li>Setting Custom Margins</li>
<li>Changing Margins By Dragging</li>
<li>Centring On A Page</li>
<li>Changing Orientation</li>
<li>Specifying The Paper Size</li>
<li>Setting The Print Area</li>
<li>Clearing The Print Area</li>
<li>Inserting Page Breaks</li>
<li>Using Page Break Preview</li>
<li>Removing Page Breaks</li>
<li>Setting A Background</li>
<li>Clearing The Background</li>
<li>Settings Rows As Repeating Print Titles</li>
<li>Clearing Print Titles</li>
<li>Printing Gridlines</li>
<li>Printing Headings</li>
<li>Scaling To A Percentage</li>
<li>Fit To A Specific Number Of Pages</li>
<li>Strategies For Printing Larger Worksheets</li>
</ol>
<p><strong> </strong></p>
<h2>Sorting Data</h2>
<p><em>Sorting data within a database is easy with Excel’s Sorting feature. You can sort by up to three columns, giving you easy access to your data in exactly the right order.</em></p>
<ol>
<li>Understanding Lists</li>
<li>Performing An Alphabetical Sort</li>
<li>Performing A Numerical Sort</li>
<li>Sorting On More Than One Column</li>
<li>Sorting Numbered Lists</li>
<li>Sorting By Rows</li>
</ol>
<p><strong> </strong></p>
<h2>Filtering Data</h2>
<p><em>An Excel 2010 database can contain over 1 million records, and sorting this amount of data can be time consuming. Excel’s AutoFilter will help you manipulate massive amounts of data records so you can quickly extract the information you need. This includes both keyword and data-range functionality.</em></p>
<ol>
<li>Understanding Filtering</li>
<li>Applying And Using A Filter</li>
<li>Clearing A Filter</li>
<li>Creating Compound Filters</li>
<li>Multiple Value Filters</li>
<li>Creating Custom Filters</li>
<li>Using Wildcards</li>
</ol>
<p><strong> </strong></p>
<h2>Charting Techniques</h2>
<p><em>In this chapter you’ll learn how to change the many elements in a chart such as the legend, the plot area, gridlines and the insertion of trendlines, so that projections of data can be made.</em></p>
<ol>
<li>Understanding Chart Layout Elements</li>
<li>Adding A Chart Title</li>
<li>Adding Axes Titles</li>
<li>Positioning The Legend</li>
<li>Showing Data Labels</li>
<li>Showing A Data Table</li>
<li>Modifying The Axes</li>
<li>Showing Gridlines</li>
<li>Formatting The Plot Area</li>
<li>Adding A Trendline</li>
<li>Adding Error Bars</li>
<li>Adding A Text Box To A Chart</li>
<li>Drawing Shapes In A Chart</li>
</ol>
<p><strong> </strong></p>
<h2>Chart Text Formatting</h2>
<p><em>This chapter focuses on the text aspect of charts. You can format any text-based object of your chart to enhance its appearance, an especially valuable feature if you wish to include your charts in reports.</em></p>
<ol>
<li>Understanding Chart Text</li>
<li>Formatting</li>
<li>Using Font Formatting And Alignment</li>
<li>Using WordArt Styles</li>
<li>Changing Text Fill</li>
<li>Changing Text Outline</li>
<li>Changing Text Effects</li>
</ol>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-2-%e2%80%93-next-step-with-excel-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2010 Level 1 – Getting started with Excel Duration 1 day</title>
		<link>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-1-%e2%80%93-getting-started-with-excel-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-1-%e2%80%93-getting-started-with-excel-duration-1-day/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 23:39:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[2010]]></category>

		<guid isPermaLink="false">http://66.147.244.53/~exceldim/?p=462</guid>
		<description><![CDATA[The topics covered in this course provide the learner with the skills and knowledge necessary to create workbooks in Microsoft Excel. It covers creating a new workbook, adding data, editing data, working with formulas, printing and charting. For an Acrobat format PDF of the course outline, click here Getting To Know Excel The Excel 2010 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><br />
</strong></p>
<p>The topics covered in this course provide the learner with the skills and knowledge necessary to create workbooks in Microsoft Excel. It covers creating a new workbook, adding data, editing data, working with formulas, printing and charting.<br />
For an Acrobat format PDF of the course outline, click <strong><a href='http://exceldimensions.com.au/wp-content/uploads/2011/06/Excel-2010-Level-1-Getting-started-with-Excel.pdf' target="_blank">here</a></strong></p>
<h2>Getting To Know Excel</h2>
<p><em>The Excel 2010 environment is packed with features to enhance ease of use. We will look at the Excel screen, Ribbon, Start button and other features to familiarise ourselves with its look and feel.</em></p>
<ol>
<li>Starting Microsoft Excel</li>
<li>The Excel 2010 Screen</li>
<li>How Microsoft Excel 2010 Works</li>
<li>Using The Ribbon</li>
<li>Using Ribbon Key Tips</li>
<li>Minimising The Ribbon</li>
<li>Understanding The Backstage View</li>
<li>Accessing The Backstage View</li>
<li>Using Short Cut Menus</li>
<li>Understanding Dialog Boxes</li>
<li>Launching Dialog Boxes</li>
<li>Understanding The Quick Access Toolbar</li>
<li>Adding Commands To The QAT</li>
<li>Understanding The Status Bar</li>
<li>Exiting Safely From Excel</li>
</ol>
<p><strong> </strong></p>
<h2>Creating A New Workbook</h2>
<p><em>Creating spreadsheets from scratch is the focus of this chapter, and having done so you’ll see how to save your file. Accidentally misplacing your file within your computer’s large hard drive can be a problem, so you’ll see how you can save your file where you want it to go, and even how to find it should you misplace it. </em></p>
<ol>
<li>Understanding Workbooks</li>
<li>Creating A New Workbook</li>
<li>Typing Text</li>
<li>Typing Numbers</li>
<li>Typing Dates</li>
<li>Typing Formulas</li>
<li>Saving A New Workbook</li>
<li>Easy Formulas</li>
<li>Checking The Spelling</li>
<li>Making Basic Changes</li>
<li>Printing A Worksheet</li>
<li>Safely Closing A Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Working With Workbooks</h2>
<p><em>A single spreadsheet is huge, with millions of cells into which you can place formulas and data. Navigating your way around this spreadsheet can be easy. We’ll look at all the keyboard shortcuts you need to jump to the important areas of your spreadsheet quickly. These are tools you’ll use continually as your knowledge and use of spreadsheets increases. </em></p>
<ol>
<li>Opening An Existing Workbook</li>
<li>Navigating A Workbook</li>
<li>Navigating Using The Keyboard</li>
<li>Using Go To</li>
<li>Understanding Data Editing</li>
<li>Overwriting Cell Contents</li>
<li>Editing Longer Cells</li>
<li>Clearing Cells</li>
</ol>
<p><strong> </strong></p>
<h2>Formulas And Functions</h2>
<p><em>This is the heart of Excel, and you will learn how it differs from other software packages like Microsoft Word and Access. We look at how to build formulas that add, subtract, multiply and divide. We also look at “referential” formulas, meaning that a formula you create can be copied and pasted to another area of your spreadsheet and used again, saving you time. </em></p>
<ol>
<li>Understanding Formulas</li>
<li>Creating Formulas That Add</li>
<li>Creating Formulas That Subtract</li>
<li>Formulas That Multiply And Divide</li>
<li>Understanding Functions</li>
<li>Using The SUM Function To Add</li>
<li>Summing Non-Contiguous Ranges</li>
<li>Calculating An Average</li>
<li>Finding A Maximum Value</li>
<li>Finding A Minimum Value</li>
<li>More Complex Formulas</li>
<li>What If Formulas</li>
</ol>
<p><strong> </strong></p>
<h2>Formula Referencing</h2>
<p><em>Absolute Referencing (for example $A$1) avoids duplication of commonly-used numbers referred to within your calculations, by “fixing” cell references within formulas so that they point to a specific cell, no matter where a formula is copied. This powerful tool can greatly decrease the complexity of your spreadsheets.</em></p>
<ol>
<li>Absolute Versus RelativeReferencing</li>
<li>Relative Formulas</li>
<li>Problems With Relative Formulas</li>
<li>Creating Absolute References</li>
<li>Creating Mixed References</li>
</ol>
<p><strong> </strong></p>
<h2>Selecting Ranges</h2>
<p><em>A key to using Excel is to be able to select ranges of cells quickly and accurately. You’ll need to do this when formatting, creating tables, building formulas correctly and defining chart areas. You will gain confidence in your ability to accurately select data areas.</em></p>
<ol>
<li>Understanding Cells And Ranges</li>
<li>Selecting Contiguous Ranges</li>
<li>Selecting Non-Contiguous Ranges</li>
<li>Using Special Selection Techniques</li>
<li>Selecting Larger Ranges</li>
<li>Selecting Rows</li>
<li>Selecting Columns</li>
</ol>
<p><strong> </strong></p>
<h2>Copying Excel Data</h2>
<p><em>Excel will allow you to copy both text and formulas from one area of your spreadsheet to another. Doing this with text is easy, and having learned how to create calculations in the Formulas chapter, we look at how to do with formulas also by looking for formula patterns, and duplicating these formulas to save time.</em></p>
<ol>
<li>Understanding Copying In Excel</li>
<li>Using Fill For Quick Copying</li>
<li>Copying From One Cell To Another</li>
<li>Copying From One Cell To A Range</li>
<li>Copying From One Range To Another</li>
<li>Copying Relative Formulas</li>
<li>Copying To A Non-Contiguous Range</li>
</ol>
<p><strong> </strong></p>
<h2>Font Formatting</h2>
<p><em>While correct calculations are important, clear formatting will make your spreadsheet easy to read and remove any ambiguity in the data you’re trying to convey. Font formatting lets you control the size and font of your text, as well add extra formatting features such as cell and text colour.</em></p>
<ol>
<li>Understanding Font Formatting</li>
<li>Working With Live Preview</li>
<li>Changing Fonts</li>
<li>Changing Font Size</li>
<li>Growing And Shrinking Fonts</li>
<li>Making Cells Bold</li>
<li>Italicising Text</li>
<li>Underlining Text</li>
<li>Changing Font Colours</li>
<li>Changing Background Colours</li>
<li>Using The Format Painter</li>
</ol>
<p><strong> </strong></p>
<h2>Cell Alignment</h2>
<p><em>Like Microsoft Word, you have the ability within Excel to align text left, right and centre. As the height of your cells can change, you can also align text vertically, and wrap text, so it doesn’t appear to flow out of the active cell.</em></p>
<ol>
<li>Understanding Cell Alignment</li>
<li>Aligning Right</li>
<li>Aligning To The Centre</li>
<li>Aligning Left</li>
<li>Rotating Text</li>
<li>Indenting Cells</li>
</ol>
<p><strong> </strong></p>
<h2>Row And Column Formatting</h2>
<p><em>Controlling the formatting of rows and columns will mean that text and numbers within your cells will always be fully legible. You’ll also see how to get it done quickly.</em></p>
<ol>
<li>Approximating Column Widths</li>
<li>Setting Precise Columns Widths</li>
<li>Setting The Default Column Width</li>
<li>Approximating Row Height</li>
<li>Setting Precise Row Heights</li>
<li>Hiding Rows And Columns</li>
<li>Unhiding Rows And Columns</li>
</ol>
<p><strong> </strong></p>
<h2>Number Formatting</h2>
<p><em>Sometimes, people who read your spreadsheets will require a different numeric format. You will learn how to utilise the huge range of formatting alternatives for numbers, dates and calculation results available in Excel.</em></p>
<ol>
<li>Understanding Number Formatting</li>
<li>Applying General Formatting</li>
<li>Formatting As Currency</li>
<li>Formatting Percentages</li>
<li>Formatting As Fractions</li>
<li>Formatting As Dates</li>
<li>Using The Thousands Separator</li>
</ol>
<p><strong> </strong></p>
<h2>Printing</h2>
<p><em>Unlike Word documents which usually fit on A4-sized sheets of paper, Excel spreadsheets can be created in any size, which never seem to fit conveniently on the printed page. In this chapter we look at how to control our printing, such as scaling to fit, repeating header rows on every page and accurately setting print ranges for specific areas of your spreadsheet.</em></p>
<ol>
<li>Understanding Printing</li>
<li>Previewing Before You Print</li>
<li>Selecting A Printer</li>
<li>Printing A Range</li>
<li>Printing An Entire Workbook</li>
<li>Specifying The Number Of Copies</li>
<li>The Print Options</li>
</ol>
<p><strong> </strong></p>
<p><strong> </strong></p>
<h2>Creating Charts</h2>
<p><em>Charting is one of Excels most powerful tools, giving you the ability to take your numeric data and rearrange it to produce brilliant graphs. We look at how to construct and modify them, and look at the things you need to know in order produce quick, descriptive and visually powerful charts.</em></p>
<ol>
<li>Understanding The Charting Process</li>
<li>Choosing The Chart Type</li>
<li>Creating A New Chart</li>
<li>Working With An Embedded Chart</li>
<li>Resizing A Chart</li>
<li>Dragging A Chart</li>
<li>Printing An Embedded Chart</li>
<li>Creating A Chart Sheet</li>
<li>Changing The Chart Type</li>
<li>Changing The Chart Layout</li>
<li>Changing The Chart Style</li>
<li>Printing A Chart Sheet</li>
<li>Embedding A Chart Into A Worksheet</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2011/06/11/microsoft-excel-2010-level-1-%e2%80%93-getting-started-with-excel-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2007 Visual Basic For Applications Duration 2 days</title>
		<link>http://exceldimensions.com.au/2009/05/04/microsoft-excel-2007-visual-basic-for-applications-2-day-course/</link>
		<comments>http://exceldimensions.com.au/2009/05/04/microsoft-excel-2007-visual-basic-for-applications-2-day-course/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:13:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2000]]></category>
		<category><![CDATA[2007]]></category>

		<guid isPermaLink="false">http://exceldimensions.com.au/?p=161</guid>
		<description><![CDATA[The skills and knowledge acquired in this course are sufficient to be able to create VBA applications within Excel. For an Acrobat format PDF of the course outline, click here. Recorded Macros Understanding Excel Macros Setting Macro Security Saving A Document As Macro Enabled Recording A Simple Macro Running A Recorded Macro Relative Cell References [...]]]></description>
			<content:encoded><![CDATA[<p>The skills and knowledge acquired in this course are sufficient to be able to create VBA applications within Excel.<br />
For an Acrobat format PDF of the course outline, click <strong><a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202007%20-%20VBA.pdf" target="_blank">here</a></strong>.</p>
<h2>Recorded Macros</h2>
<ol>
<li>Understanding Excel Macros</li>
<li>Setting Macro Security</li>
<li>Saving A Document As Macro Enabled</li>
<li>Recording A Simple Macro</li>
<li>Running A Recorded Macro</li>
<li>Relative Cell References</li>
<li>Running A Macro With Relative References</li>
<li>Viewing A Macro</li>
<li>Editing A Macro</li>
<li>Assigning A Macro To The Toolbar</li>
<li>Running A Macro From The Toolbar</li>
<li>Assigning A Keyboard Shortcut To A Macro</li>
<li>Deleting A Macro</li>
<li>Copying A Macro</li>
<li>Tips For Developing Macros</li>
</ol>
<p><strong> </strong></p>
<h2>Recorder Workshop</h2>
<ol>
<li>Preparing Data For An Application</li>
<li>Recording A Summation Macro</li>
<li>Recording Consolidations</li>
<li>Recording Divisional Macros</li>
<li>Testing Macros</li>
<li>Creating Objects To Run Macros</li>
<li>Assigning A Macro To An Object</li>
</ol>
<p><strong> </strong></p>
<h2>Understanding VBA</h2>
<ol>
<li>VBA Terminology</li>
<li>About Objects</li>
<li>Accessing The Excel Object Model</li>
<li>Using The Immediate Window</li>
<li>Working With Object Collections</li>
<li>Setting Property Values</li>
<li>Working With Worksheets</li>
<li>Using The Object Browser</li>
<li>Programming With The Object Browser</li>
</ol>
<p><strong> </strong></p>
<h2>Using The VBA Editor</h2>
<ol>
<li>The VBA Editor</li>
<li>Opening And Closing The Editor</li>
<li>Working With The Project Explorer</li>
<li>Working With The Properties Window</li>
<li>Working With The Work Area</li>
<li>Working With A Code Module</li>
<li>Setting Breakpoints In The Editor</li>
<li>Stepping Through A Procedure</li>
</ol>
<p><strong> </strong></p>
<h2>Procedures</h2>
<ol>
<li>About Procedures</li>
<li>Creating A Command Procedure</li>
<li>Making Sense of IntelliSense</li>
<li>Using The Edit Toolbar</li>
<li>Commenting Statements</li>
<li>Indenting Code</li>
<li>Bookmarking In Procedures</li>
</ol>
<p><strong> </strong></p>
<h2>Using Variables</h2>
<ol>
<li>Understanding Variables</li>
<li>Creating And Using Variables</li>
<li>Implicit And Explicit Declarations</li>
<li>The Scope Of Variables</li>
<li>Procedure Level Scoping</li>
<li>Module Level Scoping</li>
<li>Passing Variables By Reference</li>
<li>Passing Variables By Value</li>
<li>Data Types</li>
<li>Declaring Data Types</li>
<li>Using Arrays</li>
</ol>
<p><strong> </strong></p>
<h2>User Defined Functions</h2>
<ol>
<li>About Functions</li>
<li>Creating Simple User-Defined Functions</li>
<li>Using User-Defined Functions</li>
<li>Using Multiple Arguments</li>
<li>Modifying A Function</li>
<li>Creating A Function Library</li>
</ol>
<p><strong> </strong></p>
<h2>Using Excel Objects</h2>
<ol>
<li>Application Methods And Properties</li>
<li>Workbook Methods And Properties</li>
<li>Viewing Excel And The Editor Together</li>
<li>Using Workbook Objects</li>
<li>Worksheets Methods And Properties</li>
<li>Using Worksheet Objects</li>
<li>Range Methods And Properties</li>
<li>Using Range Objects</li>
<li>Using Objects In A Procedure</li>
</ol>
<p><strong> </strong></p>
<h2>Programming Techniques</h2>
<ol>
<li>The MsgBox Function</li>
<li>Sending Messages To The User</li>
<li>InputBox Techniques</li>
<li>Using The InputBox Function</li>
<li>Using The InputBox Method</li>
<li>The If Statement</li>
<li>Using If For Single Conditions</li>
<li>Using If For Multiple Conditions</li>
<li>The Select Case Statement</li>
<li>Using The Select Case Statement</li>
<li>For Loops</li>
<li>Looping With Known Or Specified Iterations</li>
<li>The Do&#8230;Loop Statement</li>
<li>Looping With Unknown Iterations</li>
</ol>
<p><strong> </strong></p>
<h2>Creating Custom Forms</h2>
<ol>
<li>About Custom Forms</li>
<li>Creating A Custom Form</li>
<li>Adding Text Boxes To A Form</li>
<li>Changing Text Box Control Properties</li>
<li>Adding Label Controls To A Form</li>
<li>Adding A Combo Box Control</li>
<li>Adding Option Buttons</li>
<li>Adding Command Buttons</li>
<li>Running A Custom Form</li>
</ol>
<p><strong> </strong></p>
<h2>Programming UserForms</h2>
<ol>
<li>Handling Form Events</li>
<li>Initialising A Form</li>
<li>Closing A Form</li>
<li>Project Transferring Data From A Form</li>
<li>Running Form Procedures</li>
<li>Creating Error Checking Procedures</li>
<li>Running A Form From A Procedure</li>
<li>Creating Quick Access Toolbar Buttons</li>
</ol>
<p><strong> </strong></p>
<h2>Automatic Startup</h2>
<ol>
<li>Programming Automatic Procedures</li>
<li>Running Automatic Procedures</li>
<li>Automatically Starting A Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Error Handling</h2>
<ol>
<li>Error Types</li>
<li>The On Error Statement</li>
<li>Creating A Simple Error Handler</li>
<li>Using The Resume Statement</li>
<li>Using Decision Structures In Error Handlers</li>
<li>Using The Err Object</li>
<li>Error Handling In Event Procedures</li>
<li>Defining Custom Errors</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2009/05/04/microsoft-excel-2007-visual-basic-for-applications-2-day-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2007 Level 3 &#8211; Advancing with Excel Duration 1 day</title>
		<link>http://exceldimensions.com.au/2009/05/03/microsoft-excel-2007-level-3-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2009/05/03/microsoft-excel-2007-level-3-duration-1-day/#comments</comments>
		<pubDate>Sun, 03 May 2009 01:35:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2000]]></category>
		<category><![CDATA[2007]]></category>

		<guid isPermaLink="false">http://exceldimensions.com.au/?p=72</guid>
		<description><![CDATA[This course focuses on the more advanced features of Excel 2007. Advanced analysis tools, especially pivot tables, Solver, outlining and summarising are covered, as are some key automation features such as Macros. For an Acrobat format PDF of the course outline, click here. Lookup Functions One of the most popular productivity tools within Excel, the [...]]]></description>
			<content:encoded><![CDATA[<p>This course focuses on the more advanced features of Excel 2007. Advanced analysis tools, especially pivot tables, Solver, outlining and summarising are covered, as are some key automation features such as Macros.<br />
For an Acrobat format PDF of the course outline, click <strong><a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202007%20-%20Level%203%20Advancing%20with%20Excel.pdf" target="_blank">here</a></strong>.</p>
<h2>Lookup Functions</h2>
<p><em>One of the most popular productivity tools within Excel, the Lookup series (including Choose, Vlookup and Index) will help you reach into a table or database, extract information and report on the extracted data to other cells in your spreadsheet. Along with Logical functions, these are the tools most used in higher level worksheets, yet are easy to build and modify. </em></p>
<ol>
<li>Understanding Data Lookup Functions</li>
<li>Using CHOOSE</li>
<li>Using VLOOKUP</li>
<li>Using VLOOKUP For Exact Matches</li>
<li>Using HLOOKUP</li>
<li>Using INDEX</li>
<li>Using MATCH</li>
<li>Understanding Reference Functions</li>
<li>Using ROW And ROWS</li>
<li>Using COLUMN And COLUMNS</li>
<li>Using ADDRESS</li>
<li>Using INDIRECT</li>
<li>Using OFFSET</li>
</ol>
<p><strong> </strong></p>
<h2>Setting Excel Options</h2>
<p><em>Excel&#8217;s numerous options allow you to set the default appearance of your spreadsheets, adjust the default auto-save time, and determine your default file-saving location. We&#8217;ll look at how to change these, and the many items they control.</em></p>
<ol>
<li>Understanding Excel Options</li>
<li>Personalising Excel</li>
<li>Setting The Default Font</li>
<li>Setting Formula Options</li>
<li>Understanding Save Options</li>
<li>Setting Save Options</li>
<li>Setting The Default File Location</li>
<li>Setting Advanced Options</li>
</ol>
<p><strong> </strong></p>
<h2>Chart Object Formatting</h2>
<p><em>In an earlier chapter you saw that charts were easy to create. Now you&#8217;ll see how all the elements in a chart (such as the bar and line type) are all objects, and can be changed individually. This will give you the ability to produce truly illustrative charts, conveying the message you need to send.</em></p>
<ol>
<li>Understanding Chart Object Formatting</li>
<li>Selecting Chart Elements</li>
<li>Using Shape Styles To Format Objects</li>
<li>Changing Column Colour</li>
<li>Changing Pie Slice Colour</li>
<li>Changing Bar Colours</li>
<li>Changing Chart Line Colours</li>
<li>Using Shape Effects</li>
<li>Filling The Chart Area And The Plot Area</li>
<li>Filling The Background</li>
<li>The Format Dialog Box</li>
<li>Using The Format Dialog Box</li>
<li>Using Themes</li>
</ol>
<p><strong> </strong></p>
<h2>Labels And Names</h2>
<p><em>Labeling and Naming cells are powerful ways of making cells absolute in value (for example, as a substitute for $A$1) and for providing a quick and easy method for you to &#8220;jump&#8221; to particular cells. In addition, by using Labels, you can include descriptive English words as part of your formulas. Having easy to navigate and easy to read spreadsheets will greatly increase your ability to move around large spreadsheets. </em></p>
<ol>
<li>Understanding Labels And Names</li>
<li>Creating Names Using Text Labels</li>
<li>Using Names In New Formulas</li>
<li>Applying Names To Existing Formulas</li>
<li>Creating Names Using The Names Box</li>
<li>Using Names To Select Ranges</li>
<li>Pasting Names Into Formulas</li>
<li>Creating Names For Constants</li>
<li>Creating Names From A Selection</li>
<li>Scoping Names To The Worksheet</li>
<li>Using The Name Manager</li>
<li>Documenting Range Names</li>
</ol>
<p><strong> </strong></p>
<h2>Protecting Data</h2>
<p><em>Many excel users experience the frustration of accidental deletion of parts of their spreadsheets. This may be caused by other people who have access to your spreadsheets, or you may have inadvertently done it yourself. You&#8217;ll see how to protect your worksheets, so that formulas or data can&#8217;t be accidentally over written, and how we can also password protect these areas.</em></p>
<ol>
<li>Understanding Data Protection</li>
<li>Providing Total Access To Cells</li>
<li>Protecting A Worksheet</li>
<li>Working With A Protected Worksheet</li>
<li>Disabling Worksheet Protection</li>
<li>Providing Restricted Access To Cells</li>
<li>Password Protecting A Workbook</li>
<li>Opening A Password Protected Workbook</li>
<li>Removing A Password From A Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Summarising And Subtotalling</h2>
<p><em>Many Excel users unnecessarily create subtotals of data the long, slow way &#8211; manually. You&#8217;ll see a tool for creating subtotals automatically, without you having to build the formulas. You&#8217;ll also see how they can be just as easily removed.</em></p>
<ol>
<li>Creating Subtotals</li>
<li>Using A Subtotalled Worksheet</li>
<li>Creating Nested Subtotals</li>
<li>Copying Subtotals</li>
<li>Using Subtotals With AutoFilter</li>
<li>Installing The Conditional Sum Wizard</li>
<li>Using The Conditional Sum Wizard</li>
<li>Creating Relative Names For Subtotals</li>
<li>Using Relative Names For Subtotals</li>
</ol>
<p><strong> </strong></p>
<h2>Data Linking</h2>
<p><em>Most Excel users confine their calculations to a single spreadsheet. You can add power to your spreadsheets by linking cells across worksheets, and even to cells in different workbooks. In Data Linking, we look at the benefits of this, and how to do it.</em></p>
<ol>
<li>Understanding Data Linking</li>
<li>Linking Between Worksheets</li>
<li>Linking Between Workbooks</li>
<li>Updating Links Between Workbooks</li>
</ol>
<p><strong> </strong></p>
<h2>Data Consolidation</h2>
<p><em>Having learned how to link single cells from one Excel file to another, consolidation takes you one step further by allowing you to link and automatically sum the cells from multiple files into a single cell within a target file. It&#8217;s a tool that updates your target file as soon as you open it, allowing you to avoid wasting time performing multiple copy and paste operations.</em></p>
<ol>
<li>Understanding Data Consolidation</li>
<li>Consolidating With Identical Layouts</li>
<li>Creating An Outlined Consolidation</li>
<li>Consolidating With Different Layouts</li>
</ol>
<p><strong> </strong></p>
<h2>PivotTables</h2>
<p><em>One of the most powerful business tools, Pivot Tables lets you automatically sum, rearrange and filter your Excel database, giving you almost unlimited scope to display your data any way you wish. Its &#8220;drag-and-drop&#8221; tools are easy to use, and this single tool can reduce hours of data manipulation to seconds. </em></p>
<ol>
<li>Understanding Pivot Tables</li>
<li>Creating A PivotTable Shell</li>
<li>Dropping Fields Into A PivotTable</li>
<li>Filtering A PivotTable</li>
<li>Clearing A Report Filter</li>
<li>Switching PivotTable Labels</li>
<li>Formatting A PivotTable</li>
</ol>
<p><strong> </strong></p>
<h2>PivotTable Techniques</h2>
<p><em>Having covered the basics of Pivot Tables in the earlier section, you&#8217;ll now see how you can apply this tool to perform even more powerful data manipulation. Grouping, subtotals and grand totals are all covered, as well as how to &#8220;drill down&#8221; into your data to extract the data you need.</em></p>
<ol>
<li>Using Compound Fields</li>
<li>Counting In A PivotTable</li>
<li>Formatting PivotTable Values</li>
<li>Working With PivotTable Grand Totals</li>
<li>Working With PivotTable SubTotals</li>
<li>Finding The Percentage Of Total</li>
<li>Finding The Difference From</li>
<li>Grouping In PivotTables</li>
<li>Creating Running Totals</li>
<li>Creating Calculated Fields</li>
<li>Providing Custom Names</li>
<li>Creating Calculated Items</li>
<li>PivotTable Options</li>
<li>Sorting In A PivotTable</li>
</ol>
<p><strong> </strong></p>
<h2>PivotCharts</h2>
<p><em>Excel&#8217;s Pivot Table will enable you to create automatic Pivot Charts, which are summarised and grouped instantly according to your data specifications. While they&#8217;re similar to standard charts in appearance, you&#8217;re able to &#8220;drag and drop&#8221; data series and instantly rearrange your chart.</em></p>
<ol>
<li>Creating A PivotChart Shell</li>
<li>Dragging Fields For The PivotChart</li>
<li>Changing The PivotChart Type</li>
<li>Using The PivotChart Filter Pane</li>
<li>Moving PivotCharts To Chart Sheets</li>
</ol>
<p><strong> </strong></p>
<h2>Goal Seeking</h2>
<p><em>One annoying problem you may encounter while using Excel is where you know the answer you want within a single formula cell, but you don&#8217;t know the input value the formula needs to determine the result. Goal Seek solves this problem. You tell it what answer you want and Goal Seek will tell you how to get that result.</em></p>
<ol>
<li>Goal Seek Components</li>
<li>Using Goal Seek</li>
</ol>
<p><strong> </strong></p>
<h2>Grouping And Outlining</h2>
<p><em>One of the most underused tools within Excel, Grouping and Outlining will allow you to instantly combine multiple columns or rows into single columns and rows. It has 2 advantages: it creates automatic subtotals, and it hides unnecessary data.</em></p>
<ol>
<li>Understanding Grouping And Outlining</li>
<li>Creating An Automatic Outline</li>
<li>Working With An Outline</li>
<li>Creating A Manual Group</li>
<li>Grouping By Columns</li>
</ol>
<p><strong> </strong></p>
<h2>Solver</h2>
<p><em>The Solver is a high-level &#8220;what-if&#8221; analysis tool. With a standard formula, you put in the variables to a formula, and Excel will calculate the answer. With the Solver, you tell Excel what you want the answer to be, and it will modify the contributing variables, according to your constraint instructions. This is an extremely powerful tool.</em></p>
<ol>
<li>Understanding How Solver Works</li>
<li>Setting Solver Parameters</li>
<li>Adding Solver Constraints</li>
<li>Performing The Solver Operation</li>
<li>Running Solver Reports</li>
<li>Refining Solver Answers</li>
</ol>
<p><strong> </strong></p>
<h2>Recorded Macros</h2>
<p><em>Performing repetitive tasks is both time consuming and prone to error. Macros will solve this problem for you by allowing you to &#8220;record&#8221; a series of steps, and then play them back at the click of a button, or the press of a key. allowing you to perform lengthy tasks instantly. In this section we also look into Visual Basic for Applications (VBA), a powerful programming language into which our macros are converted.</em></p>
<ol>
<li>Understanding Excel Macros</li>
<li>Setting Macro Security</li>
<li>Saving A Document As Macro Enabled</li>
<li>Recording A Simple Macro</li>
<li>Running A Recorded Macro</li>
<li>Relative Cell References</li>
<li>Running A Macro With Relative References</li>
<li>Viewing A Macro</li>
<li>Editing A Macro</li>
<li>Assigning A Macro To The Toolbar</li>
<li>Running A Macro From The Toolbar</li>
<li>Assigning A Keyboard Shortcut To A Macro</li>
<li>Deleting A Macro</li>
<li>Copying A Macro</li>
<li>Tips For Developing Macros</li>
</ol>
<p><strong> </strong></p>
<h2>Recorder Workshop</h2>
<p><em>In this section you&#8217;ll build further macro examples, including creating buttons on your spreadsheet that, when pressed, will run your macros.</em></p>
<ol>
<li>Preparing Data For An Application</li>
<li>Recording A Summation Macro</li>
<li>Recording Consolidations</li>
<li>Recording Divisional Macros</li>
<li>Testing Macros</li>
<li>Creating Objects To Run Macros</li>
<li>Assigning A Macro To An Object</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2009/05/03/microsoft-excel-2007-level-3-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2007 Level 2 &#8211; Next step with Excel Duration 1 day</title>
		<link>http://exceldimensions.com.au/2009/05/02/microsoft-excel-2007-level-2-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2009/05/02/microsoft-excel-2007-level-2-duration-1-day/#comments</comments>
		<pubDate>Sat, 02 May 2009 01:33:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2000]]></category>
		<category><![CDATA[2007]]></category>

		<guid isPermaLink="false">http://exceldimensions.com.au/?p=70</guid>
		<description><![CDATA[This course extends the learner&#8217;s basic knowledge of Excel and provides the learner with skills and knowledge to produce more effective and productive workbooks. It covers formulas and function techniques, more intricate formatting, setting complex printing options, using intricate charting features, and working more effectively with existing worksheets and workbooks. For an Acrobat format PDF [...]]]></description>
			<content:encoded><![CDATA[<p>This course extends the learner&#8217;s basic knowledge of Excel and provides the learner with skills and knowledge to produce more effective and productive workbooks. It covers formulas and function techniques, more intricate formatting, setting complex printing options, using intricate charting features, and working more effectively with existing worksheets and workbooks.<br />
For an Acrobat format PDF of the course outline, click <strong><a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202007%20-%20Level%202%20Next%20steps%20with%20Excel.pdf" target="_blank">here</a></strong>.<a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202007%20-%20Level%202%20Next%20steps%20with%20Excel.pdf" target="_blank"></a></p>
<h2>Filling Data</h2>
<p><em>Excel contains many shortcuts to save you time, removing the need for you to enter large amounts of tedious (and unnecessary) data. This section demonstrates how you can use the &#8220;Fill&#8221; handle on any cell to create a series automatically. You can save time by entering a date and, using Auto Fill, Excel will continue the series, giving you ongoing days, months, numeric series, and many more.</em></p>
<ol>
<li>Filling A Series</li>
<li>Filling A Growth Series</li>
<li>Filling A Series Backwards</li>
<li>Filling Using Options</li>
<li>Creating A Custom Fill List</li>
<li>Modifying A Custom Fill List</li>
<li>Deleting A Custom Fill List</li>
</ol>
<p><strong> </strong></p>
<h2>Moving Data</h2>
<p><em>Re-entering data wastes a lot of time. Excel allows you to move data to any location within your spreadsheet, and will also let you send this data to another workbook file.</em></p>
<ol>
<li>Understanding Moving In Excel</li>
<li>Moving Cells And Ranges</li>
<li>Moving Data To Other Worksheets</li>
<li>Moving Data To Other Workbooks</li>
</ol>
<p><strong> </strong></p>
<h2>Formula Techniques</h2>
<p><em>Not only can you put formulas into cells, but we can also embed formulas within formulas, which we refer to as nesting. This has 2 advantages &#8211; it gives your calculations extra power, and it allows you to do in 1 cell what you might otherwise need 4 or 5 cells to achieve.</em></p>
<ol>
<li>Scoping A Formula</li>
<li>Developing A Nested Function</li>
<li>Creating Nested Functions</li>
<li>Editing Nested Functions</li>
<li>Copying Nested Functions</li>
<li>Using Concatenation</li>
<li>Switching To Manual Recalculation</li>
<li>Forcing A Recalculation</li>
<li>Pasting Values From Formulas</li>
<li>Pasting Formulas As Pictures</li>
</ol>
<p><strong> </strong></p>
<h2>Logical Functions</h2>
<p><em>Logical Functions such as (If, And, Or and Not) are the entrance to higher-level Excel use and will enable you to unlock the enormous potential of your spreadsheets.. These functions introduce decision-making to your formulas, where Excel can calculate answers based on &#8220;true&#8221; and &#8220;false&#8221; comparisons.</em></p>
<ol>
<li>Using IF To Display Text</li>
<li>Using IF To Calculate Values</li>
<li>Nesting IF Functions</li>
<li>Using IFERROR</li>
<li>Using TRUE And FALSE</li>
<li>Using AND</li>
<li>Using OR</li>
<li>Using NOT</li>
</ol>
<p><strong> </strong></p>
<h2>Number Formatting Techniques</h2>
<p><em>Having looked at how you can format your numbers, dates and currencies, you&#8217;ll find that occasionally you&#8217;d like your numbers and dates to appear in a format that can&#8217;t be found on Excels list of standard formats. Fortunately, with custom formats you can create your own. </em></p>
<ol>
<li>Using Alternate Currencies</li>
<li>Formatting Dates</li>
<li>Formatting Time</li>
<li>Creating Custom Formats</li>
</ol>
<p><strong> </strong></p>
<h2>Conditional Formatting</h2>
<p><em>When dealing with long lists of data, if can often be difficult to locate particular records of interest. An example of this might be looking for all clients that have accounts overdue by more than 60 days. With Conditional Formatting you can instantly change these cells to a different colour, making them stand out.</em></p>
<ol>
<li>Formatting Cells Containing Values</li>
<li>Clearing Conditional Formatting</li>
<li>More Cell Formatting Options</li>
<li>Top Ten Items</li>
<li>More Top And Bottom Formatting Options</li>
<li>Working With Data Bars</li>
<li>Working With Colour Scales</li>
<li>Working With Icon Sets</li>
</ol>
<p><strong> </strong></p>
<h2>Applying Borders</h2>
<p><em>Another great formatting tool, you have the ability to create multicolour borders around groups of cells. It makes them attractive, easy to read, and helps them stand out among a worksheet crowded with data.</em></p>
<ol>
<li>Applying A Border To A Cell</li>
<li>Applying A Border To A Range</li>
<li>Applying A Bottom Border</li>
<li>Applying Top And Bottom Borders</li>
<li>Removing Borders</li>
<li>The More Borders Option</li>
<li>Using The More Borders Option</li>
</ol>
<p><strong> </strong></p>
<h2>Working With A Worksheet</h2>
<p><em>In this group of tools you&#8217;ll see how to show and hide the gridlines that surround each cell, as well as how to quickly delete cells, rows and columns and examine the impact on formulas when you do this.</em></p>
<ol>
<li>Changing Worksheet Views</li>
<li>Worksheet Zooming</li>
<li>Viewing The Formula Bar</li>
<li>Viewing The Gridlines</li>
<li>Viewing The Ruler</li>
<li>Inserting Cells</li>
<li>Deleting Cells</li>
<li>Inserting Columns</li>
<li>Inserting Rows</li>
<li>Deleting Rows And Columns</li>
<li>Switching Between Worksheets</li>
</ol>
<p><strong> </strong></p>
<h2>Worksheet Techniques</h2>
<p><em>In earlier chapters you saw how to save time by moving data and formulas around a worksheet using copy and paste. You&#8217;ll see now how to do the same with whole worksheets. You can copy worksheets (and all their contents) within a workbook, or to another completely separate workbook file.</em></p>
<ol>
<li>Inserting And Deleting Worksheets</li>
<li>Copying A Worksheet</li>
<li>Renaming A Worksheet</li>
<li>Moving A Worksheet</li>
<li>Hiding A Worksheet</li>
<li>Unhiding A Worksheet</li>
<li>Copying A Worksheet To Another Workbook</li>
<li>Moving A Worksheet To Another Workbook</li>
<li>Changing Worksheet Tab Colours</li>
<li>Grouping Worksheets</li>
<li>Hiding Rows And Columns</li>
<li>Unhiding Rows And Columns</li>
<li>Freezing Rows And Columns</li>
<li>Splitting Windows</li>
</ol>
<p><strong> </strong></p>
<h2>Finding And Replacing</h2>
<p><em>Looking through a large spreadsheet in order to locate and change specific words or formulas can be time consuming and frustrating. Using Find and Replace you&#8217;ll radically cut down the time spent doing this. It&#8217;s an excellent tool to use, especially when you copy worksheets, then find you need to make changes to the new worksheets.</em></p>
<ol>
<li>Finding Text</li>
<li>Finding Cell References In Formulas</li>
<li>Replacing Values</li>
<li>Using Replace To Change Formulas</li>
<li>Replacing Within A Range</li>
<li>Finding Formats</li>
<li>Finding Constants Using Go To</li>
<li>Special</li>
<li>Finding Formulas Using Go To Special</li>
<li>Finding The Current Region</li>
<li>Finding The Last Cell</li>
</ol>
<p><strong> </strong></p>
<h2>Page Setup</h2>
<p><em>A commonly voiced frustration of Excel users is, having built a spreadsheet, how do we get it to appear correctly when printed? You&#8217;ll see the huge range of options available to you, such as repeating headers on every page, scaling to fit, manipulating margins, and many more.</em></p>
<ol>
<li>Using Built In Margins</li>
<li>Setting Custom Margins</li>
<li>Changing Margins By Dragging</li>
<li>Centring On A Page</li>
<li>Changing Orientation</li>
<li>Specifying The Paper Size</li>
<li>Setting The Print Area</li>
<li>Clearing The Print Area</li>
<li>Inserting Page Breaks</li>
<li>Using Page Break Preview</li>
<li>Removing Page Breaks</li>
<li>Setting A Background</li>
<li>Clearing The Background</li>
<li>Settings Rows As Repeating Print Titles</li>
<li>Clearing Print Titles</li>
<li>Printing Gridlines</li>
<li>Printing Headings</li>
<li>Scaling To A Percentage</li>
<li>Fit To A Specific Number Of Pages</li>
<li>Strategies For Printing Larger Worksheets</li>
</ol>
<p><strong> </strong></p>
<h2>Sorting Data</h2>
<p><em>Sorting data within a database is easy with Excel&#8217;s Sorting feature. You can sort by up to three columns, giving you easy access to your data in exactly the right order.</em></p>
<ol>
<li>Performing An Alphabetical Sort</li>
<li>Sorting On More Than One Column</li>
<li>Sorting By Rows</li>
<li>Sorting Numbered Lists</li>
</ol>
<p><strong> </strong></p>
<h2>Filtering Data</h2>
<p><em>An Excel 2007 database can contain over 1 million records, and sorting this amount of data can be time consuming. Excel&#8217;s AutoFilter will help you manipulate massive amounts of data records so you can quickly extract the information you need. This includes both keyword and data-range functionality.</em><em> </em></p>
<ol>
<li>Applying And Using A Filter</li>
<li>Clearing A Filter</li>
<li>Creating Compound Filters</li>
<li>Multiple Value Filters</li>
<li>Creating Custom Filters</li>
<li>Using Wildcards</li>
</ol>
<p><strong> </strong></p>
<h2>Charting Techniques</h2>
<p><em>In this chapter you&#8217;ll learn how to change the many elements in a chart such as the legend, the plot area, gridlines and the insertion of trendlines, so that projections of data can be made.</em></p>
<ol>
<li>Adding A Chart Title</li>
<li>Adding Axes Titles</li>
<li>Positioning The Legend</li>
<li>Showing Data Labels</li>
<li>Showing A Data Table</li>
<li>Modifying The Axes</li>
<li>Showing Gridlines</li>
<li>Formatting The Plot Area</li>
<li>Showing The Plot Area</li>
<li>Adding A Trendline</li>
<li>Adding Error Bars</li>
<li>Adding A Text Box To A Chart</li>
<li>Drawing Shapes In A Chart</li>
</ol>
<p><strong> </strong></p>
<h2>Chart Text Formatting</h2>
<p><em>This chapter focuses on the text aspect of charts. You can format any text-based object of your chart to enhance its appearance, an especially valuable feature if you wish to include your charts in reports.</em></p>
<ol>
<li>Using Font Formatting And Alignment</li>
<li>Using WordArt Styles</li>
<li>Changing Text Fill</li>
<li>Changing Text Outline</li>
<li>Changing Text Effects</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2009/05/02/microsoft-excel-2007-level-2-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2007 Level 1 &#8211; Getting started with Excel Duration 1 day</title>
		<link>http://exceldimensions.com.au/2009/05/01/microsoft-excel-2007-level-1-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2009/05/01/microsoft-excel-2007-level-1-duration-1-day/#comments</comments>
		<pubDate>Fri, 01 May 2009 01:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2000]]></category>
		<category><![CDATA[2007]]></category>

		<guid isPermaLink="false">http://exceldimensions.com.au/?p=68</guid>
		<description><![CDATA[The topics covered in this course provide the learner with the skills and knowledge necessary to create workbooks in Microsoft Excel. It covers creating a new workbook, adding data, editing data, working with formulas, printing and charting. For an Acrobat format PDF of the course outline, click here Getting To Know Excel The Excel 2007 [...]]]></description>
			<content:encoded><![CDATA[<p>The topics covered in this course provide the learner with the skills and knowledge necessary to create workbooks in Microsoft Excel. It covers creating a new workbook, adding data, editing data, working with formulas, printing and charting.<br />
For an Acrobat format PDF of the course outline, click <strong><a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202007%20-%20Level%201%20Getting%20started%20with%20Excel.pdf" target="_blank">here</a></strong></p>
<h2>Getting To Know Excel</h2>
<p><em>The Excel 2007 environment has been packed with new features. We will look at the Excel screen, Ribbon, Start button and other features to familiarise ourselves with it&#8217;s look and feel.</em></p>
<ol>
<li>Starting Excel</li>
<li>The Excel Screen</li>
<li>Using The Ribbon</li>
<li>Using KeyTip Badges</li>
<li>Minimising The Ribbon</li>
<li>Using Shortcut Menus</li>
<li>Launching Dialog Boxes</li>
<li>Customising The Quick Access Toolbar</li>
<li>The Office Button</li>
<li>Using The Office Button</li>
<li>The Status Bar</li>
<li>Customising The Status Bar</li>
<li>Exiting Safely From Excel</li>
</ol>
<p><strong> </strong></p>
<h2>Creating A New Workbook</h2>
<p><em>Creating spreadsheets from scratch is the focus of this chapter, and having done so you&#8217;ll see how to save your file. Accidentally misplacing your file within your computer&#8217;s large hard drive can be a problem, so you&#8217;ll see how you can save your file where you want it to go, and even how to find it should you misplace it. </em></p>
<ol>
<li><em>Formatting features such as how to easily adjust column widths will also be covered.</em></li>
<li>Understanding Workbooks</li>
<li>Using The Blank Workbook Template</li>
<li>Typing Text Into A Worksheet</li>
<li>The Save As Dialog Box</li>
<li>Saving A New Workbook</li>
<li>Typing Numbers Into A Worksheet</li>
<li>Typing Simple Formulas In A Worksheet</li>
<li>Easy Formulas</li>
<li>Typing Dates In A Worksheet</li>
<li>Easy Formatting</li>
<li>Checking Spelling In A Worksheet</li>
<li>Making And Saving Changes</li>
<li>Printing A Worksheet</li>
<li>Safely Closing A Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Working With Workbooks</h2>
<p><em>A single spreadsheet is huge, with millions of cells into which you can place formulas and data. Navigating your way around this spreadsheet can be easy. We&#8217;ll look at all the keyboard shortcuts you need to jump to the important areas of your spreadsheet quickly. These are tools you&#8217;ll use continually as your knowledge and use of spreadsheets increases. </em></p>
<ol>
<li>Opening An Existing Workbook</li>
<li>Moving About A Worksheet</li>
<li>Moving About A Workbook</li>
<li>Going To A Specific Location</li>
<li>The Open Dialog Box</li>
</ol>
<p><strong> </strong></p>
<h2>Editing In A Workbook</h2>
<p><em>A lot of your time will be spent entering and changing the data you place into cells. You&#8217;ll see the quickest way to alter text, formulas and functions, insert and delete rows and columns and clear cell contents. </em></p>
<ol>
<li>Understanding Data Editing</li>
<li>Overwriting Cells Contents</li>
<li>Editing Longer Cell Entries</li>
<li>Editing Formulas</li>
<li>Editing Functions</li>
<li>Clearing A Cell</li>
<li>Deleting In A Worksheet</li>
<li>Undoing And Redoing Operations</li>
</ol>
<p><strong> </strong></p>
<h2>Formulas And Functions</h2>
<p><em>This is the heart of Excel, and you will learn how it differs from other software packages like Microsoft Word and Access. We look at how to build formulas that add, subtract, multiply and divide. We also look at &#8220;referential&#8221; formulas, meaning that a formula you create can be copied and pasted to another area of your spreadsheet and used again, saving you time. </em></p>
<ol>
<li>Understanding Formulas</li>
<li>Creating Formulas That Add</li>
<li>Creating Formulas That Subtract</li>
<li>Formulas That Multiply And Divide</li>
<li>Understanding Functions</li>
<li>Using The SUM Function To Add</li>
<li>Summing Non-Contiguous Ranges</li>
<li>Calculating An Average</li>
<li>Finding A Maximum Value</li>
<li>Finding A Minimum Value</li>
<li>More Complex Formulas</li>
<li>What If Formulas</li>
</ol>
<p><strong> </strong></p>
<h2>Formula Referencing</h2>
<p><em>Absolute Referencing (for example $A$1) avoids duplication of commonly-used numbers referred to within your calculations, by &#8220;fixing&#8221; cell references within formulas so that they point to a specific cell, no matter where a formula is copied. This powerful tool can greatly decrease the complexity of your spreadsheets.</em></p>
<ol>
<li>Absolute Versus Relative Referencing</li>
<li>Relative Formulas</li>
<li>Problems With Relative Formulas</li>
<li>Creating Absolute References</li>
<li>Creating Mixed References</li>
</ol>
<p><strong> </strong></p>
<h2>Selecting Ranges</h2>
<p><em>A key to using Excel is to be able to select ranges of cells quickly and accurately. You&#8217;ll need to do this when formatting, creating tables, building formulas correctly and defining chart areas. You will gain confidence in your ability to accurately select data areas.</em></p>
<ol>
<li>Understanding Ranges</li>
<li>Selecting Ranges</li>
<li>Selecting Non-Contiguous Ranges</li>
<li>Using Special Selection Techniques</li>
<li>Selecting Larger Ranges</li>
<li>Selecting Rows</li>
<li>Selecting Columns</li>
<li>Viewing Range Calculations</li>
<li>Creating An Input Range</li>
</ol>
<p><strong> </strong></p>
<h2>Copying Excel Data</h2>
<p><em>Excel will allow you to copy both text and formulas from one area of your spreadsheet to another. Doing this with text is easy, and having learned how to create calculations in the Formulas chapter, we look at how to do with formulas also by looking for formula patterns, and duplicating these formulas to save time.</em></p>
<ol>
<li>Understanding Copying In Excel</li>
<li>Using Fill For Quick Copying</li>
<li>Copying From Cell To Another</li>
<li>Copying From One Cell To A Range</li>
<li>Copying From One Range To Another</li>
<li>Copying Relative Formulas</li>
<li>Copying To A Non-Contiguous Range</li>
<li>Copying To Another Worksheet</li>
<li>Copying To Another Workbook</li>
</ol>
<p><strong> </strong></p>
<h2>Font Formatting</h2>
<p><em>While correct calculations are important, clear formatting will make your spreadsheet easy to read and remove any ambiguity in the data you&#8217;re trying to convey. Font formatting lets you control the size and font of your text, as well add extra formatting features such as cell and text colour.</em></p>
<ol>
<li>Understanding Font Formatting</li>
<li>Working With Live Preview</li>
<li>Changing Fonts</li>
<li>Changing Font Size</li>
<li>Growing And Shrinking Fonts</li>
<li>Making Cells Bold</li>
<li>Italicising Text</li>
<li>Underlining Text</li>
<li>Changing Font Colours</li>
<li>Changing Background Colours</li>
<li>Using The Format Painter</li>
<li>Applying Strikethrough</li>
<li>Subscripting Text</li>
<li>Superscripting Text</li>
</ol>
<p><strong> </strong></p>
<h2>Cell Alignment</h2>
<p><em>Like Microsoft Word, you have the ability within Excel to align text left, right and centre. As the height of your cells can change, you can also align text vertically, and wrap text, so it doesn&#8217;t appear to flow out of the active cell.</em></p>
<ol>
<li>Understanding Cell Alignment</li>
<li>Aligning Right</li>
<li>Aligning To The Centre</li>
<li>Aligning Left</li>
<li>Aligning Top</li>
<li>Aligning Bottom</li>
<li>Aligning To The Middle</li>
<li>Rotating Text</li>
<li>Indenting Cells</li>
<li>Wrapping And Merging Text</li>
<li>Merging And Centring</li>
<li>Merging Cells</li>
<li>Unmerging Cells</li>
</ol>
<p><strong> </strong></p>
<h2>Row And Column Formatting</h2>
<p><em>Controlling the formatting of rows and columns will mean that text and numbers within your cells will always be fully legible. You&#8217;ll also see how to get it done quickly.</em></p>
<ol>
<li>Approximating Column Widths</li>
<li>Setting Precise Column Widths</li>
<li>Setting The Default Column Width</li>
<li>Approximating Row Height</li>
<li>Setting Precise Row Heights</li>
<li>Hiding Rows And Columns</li>
<li>Unhiding Rows And Columns</li>
</ol>
<p><strong> </strong></p>
<h2>Number Formatting</h2>
<p><em>Sometimes, people who read your spreadsheets will require a different numeric format. You will learn how to utilise the huge range of formatting alternatives for numbers, dates and calculation results available in Excel.</em></p>
<ol>
<li>Understanding Number Formatting</li>
<li>Applying General Formatting</li>
<li>Formatting As Currency</li>
<li>Formatting Percentages</li>
<li>Formatting As Fractions</li>
<li>Formatting As Dates</li>
<li>Using The Thousands Separator</li>
<li>Increasing And Decreasing Decimals</li>
</ol>
<p><strong> </strong></p>
<h2>Printing</h2>
<p><em>Unlike Word documents which usually fit on A4-sized sheets of paper, Excel spreadsheets can be created in any size, which never seem to fit conveniently on the printed page. In this chapter we look at how to control our printing, such as scaling to fit, repeating header rows on every page and accurately setting print ranges for specific areas of your spreadsheet.</em></p>
<ol>
<li>Understanding Printing</li>
<li>Previewing Before You Print</li>
<li>Performing A Quick Print</li>
<li>Selecting A Printer</li>
<li>Printing A Range</li>
<li>Printing An Entire Workbook</li>
<li>Specifying The Number Of Copies</li>
<li>The Print Dialog Box</li>
</ol>
<p><strong> </strong></p>
<h2>Creating Charts</h2>
<p><em>Charting is one of Excels most powerful tools, giving you the ability to take your numeric data and rearrange it to produce brilliant graphs. We look at how to construct and modify them, and look at the things you need to know in order produce quick, descriptive and visually powerful charts.</em></p>
<ol>
<li>Understanding The Charting Process</li>
<li>Choosing The Chart Type</li>
<li>Creating A New Chart</li>
<li>Working With An Embedded Chart</li>
<li>Resizing A Chart</li>
<li>Dragging A Chart</li>
<li>Printing An Embedded Chart</li>
<li>Creating A Chart Sheet</li>
<li>Changing The Chart Type</li>
<li>Changing The Chart Layout</li>
<li>Changing The Chart Style</li>
<li>Printing A Chart Sheet</li>
<li>Embedding A Chart Into A Worksheet</li>
<li>Deleting A Chart</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2009/05/01/microsoft-excel-2007-level-1-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2003 Visual Basic For Applications Duration 2 days</title>
		<link>http://exceldimensions.com.au/2009/04/04/microsoft-excel-2003-visual-basic-for-applications-%e2%80%93-duration-2-days/</link>
		<comments>http://exceldimensions.com.au/2009/04/04/microsoft-excel-2003-visual-basic-for-applications-%e2%80%93-duration-2-days/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 02:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2000]]></category>
		<category><![CDATA[2003]]></category>

		<guid isPermaLink="false">http://exceldimensions.com.au/?p=156</guid>
		<description><![CDATA[The skills and knowledge acquired in Microsoft Excel 2003 Visual Basic For Applications are sufficient to be able to use and operate the software at an efficient level. For an Acrobat format PDF of the course outline, click here. Recorded Macros Setting Macro Security Levels Recording A Simple Macro Running A Recorded Macro Relative Cell [...]]]></description>
			<content:encoded><![CDATA[<p>The skills and knowledge acquired in Microsoft Excel 2003 Visual Basic For Applications are sufficient to be able to use and operate the software at an efficient level.<br />
For an Acrobat format PDF of the course outline, click <strong><a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202003%20-%20VBA.pdf" target="_blank">here</a></strong>.</p>
<h2>Recorded Macros</h2>
<ol>
<li>Setting Macro Security Levels</li>
<li>Recording A Simple Macro</li>
<li>Running A Recorded Macro</li>
<li>Relative Cell References</li>
<li>Running A Macro With Relative References</li>
<li>Viewing A Macro Module</li>
<li>Modifying A Recorded Macro</li>
<li>Assigning A Macro To A Toolbar Button</li>
<li>Running A Macro From A Custom Button</li>
<li>Removing A Custom Button From The Toolbar</li>
</ol>
<p><strong> </strong></p>
<h2>Recorder Workshop</h2>
<ol>
<li>Preparing Data For An Application</li>
<li>Recording A Summation Macro</li>
<li>Recording Consolidations</li>
<li>Recording Divisional Macros</li>
<li>Testing Macros</li>
<li>Creating Objects To Run Macros</li>
<li>Assigning A Macro To An Object</li>
</ol>
<p><strong> </strong></p>
<h2>Understanding VBA</h2>
<ol>
<li>VBA Terminology</li>
<li>Accessing The Excel Object Model</li>
<li>Using The Immediate Window</li>
<li>Working With Object Collections</li>
<li>Setting Property Values</li>
<li>Working With Worksheets</li>
<li>Using The Object Browser</li>
<li>Programming With The Object Browser</li>
</ol>
<p><strong> </strong></p>
<h2>Using The VBA Editor</h2>
<ol>
<li>Opening And Closing The Editor</li>
<li>Working With The Project Explorer</li>
<li>Working With The Properties Window</li>
<li>Working With The Work Area</li>
<li>Working With A Code Module</li>
<li>Running Procedures From The Editor</li>
<li>Setting Breakpoints In The Editor</li>
<li>Stepping Through A Procedure</li>
</ol>
<p><strong> </strong></p>
<h2>Procedures</h2>
<ol>
<li>Creating A Command Procedure</li>
<li>Making Sense of IntelliSense</li>
<li>Using The Edit Toolbar</li>
<li>Commenting Statements</li>
<li>Indenting Code</li>
<li>Bookmarking In Procedures</li>
</ol>
<p><strong> </strong></p>
<h2>Using Variables</h2>
<ol>
<li>Creating &amp; Using Variables</li>
<li>Implicit And Explicit Declarations</li>
<li>The Scope Of Variables</li>
<li>Procedure Level Scoping</li>
<li>Module Level Scoping</li>
<li>Passing Variables By Reference</li>
<li>Passing Variables By Value</li>
<li>Data Types</li>
<li>Declaring Data Types</li>
<li>Using Arrays</li>
</ol>
<p><strong> </strong></p>
<h2>User-Defined Functions</h2>
<ol>
<li>User-Defined Functions Theory</li>
<li>Creating Simple User-Defined Functions</li>
<li>Using User-Defined Functions</li>
<li>Using Multiple Arguments</li>
<li>Modifying A Function</li>
<li>Creating A Function Library</li>
</ol>
<p><strong> </strong></p>
<h2>Using Excel Objects</h2>
<ol>
<li>Application Methods &amp; Properties</li>
<li>Workbook Methods &amp; Properties</li>
<li>Viewing Excel &amp; The Editor Together</li>
<li>Using Workbook Objects</li>
<li>Worksheets Methods &amp; Properties</li>
<li>Using Worksheet Objects</li>
<li>Range Methods &amp; Properties</li>
<li>Using Range Objects</li>
<li>Using Objects In A Procedure</li>
</ol>
<p><strong> </strong></p>
<h2>Programming Techniques</h2>
<ol>
<li>The MsgBox Function</li>
<li>Sending Messages To The User</li>
<li>InputBox Techniques</li>
<li>Using The InputBox Function</li>
<li>Using The InputBox Method</li>
<li>The IF Statement</li>
<li>Using IF For Single Conditions</li>
<li>Using IF For Multiple Conditions</li>
<li>The FOR&#8230;NEXT Statement</li>
<li>Looping With Known Or Specified Iterations</li>
<li>The DO&#8230;LOOP Statement</li>
<li>Looping With Unknown Iterations</li>
</ol>
<p><strong> </strong></p>
<h2>Creating Custom Forms</h2>
<ol>
<li>Creating A Custom Form</li>
<li>Adding Text Boxes To A Form</li>
<li>Changing Text Box Control Properties</li>
<li>Adding Label Controls To A Form</li>
<li>Adding A Combo Box Control</li>
<li>Adding Option Buttons</li>
<li>Adding Command Buttons</li>
<li>Running A Custom Form</li>
</ol>
<p><strong> </strong></p>
<h2>Programming Custom Forms</h2>
<ol>
<li>Initialising A Form</li>
<li>Closing A Form</li>
<li>Transferring Data From A Form</li>
<li>Running Form Procedures</li>
<li>Creating Error Checking Procedures</li>
<li>Running A Form From A Procedure</li>
</ol>
<p><strong> </strong></p>
<h2>Custom Menus</h2>
<ol>
<li>Creating A New Menu</li>
<li>Creating A Cascade Menu</li>
<li>Adding Menu Commands</li>
<li>Assigning Macros To Menu Commands</li>
<li>Removing A Menu</li>
</ol>
<p><strong> </strong></p>
<h2>Automatic Startup</h2>
<ol>
<li>Programming Automatic Procedures</li>
<li>Running Automatic Procedures</li>
<li>Automatically Starting A Workbook</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2009/04/04/microsoft-excel-2003-visual-basic-for-applications-%e2%80%93-duration-2-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Excel 2003 Level 3 &#8211; Advancing with Excel  Duration 1 day</title>
		<link>http://exceldimensions.com.au/2009/04/03/microsoft-excel-2003-level-3-duration-1-day/</link>
		<comments>http://exceldimensions.com.au/2009/04/03/microsoft-excel-2003-level-3-duration-1-day/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:26:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel 2000]]></category>
		<category><![CDATA[2003]]></category>

		<guid isPermaLink="false">http://exceldimensions.com.au/?p=66</guid>
		<description><![CDATA[This course covers aspects of Microsoft Excel beyond building basic workbooks and deals with workbook automation and productivity features. It includes areas such as workbook and worksheet consolidation and linking, data analysis tools, and automating workbook operations using macros. For an Acrobat format PDF of the course outline, click here. Nesting Functions Workshop Having learned [...]]]></description>
			<content:encoded><![CDATA[<p>This course covers aspects of Microsoft Excel beyond building basic workbooks and deals with workbook automation and productivity features. It includes areas such as workbook and worksheet consolidation and linking, data analysis tools, and automating workbook operations using macros.<br />
For an Acrobat format PDF of the course outline, click <strong><a href="http://exceldimensions.com.au/wp-content/uploads/2009/06/Excel%202003%20-%20Level%203%20Advancing%20with%20Excel.pdf" target="_blank">here</a></strong>.</p>
<h2>Nesting Functions Workshop</h2>
<p><em>Having learned how to create &#8220;If&#8221; and &#8220;Lookup&#8221; functions, you have now added a powerful dimension to your worksheets but having them scattered throughout many cells can be a problem. The Nesting Functions Workshop shows you how to imbed functions within other functions to increase the power of your spreadsheets, so many of these functions can exist within a single cell.</em></p>
<ol>
<li>Scoping A Formula</li>
<li>Developing A Nested Function</li>
<li>Creating A Nested Function</li>
<li>Editing A Formula With Nested Functions</li>
<li>Copying A Formula With Nested Functions</li>
<li>Concatenation</li>
</ol>
<p><strong> </strong></p>
<h2>Advanced Filters</h2>
<p><em>After using Excel&#8217;s Auto Filter tools, many users believe they must graduate to Microsoft&#8217;s Access database software package when they wish to perform database filtering involving more complex &#8220;and&#8221; and &#8220;or&#8221; structures. Most, though, aren&#8217;t aware this can be done with Excels built-in Advanced Filters, saving enormous time and resources in the process.</em></p>
<ol>
<li>Advanced Filter Concepts</li>
<li>Using An Advanced Filter</li>
<li>Extracting Records With Advanced Filter</li>
<li>Using Formulas In Criteria</li>
<li>Using Database Functions</li>
</ol>
<p><strong> </strong></p>
<h2>Validations</h2>
<p><em>If you want to control the values that can be entered into a cell, Validation tools will help. They enable you to provide instructions about what can and can&#8217;t be entered into the cell and restrict the possibility of entering the wrong thing. Error messages will be displayed should a wrong value be entered or a restricted drop down list of alternatives can be created.</em></p>
<ol>
<li>Validation Techniques</li>
<li>Data Validation By Number Range</li>
<li>Testing Data Validation</li>
<li>Input Messages</li>
<li>Creating Error Alerts</li>
<li>Creating Drop-Down Lists</li>
<li>Using Formulas As Validation Criteria</li>
<li>Creating Custom Validation Criteria</li>
<li>Number Formats With Built-in Logic</li>
<li>Conditional Formatting</li>
<li>Copying Data Validation Settings</li>
</ol>
<p><strong> </strong></p>
<h2>Goal Seeking</h2>
<p><em>One annoying problem you may encounter while using Excel is where you know the answer you want within a single formula cell, but you don&#8217;t know the input value the formula needs to determine the result. Goal Seek solves this problem. You tell it what answer you want and Goal Seek will tell you how to get that result.</em></p>
<ol>
<li>Goal Seek Components</li>
<li>Using Goal Seeking</li>
</ol>
<p><strong> </strong></p>
<h2>Data Tables</h2>
<p><em>If you need to view the results of many input variables on a single formula, making many copies of a formula will help, but there&#8217;s a drawback &#8211; it can be long-winded, will take up a lot of screen space and can cause mistakes. Data Tables will save you a lot of time, by letting you calculate multiple versions of your formula in one operation, and view and compare the results of all of the different variations together on your worksheet, all by using a single formula.</em></p>
<ol>
<li>Using A Simple What-If Model</li>
<li>Creating A One-Variable Table</li>
<li>Using One-Variable Data Tables</li>
<li>Creating A Two-Variable Data Table</li>
</ol>
<p><strong> </strong></p>
<h2>Scenarios</h2>
<p><em>One of the powerful what-if analysis tools, Scenarios allow you to create sets of values that Microsoft Excel saves, and can substitute automatically in your worksheet. You can use scenarios to forecast the outcome of a worksheet model and, having saved alternate scenarios, you can then switch to any of these new scenarios to view different results. </em></p>
<ol>
<li>Creating A Default Scenario</li>
<li>Creating Scenarios</li>
<li>Using Names in Scenarios</li>
<li>Displaying Scenarios</li>
<li>Creating A Scenario Summary Report</li>
<li>Merging Scenarios</li>
</ol>
<p><strong> </strong></p>
<h2>PivotTables</h2>
<p><em>One of the most powerful business tools, Pivot Tables let you automatically sum, rearrange and filter your Excel database, giving you almost unlimited scope to display your data any way you wish. Its &#8220;drag-and-drop&#8221; tools are easy to use, and Pivot charts take this one step further, allowing you to chart your data. This single tool can reduce hours of data manipulation to seconds. </em></p>
<ol>
<li>PivotTable Theory</li>
<li>Creating A Simple PivotTable</li>
<li>Adding A Row Field To A PivotTable</li>
<li>Using The Page Field In A PivotTable</li>
<li>Filtering Row And Column Values</li>
<li>Formatting A PivotTable</li>
<li>Counting With PivotTables</li>
<li>PivotTable Summary And Display Options</li>
<li>Show Data As Percentages In PivotTables</li>
<li>Calculated Fields In PivotTables</li>
<li>Calculated Items In PivotTables</li>
<li>Creating A PivotChart</li>
<li>Modifying A PivotChart Via The PivotTable</li>
</ol>
<p><strong> </strong></p>
<h2>Linking Workbooks</h2>
<p><em>Most Excel users confine their calculations to a single Spreadsheet. What can add power to your spreadsheets is the ability to link to cells within other worksheets, and even to cells within different workbook files. In Data Linking, we look at it&#8217;s benefits, and how to do it.</em></p>
<ol>
<li>Linking Data In Excel</li>
<li>Linking Within A Workbook</li>
<li>Linking Between Workbooks</li>
<li>Updating Links Between Workbooks</li>
</ol>
<p><strong> </strong></p>
<h2>Consolidation</h2>
<p><em>Having learned how to link single cells from one Excel file to another, Consolidation takes you one step further by allowing you to link and automatically sum the cells from multiple files into a single cell within a target file. It&#8217;s a tool that updates your target file as soon as you open it, allowing you to avoid time wastage from performing multiple copy and paste operations.</em></p>
<ol>
<li>Consolidating Data With Identical Layouts</li>
<li>Consolidating Data With Different Layouts</li>
<li>Consolidating Data Using A PivotTable</li>
</ol>
<p><strong> </strong></p>
<h2>Excel On The Web</h2>
<p><em>With the explosion of web and intranet sites, there&#8217;s often a need to include table-format data within existing web-pages. Using Excel&#8217;s simple web tools, you are able to create and publish instant spreadsheets, which can be used to both display your data and allow web users to interact with the data.</em></p>
<ol>
<li>Previewing Workbooks As Web Pages</li>
<li>Publishing A Static Worksheet</li>
<li>Adding To An Existing Web Page</li>
<li>Publishing An Interactive Web Page</li>
</ol>
<p><strong> </strong></p>
<h2>Summarising Data</h2>
<p><em>Subtotaling data can be a lengthy process. The group of tools in this section will rapidly increase the time it takes for you to calculate single and multiple groups of data. </em></p>
<ol>
<li>Creating Subtotals</li>
<li>Using A Subtotaled Worksheet</li>
<li>Creating Nested Subtotals</li>
<li>Copying Subtotals</li>
<li>Using Subtotals With AutoFilter</li>
<li>Installing The Conditional Sum Wizard</li>
<li>Using The Conditional Sum Wizard</li>
<li>Creating Relative Names For Subtotals</li>
<li>Using Relative Names For Subtotals</li>
</ol>
<p><strong> </strong></p>
<h2>Recorded Macros</h2>
<p><em>Performing repetitive tasks leads to tiredness and frequent mistakes. Macros will solve this problem for you by allowing you to &#8220;record&#8221; a series of steps, then play them back at the click of a button, or the press of a key. It can perform lengthy tasks instantly. Within this section we also look into Visual Basic for Applications (VBA), an enormously powerful programming language into which our macros are converted.</em></p>
<ol>
<li>Setting Macro Security Levels</li>
<li>Recording A Simple Macro</li>
<li>Running A Recorded Macro</li>
<li>Relative Cell References</li>
<li>Running A Macro With Relative References</li>
<li>Viewing A Macro Module</li>
<li>Modifying A Recorded Macro</li>
</ol>
<p><strong> </strong></p>
<h2>Recorder Workshop</h2>
<p><em>In this section you&#8217;ll build further macro examples, including creating buttons on your spreadsheet that, when pressed, will run your macros.</em></p>
<ol>
<li>Preparing Data</li>
<li>Recording Summation Macros</li>
<li>Recording Consolidations</li>
<li>Recording Divisional Macros</li>
<li>Testing Macros</li>
<li>Creating Objects To Run Macros</li>
<li>Assigning A Macro To An Object<strong> </strong></li>
</ol>
<p><strong> </strong></p>
<h2>Macro Virus Control</h2>
<p><em>Before we create macros, you must understand their security aspects, and in this section we look at Excel&#8217;s options for enabling and disabling macro capability by adjusting it&#8217;s security levels.</em></p>
<ol>
<li>Opening Workbooks With Macros</li>
<li>Setting Macro Security Levels</li>
<li>Trusting Publishers</li>
<li>Creating A Digital Signature</li>
<li>Removing A Trusted Publisher</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exceldimensions.com.au/2009/04/03/microsoft-excel-2003-level-3-duration-1-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

