<?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 with Monarch Training and Services &#187; Summaries</title>
	<atom:link href="http://ExcelWithMonarch.com/category/summaries/feed" rel="self" type="application/rss+xml" />
	<link>http://ExcelWithMonarch.com</link>
	<description>Stop working for your data. Make your data work for you.</description>
	<lastBuildDate>Tue, 12 Oct 2010 03:37:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monarch is the Solution to Fiscal Year Troubles</title>
		<link>http://ExcelWithMonarch.com/functions/monarch-is-the-solution-to-fiscal-year-troubles</link>
		<comments>http://ExcelWithMonarch.com/functions/monarch-is-the-solution-to-fiscal-year-troubles#comments</comments>
		<pubDate>Thu, 17 Dec 2009 07:17:31 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/functions/monarch-is-the-solution-to-fiscal-year-troubles</guid>
		<description><![CDATA[Conventional software works just fine for date based analysis if your fiscal year starts on January 1st. Excel will happily let you group dates placed in pivot tables as row or column fields into months, quarters or years. You’ll have nice looking and accurate summary tools in no time – if your fiscal dates match [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Conventional software works just fine for date based analysis if your fiscal year starts on January 1<sup>st</sup>. Excel will happily let you group dates placed in pivot tables as row or column fields into months, quarters or years. You’ll have nice looking and accurate summary tools in no time – if your fiscal dates match standard calendar periods.</p>
<p>But what about the rest of us whose fiscal years don’t line up with that? Or our fiscal periods aren’t all the same number of weeks in duration? How do we get the same results?</p>
<p>To calculate if July 2<sup>nd</sup> in a particular year was actually fiscal June or fiscal July, or in which fiscal quarter it belongs, we typically had to resort to all manner of formulas and devices. And if your quarters are comprised of a four period followed by a five week period and then another four week period, well then you’re on your own buddy. Yup, good luck with that.</p>
<p>If this sounds like a challenge that you constantly have to combat, then you’ll love day 20 of the <a href="http://excelwithmonarch.com/tips/embedding-documentation-for-better-monarch-models">30 Days to Become a Better Monarch Modeler series</a>, because the topic today is Monarch’s time interval feature. New to v10, this brilliant feature offers us special abilities to handle dates related to both atypical calendar years and fiscal years. I like this feature so much I’d swear that it was devised just to appease me.</p>
<p>By configuring your Monarch models with your specific date needs, you’ll give your models the kind of easy to implement analytical abilities that would make even the most skilled Excel modeler tremble in fear.</p>
<h3>Manipulate Space and Time with Monarch</h3>
<p>We access the Time Intervals dialog, the master control of this feature, under the Options menu. It shows samples of how various date styles will be displayed in the Table and Summary windows, including:</p>
<ul>
<li>Calendar year</li>
<li>Calendar half-year</li>
<li>Calendar quarter</li>
<li>Calendar month</li>
<li>Calendar week</li>
<li>Day</li>
<li>ISO8601 year</li>
<li>ISO8601 week</li>
<li>Fiscal year</li>
<li>Fiscal half-year</li>
<li>Fiscal quarter</li>
<li>Fiscal period, and</li>
<li>Fiscal week</li>
</ul>
<p>If you’d prefer to display a value in a different you change its “mask”.</p>
<p>If you need to customize the manner by which you define calendar weeks, you do that here. As make changes, Monarch shows you some dates to confirm the impact of your selection.</p>
<p>To make changes to the default fiscal year and its related periods, you do that here too.</p>
<p>You can choose to have your fiscal year consist of 12 calendar months. With this option, Monarch will calculate that your year begins on the first day of any month you choose.</p>
<p>Alternatively, you can define a year that contains 52 or 53 weeks. If you do, Monarch wants to know that your year starts or ends with reference to any day of the year that you specify. We’ll refer to this as “Day 1”.</p>
<p>Once that’s configured, you pick the day of the week that starts your fiscal week. We’ll refer to this as “Week Day”</p>
<p>The last requirement of this section is to tell Monarch that your year:</p>
<ul>
<li>Starts on the first Week Day on or after Day 1, or</li>
<li>Starts on the Week Day closest to Day 1, or</li>
<li>Ends on the day before the Week Day on or before Day 1, or</li>
<li>Ends on the day before the Week Day closest to Day 1.</li>
</ul>
<p>With that set up, Monarch wants to know if your year is divided into four 13-week quarter, or 13 four-week periods.</p>
<p>If you choose the former, you then select from either of a 4-4-5, 4-5-4 or 5-4-4 weekly pattern, and tell Monarch how to handle the extra week in 53 week years.</p>
<p>If you choose the latter, you simply tell Monarch which period gets the extra week in 53 week years.</p>
<p>And that’s it: you’ve defined custom date controls in your Monarch model.</p>
<p>Now it’s time to have some fun.</p>
<h3>New Date Functions</h3>
<p>Fourteen new functions have been added to Monarch to let us easily access proper date information according to the fancy fiscal year and calendar year customization. They are:</p>
<ul>
<li>CalendarWeek</li>
<li>FirstDay</li>
<li>FiscalDayOfYear</li>
<li>FiscalHalfYear</li>
<li>FiscalPeriod</li>
<li>FiscalQtr</li>
<li>FiscalWeek</li>
<li>FiscalYear</li>
<li>HalfYear</li>
<li>IsoDayOfYear</li>
<li>IsoWeek</li>
<li>IsoWeekDay</li>
<li>IsoYear and</li>
<li>LastDay</li>
</ul>
<p>I’ll let you refer to the online help for full descriptions, but the intended purpose of each function is pretty apparent just by the name. The ISO functions offer a good compromise between customized calendars and a predefined standard methodology.</p>
<p>As we’ve seen with calculated fields, any time that we utilize Monarch’s functions we introduce all kinds of possibilities, and these new functions add to our creative toolbox nicely.</p>
<h3>Using the Intervals in Summaries</h3>
<p>To take advantage of the new date powers at your disposal, first add a date field to your summary as a key field. Double-click its name in the key field list to display the dialog box and activate the Matching tab. The last option is labeled Time Interval. Select this and then pick one of the date styles (see the list above).</p>
<p>Monarch will give you a preview of the values it calculates based on your selection on the right side of the dialog.</p>
<p>Once again, Monarch shelters us from all kinds of complexity and gives mere mortals effective and easy to use tools that let us get back to doing what we’re supposed to be doing instead of forcing us to be some kind of expert technology master.</p>
<h3>Your Task for Today</h3>
<p>Make today the day that you master Monarch’s customized calendars. Test the effects of defining a fiscal year, building some calculations using the new functions and define a few summaries that employ different time intervals on the Matching tab of the field definition.</p>
<p>Now revise the calendar customization and review the effect of your changes to your calculations and summaries.</p>
<p>Becoming a better Monarch modeler means that you know what to expect your outcomes to be before you implement them, and that best way to know that is to practice, practice, and practice.</p>
<h3>Master the Space-Time Continuum</h3>
<p>Well that’s a bit of a stretch, but with a little up-front effort you’ll find that there’s little that you can’t analyze where dates are involved.</p>
<p>If today you fight with summarizing date based activity, fight no more. Instead, just excel with Monarch.</p>
<p>&#8212;</p>
<p>Continue your commitment to Become a Better Monarch Modeler with <a href="http://excelwithmonarch.com/tips/easy-ways-to-benefit-from-automating-monarch" title="Easy ways to benefit from automating Monarch">Part 21</a> of the series, or review <a href="http://excelwithmonarch.com/tips/embedding-documentation-for-better-monarch-models" title="Embedding documentation for better Monarch models">Part 19</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/functions/monarch-is-the-solution-to-fiscal-year-troubles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Summary Synopsis</title>
		<link>http://ExcelWithMonarch.com/summaries/a-summary-synopsis</link>
		<comments>http://ExcelWithMonarch.com/summaries/a-summary-synopsis#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:22:56 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/summaries/a-summary-synopsis</guid>
		<description><![CDATA[Using the Report window we’ve built templates and taught Monarch how to extract our data. In the Table window we’ve added new fields and new values, but even when using filtering and sorting the data, it can be difficult to see the big picture; we’re often just too close to the details.
To give us a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Using the Report window we’ve built templates and taught Monarch how to extract our data. In the Table window we’ve added new fields and new values, but even when using filtering and sorting the data, it can be difficult to see the big picture; we’re often just too close to the details.</p>
<p>To give us a new perspective, on day 14 of the <a href="http://excelwithmonarch.com/xlreport/a-to-z-monarch">30 Days to Become a Better Monarch Modeler</a>, we’ll begin to explore Monarch’s ability to summarize data using Monarch third and final viewing mechanism, the appropriately named Summary window.</p>
<p>For those unfamiliar with Monarch’s summaries, they’re very similar to <a href="http://excelwithmonarch.com/pivots/video-excels-pivot-tables">Excel’s pivot tables</a>, which aggregate data by grouping data either horizontally (in rows) or vertically (in columns). By this description, you’d think that they’re not much different than a regular tabular spreadsheet, but they’re fundamentally different.</p>
<p>Summarizing and aggregating data is a critical step in converting what often started out as a simple and unassuming report into a management tool that provides Key Performance Indicators (KPIs) and other metrics. KPIs are indispensible for evaluating and managing an endless array of topics.</p>
<h3>How to define a new summary</h3>
<p>The process begins by assigning the new summary a unique name, and by associating a particular filter to the summary. Only data which satisfies the filter criteria will be reflected in the summary.</p>
<p>It’s important to note that the default filter is literally that: “Default filter”. What it really means though is “Active filter”; the filter that is currently controlling the display of records in the Table window.</p>
<p>The next commonly selected item is choosing whether to include a grand total line at the bottom of the summary.</p>
<p>To define the content of the summary navigate to the Fields tab. When the summary is complete, it will display data beginning with the left edge and continuing to the right edge. On the left edge will be “key” fields, followed (optionally) by “item” fields, and finally “measure” fields.</p>
<p>The exception is that we can set a single key field to display it values across the top of the measures. This is particularly useful for calculating periodic KPIs, whether for a weekly, monthly or quarterly basis or some other timeframe.</p>
<p>When fields have been added to the various key, item and measures categories, double-clicking on a field name displays yet another dialog window that is used to determine the presentation of that field, and depending on the field category.</p>
<p>Key fields offer five tabs:</p>
<ul>
<li>General, which allows for customizing the name of the field (which doesn’t affect the original name of the field in the Table window), and the number of characters displayed, or width.</li>
<li>Matching, which allows for controlling which values will be displayed in the summary.</li>
<li>Sorting, which allows whether we want to sort the field (either ascending or descending), or to sort the key based on the values in another field.</li>
<li>Display, which controls how, and what, data is presented onscreen.</li>
<li>Coloring, which further customizes the display characteristics of the data.</li>
</ul>
<p>Item fields offer the General, Sorting and Coloring tabs.</p>
<p>Measure fields are subtly and yet significantly different. They have the now familiar General tab, but the Calculation tab is new, and the last tab is Coloring and Limit, which permits for presenting special values of interest in different presentations than other displayed measure values has a different nature than the Coloring tabs available when fine-tuning key and item fields.</p>
<p>The Calculation tab allows us to define which aggregation methods we want to employ, or to define other customized formulas which enable deriving for management metrics. The thing that significantly differentiates formulas for measures from formulas used in calculated fields built in the Table window is that any fields used within summary formulas must be used within aggregating functions, such as SUM(), MAX(), and MIN(). Of course we can still use conventional mathematical operators and constant values in addition to aggregated fields.</p>
<p>The final tab on the summary definition is named Chart. The approach here is to select a chart type, define how you want to cluster the data points on the chart, define a title for the chart, select which of the various display options you want to employ in your chart.</p>
<p>While there are numerous options that produce a range of effects on your charts, for one specific reason I won’t describe them in detail here. And what’s that reason? In my opinion, you shouldn’t spend your time creating charts in Monarch.</p>
<p>Monarch’s charting abilities, which haven’t significantly changed in years, just don’t compare with what you can produce by yourself with Excel, especially if you use <a href="http://www.shareit.com/product.html?productid=300113562&amp;affiliateid=200078071">MicroCharts by Bonavista Systems</a>. The best use of your time devoted to charting would be spending it building useful visual tools in Excel.</p>
<p>If you don’t have much experience with Excel’s charts or want to sharpen your charting skills then I’d recommend reading <a href="http://peltiertech.com/WordPress/">Jon Peltier’s excellent blog</a> regularly.</p>
<h3>Even Summaries are About the Details</h3>
<p>Monarch’s ability to create summaries that you, or your model user, can interact with without changing the structure (key, item and measure fields) that you’ve built into the summary is probably it’s biggest advantage over Excel pivot tables.  Even Excel 2007 pivot tables and their inherent ability to expand and collapse fields doesn’t compare to the simple usability of Monarch’s drill up and drill down buttons.</p>
<p>When you define multiple key fields in a summary, Monarch automatically activates the toolbar icons to drill down and drill up, hiding or displaying lower level key fields as you go.</p>
<p>As much as I enjoy the work in the Table window that lets us add new fields via calculated fields and external lookups and such, it’s really when we build and, more importantly, use summaries that we can see just how far we’ve come.</p>
<p>You don’t agree? After you’ve added a summary or two, go back to the report window and look at that basic report that you started out with. Odds are that unless you’re working with the most basic data needs, you’ve added something of value to the data. Maybe it’s new calculations; maybe it’s connect that data to an external source and importing a few related fields.  Maybe it’s just as simple as adding subtotals in the summary that weren’t included in the original report. Maybe you’ve spun things around and have created not just a new way of looking at the data, but a new way of thinking about the data.</p>
<p>And why stop there with only one summary? In the dialog used to manage existing summaries, you can click the Duplicate button and make some minor changes, say re-sequencing the key fields, so that you can easily switch between the two summaries for different perspectives, possibly for different audiences. Using an outstanding accounts receivable report, a collections manager wants to see customer totals, while the sales manager needs amounts invoiced by salesperson. It’s the same source report but they’re completely different business applications of the data.</p>
<p>Does the original printed report do that? Nope, not even close.</p>
<p>With such a robust and important feature, there’s much to discuss concerning summaries, but today isn’t about delving into every possibility and feature available to a summary, but rather is about getting us accustomed to building more summaries and really pushing ourselves to take advantage of what’s readily available, but often overlooked.</p>
<h3>In Summary Then…</h3>
<p>I’ve seen many models come my way that don’t have any summaries defined. That’s like buying great audio equipment and only ever listening to AM radio. Monarch isn’t just an extraction, transformation and loading (ETL) tool. When you combine it with your knowledge of your business and its varying information needs then it can be a fantastic analytical tool. But you have to elect to use it in that manner.</p>
<p>By introducing fresh thinking and new perspectives, simple summaries will demonstrate why it is that you continue to choose to excel with Monarch.</p>
<p>&#8212;</p>
<p>Continue your commitment to Become a Better Monarch Modeler with <a href="http://excelwithmonarch.com/calcfield/a-challenging-reinforcement" title="A challenging reinforcement">Part 15</a> of the series, or review <a href="http://excelwithmonarch.com/xlreport/a-to-z-monarch" title="A to Z Monarch">Part 13</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/summaries/a-summary-synopsis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Examining Chrysler Closures With Monarch</title>
		<link>http://ExcelWithMonarch.com/calcfield/examining-chrysler-closures-with-monarch</link>
		<comments>http://ExcelWithMonarch.com/calcfield/examining-chrysler-closures-with-monarch#comments</comments>
		<pubDate>Wed, 27 May 2009 06:25:34 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Calculated Fields]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/calcfield/examining-chrysler-closures-with-monarch</guid>
		<description><![CDATA[Auto maker Chrysler recently announced their intent to close 789 dealerships (PDF) in the US as part of their recovery plan.
While it&#8217;s unfortunate, and will clearly have an impact on individuals and local economies, we can use their PDF list as an example of what can be done with Monarch Pro in terms of:

extracting data [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Auto maker Chrysler recently <a href="http://www.autoblog.com/2009/05/14/breaking-chrysler-rejects-789-dealers-nationwide-moves-to-pa/">announced</a> their intent to close <a href="http://online.wsj.com/public/resources/documents/Chryslerdealerlist05142009.pdf">789 dealerships</a> (PDF) in the US as part of their recovery plan.</p>
<p>While it&#8217;s unfortunate, and will clearly have an impact on individuals and local economies, we can use their PDF list as an example of what can be done with Monarch Pro in terms of:</p>
<ol type="1">
<li>extracting data from a PDF file,</li>
<li>automatically handling address data, and</li>
<li>freeing the data from the constraints of the report in which it appears to derive further insights</li>
</ol>
<p>Additionally, with Monarch Pro we can integrate some data from another source that may provide some background into how the Chrysler management team made decisions.</p>
<h3>Handling the PDF</h3>
<p>The first page is just a cover, so view the second page and &#8220;Auto Adjust&#8221; to convert the PDF to text and proceed with creating a detail template.</p>
<p>Select a single line for the template sample, including the dealer name and number. Don&#8217;t worry that all of the records appear on more than a single line. I used four numeric traps to capture the dealer numbers (not all of them are five digits).</p>
<p>Paint the fields as follows:</p>
<ul type="disc">
<li>Dealer Name: 31 characters &#8211; advanced properties: End Field On End of Left Justification</li>
<li>Majority Owner: 23 characters &#8211; advanced properties: End Field On End of Left Justification</li>
<li>Dealer Address: 38 characters &#8211; advanced properties: End Field On Blank Field Values: 1 (the record for Massey-Yardley Inc. doesn&#8217;t behave with End of Left Justification)</li>
<li>Dealer Code: 5 digits</li>
<li>Lines: 4 characters</li>
</ul>
<p>Save your template, and remember to use the Verify feature to make sure that you haven&#8217;t painted the fields improperly.</p>
<p>That&#8217;s it. We&#8217;ve built the basics of extracting the data. Now we&#8217;ll have Monarch some more advanced work for us.</p>
<h3>Separate the address data</h3>
<p>In the Table window, use Monarch&#8217;s Address Block feature to automatically isolate regular address lines, city and state names, and zip codes. You&#8217;ll need the first three address lines, as well as City, Region, Postal Code and remember to always use the Error Code when working with Address Blocks. If Monarch thinks that it couldn&#8217;t handle an address properly, it&#8217;ll alert you by supplying a non-zero error code.</p>
<h3>Count the product lines</h3>
<p>To isolate which products will be affected by the closures, we need to work with the Lines field. The footer within the PDF instructs us that C is for Chrysler, J is Jeep, D is Dodge, and T is Dodge Truck. To track the individual lines, we need four calculated fields.</p>
<p>The report displays multiple combinations of character sequences when multiple letters are used in the Lines field, so we can&#8217;t count on a particular character appearing in the same column position. So how do can we tell which lines are affected at a particular location? We&#8217;ll use the Instr function to test if any of the specific characters appear anywhere within the field. Instr() returns a zero if the character does not appear, and returns the position of the character within the field if it is included in the field. So our new numeric fields become:</p>
<ul type="disc">
<li>Chrysler_Line: if(instr(&#8220;C&#8221;,Lines)&gt;0,1,0)</li>
<li>Dodge_Line: if(instr(&#8220;D&#8221;,Lines)&gt;0,1,0)</li>
<li>Jeep_Line: if(instr(&#8220;J&#8221;,Lines)&gt;0,1,0)</li>
<li>Truck_Line: if(instr(&#8220;T&#8221;,Lines)&gt;0,1,0)</li>
</ul>
<p>Finally, we may want to review the average number of lines affected by geography, so for a &#8220;Number of Lines&#8221; field, we can either add the four line counts, or, knowing that the line count is already reflected in the Lines field, we can use the length of the field to indicate the line count. Simply use</p>
<p><code>Len(Lines)</code></p>
<p>as the formula for a Number of Lines field.</p>
<p>Now we&#8217;ve completely freed the data elements from the constraints of the report, and we can examine the impacts a little more closely.</p>
<h3>Build summaries to analyze data</h3>
<p>Let&#8217;s determine which states are likely to be hit the hardest. Create a new summary named State, and use the state abbreviation as the only key field. Add count (a default field Monarch creates for summary purposes, a second instance of count (we&#8217;ll come back to it), and each of the product line counts.</p>
<p>Double click the key field, and set the sort order to be based on the count measure, descending.</p>
<p>Double click the second count field instance, and on the Calculation tab, choose the Percent of Total option, and set the field to display as a two decimal percentage. Double click each of the line counts in turn, setting an upper limit of 10 for the state count. Display the values in a bold red font. This will format all the values greater than or equal to 10 so that they stand out. Click OK to save the summary definition.</p>
<p>It looks like Pennsylvania, Texas, Ohio and Illinois will be the most affected, with 53 closures in Pennsylvania alone (6.72% of the total closures). More Truck and Jeep lines will be closed in Texas than any other state. The Jeep line gets hit the hardest, with 531 total closures, while the Dodge line takes the fewest, at 430. That&#8217;s still a significant number, though.</p>
<p>Let&#8217;s get a little more granular and build a city-based summary. First, to avoid grouping any potential identical city names in different states, we&#8217;ll build a new field in the Table. &#8220;City State&#8221; gets this formula:</p>
<p><code>DlrCity+", "+DlrRegion</code></p>
<p>I used the Dlr prefix for my address block. This formula ensures that we get two entries for Burlington; one in Iowa and one in Washington.</p>
<p>Now create a new summary named City. Our new City State field is the sole key, and again add the count and a Percent of Total count as the measures. Overall, we see that there&#8217;s a pretty good distribution of closures at the city level, though Elyria, Ohio will see eight dealerships close.</p>
<p>Creating a summary using the Number of Lines field as the sole key field and count as the measure reveals that most of the closing dealerships will have two product lines affected.</p>
<h3>Monarch transforms static data into dynamic information</h3>
<p>In just a few minutes and with minimal effort, we used Monarch Pro to convert a pretty standard list into a real information source. In the next post, we&#8217;ll look at how we can integrate what we&#8217;ve derived here with some additional data from another source to see what other insights might be available to us.</p>
<p>Building even concise summaries, which take advantage of just few calculated fields, can quickly provide practical tools which assist in understanding the information available, and showcase your ability to excel with Monarch.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/calcfield/examining-chrysler-closures-with-monarch/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>T-Shirt Monarch</title>
		<link>http://ExcelWithMonarch.com/calcfield/t-shirt-monarch</link>
		<comments>http://ExcelWithMonarch.com/calcfield/t-shirt-monarch#comments</comments>
		<pubDate>Wed, 13 May 2009 05:21:34 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Calculated Fields]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/calcfield/t-shirt-monarch</guid>
		<description><![CDATA[Buying a T-shirt, in North America at least, means that you pick a shirt that has a label that that reads either Small, Medium, Large, Extra Large, or depending on the manufacturer, maybe Extra Small or Extra-Extra Large. This simplifies the choices rather than forcing an exact measurement.
It’s not about precision; it’s about being in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Buying a T-shirt, in North America at least, means that you pick a shirt that has a label that that reads either Small, Medium, Large, Extra Large, or depending on the manufacturer, maybe Extra Small or Extra-Extra Large. This simplifies the choices rather than forcing an exact measurement.</p>
<p>It’s not about precision; it’s about being in the right ballpark. Estimating and approximating.</p>
<p>When it comes to numerical analysis, just about any metric – revenues, costs, receivables or payables balances, etc. – can be slotted into one of these familiar categories, and a useful and meaningful overview of the topic can be achieved.</p>
<p>Here’s how to implement this approach quickly and easily with Monarch.</p>
<p>We’ll assume that we simply want to analyze the distribution of revenue generated by our customers. First, create a new calculated Character field named Size, with an expression similar to this:</p>
<p><code>if(Revenue&lt;3000,"1 X-Small",<br />
if(Revenue&lt;10000,"2 Small",<br />
if(Revenue&lt;250000,"3 Medium",<br />
if(Revenue&lt;3000000,"4 Large",<br />
if(Revenue&lt;10000000,"5 X-Large","6 XX-Large")))))</code></p>
<p>By adding the 1 through 6 prefixes to our Size labels we can easily use the Size field as a key field in a Monarch summary which will be sorted in the familiar manner, small to large, rather than being based on the normal alpha sort.</p>
<p>The amounts are arbitrary of course, and you should change them to suit your needs. You could even go so far as to create runtime parameter fields for each category level. Users of Monarch Pro could extend that functionality easily into other models by simply importing the new parameters, and the Size calculated field, into other models, and enhance a number of models in no time flat.</p>
<p>The expression for the calculated field using runtime parameters (RP) 1 through 5 could become:</p>
<p><code>if(Revenue&lt;RP1,"1 X-Small",<br />
if(Revenue&lt;RP2,"2 Small",<br />
if(Revenue&lt;RP3,"3 Medium",<br />
if(Revenue&lt;RP4,"4 Large",<br />
if(Revenue&lt;RP5,"5 X-Large","6 XX-Large")))))</code></p>
<p>RP6 wouldn’t be needed as values larger than RP5 would default to the last label.</p>
<p>The expression could even be revised to incorporate the threshold into the label:</p>
<p><code>if(Revenue&lt;RP1,"1 X-Small: &lt; " + trim(str(RP1/1000,9,0)) + "k",<br />
if(Revenue&lt;RP2,"2 Small: &lt; " + trim(str(RP2/1000,9,0)) + "k",<br />
if(Revenue&lt;RP3,"3 Medium: &lt; " + trim(str(RP3/1000,9,0)) + "k",<br />
if(Revenue&lt;RP4,"4 Large: &lt; " + trim(str(RP4/1000,9,0)) + "k",<br />
if(Revenue&lt;RP6,"5 X-Large: &lt; " + trim(str(RP5/1000,9,0)) + "k","6 XX-Large: &lt; " + trim(str(RP6/1000,9,0)) + "k")))))</code></p>
<p>Next, build a new summary using the Size field as a Key field, and simply using the count as the only measure. This will show the distribution of the customers, and instead of having a gut feel for what the distribution would be, you’ll know exactly. To make the summary even more useful, add a second instance of the count field and set it to display a percent of the total. Now you’ve got a real handle on where things are: what needs attention, and what’s doing just fine.</p>
<h3>Does the T-Shirt concept fit?</h3>
<p>How will you take advantage of this technique to benefit your organization?</p>
<p>T-shirt size estimating can be done very easily with Monarch, thanks to the summary feature, and provides powerful and flexible insights with minimal effort. It’s a great way to XL (sorry, couldn’t help myself) with Monarch.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/calcfield/t-shirt-monarch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mining Data Diamonds with Monarch</title>
		<link>http://ExcelWithMonarch.com/filtering/mining-data-diamonds-with-monarch</link>
		<comments>http://ExcelWithMonarch.com/filtering/mining-data-diamonds-with-monarch#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:50:35 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Combining Data Sources]]></category>
		<category><![CDATA[Filtering]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/filtering/mining-data-diamonds-with-monarch</guid>
		<description><![CDATA[Once you&#8217;ve built the templates and calculated fields required to extract all of the data within a given report with Monarch, do you save your model, close it, and carry on to the next project, or do you spend some additional time with the report to transform your model from being perfectly functional and workmanlike [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Once you&#8217;ve <a href="http://excelwithmonarch.com/extract/data-extraction-tips-for-monarch">built the templates</a> and <a href="http://excelwithmonarch.com/calcfield/building-excel-formulas-with-monarch">calculated fields</a> required to extract all of the data within a given report with Monarch, do you <a href="http://excelwithmonarch.com/extract/video-how-to-build-a-monarch-model">save your model</a>, close it, and carry on to the next project, or do you spend some additional time with the report to transform your model from being perfectly functional and workmanlike to being the <a href="http://excelwithmonarch.com/tips/three-ways-to-improve-your-visual-analysis-toolkit">high performance analysis</a> tool that it can be?</p>
<p>Adding some filters to the model often lets you make sense of your data, revealing both the gems and the lumps of coal that are contained in your reports. To create truly <a href="http://excelwithmonarch.com/filtering/filtering-data-with-monarch">powerful filters</a>, you&#8217;ll want to master the <a href="http://excelwithmonarch.com/functions/the-basics-of-building-monarchs-expressions">Boolean logic</a> (a fancy term with simple impacts) that Monarch offers with its operators.</p>
<p>Those familiar with <a href="http://excelwithmonarch.com/tips/performing-analysis-work-with-monarch">filtering data with Excel</a> know that you&#8217;re not only limited to data found on a single worksheet, but that defining and altering a filter that involves multiple fields is a clumsy exercise at best. On the other hand, the process of defining, changing and activating filters with Monarch is not only easier, but far faster.</p>
<p>Since <a href="http://excelwithmonarch.com/summaries/7-top-reasons-for-summarizing-data-with-monarch">multiple summaries</a> can be built to be based on specific defined filters, you can not only create multiple views of a particular data set, but your filters can provide multiple data sets while you&#8217;re working with a single set of reports, or even just a single report.</p>
<p>Now that special, custom views of your data are available, you can export those and re-purpose them as inputs for one or more additional Monarch process too. Monarch Pro users can <a href="http://excelwithmonarch.com/databases/building-database-applications-with-monarch">use the exported files as database sources</a> for new inputs and/or data that can be used in other <a href="http://excelwithmonarch.com/calcfield/comparing-monarchs-internal-and-external-lookups">external lookups</a> to provide even more analytical power to static reports.</p>
<p>By exporting summaries without totals, you can build what are essentially multiple data tables. Make sure that you do not suppress duplicate values for your key fields when building those summaries, though.</p>
<h3>Shine on, you crazy diamond</h3>
<p>By using more than just the regular data extraction tools when building Monarch models, you can flush out everything that is hiding in those plain Jane reports. Have a good look at what sort of content is in your next report and think about what you might be able to do with it that might be a little unconventional. You might just find that you can stop working so hard to find the treasures, and instead can have those treasures work for you.</p>
<p>When you provide the insights that allow for truly informed decision making &#8211; most especially when what you&#8217;re generating <a href="http://excelwithmonarch.com/functions/monarch-benefits-popular-accounting-package-users">doesn&#8217;t already exist in another system</a> &#8211; those on your team that count on you will know that you really do excel with Monarch.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/filtering/mining-data-diamonds-with-monarch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Direct Results Indirectly</title>
		<link>http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly</link>
		<comments>http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly#comments</comments>
		<pubDate>Thu, 18 Dec 2008 05:13:46 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly</guid>
		<description><![CDATA[Everybody that uses Excel regularly has their favorite functions that seem to appear in most of their work, and I&#8217;m no exception. Working as I do with data extracted by Monarch, I use Excel&#8217;s various lookup functions frequently.
That said, I rarely use the Indirect function. I just never really thought that I needed to take [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Everybody that uses Excel regularly has their favorite functions that seem to appear in most of their work, and I&#8217;m no exception. Working as I do with data extracted by Monarch, I use Excel&#8217;s various lookup functions frequently.</p>
<p>That said, I rarely use the Indirect function. I just never really thought that I needed to take advantage of it.</p>
<p>Quoting from Excel&#8217;s online help, you &#8220;Use INDIRECT when you want to change the reference to a cell within a formula without changing the formula itself&#8221;. The little example that is supplied in the help certainly didn&#8217;t do much to convince me that I need to include Indirect in my list of regularly used functions.</p>
<p>But that opinion has changed.</p>
<h3>The old way is too slow</h3>
<p>I recently found myself working with an Excel file that had dozens of sheets, each of which had the same structure but reflected data for different business lines. Within each sheet there were column groups for actual results, budgeted amounts, and forecasted amounts.</p>
<p>I wanted to make it easy to graph the various amounts for different topics and metrics for each business line by grouping the values to facilitate developing the graphs. Since I had quite a number of graphs to develop for each of the worksheets, I decided it was best to create a sheet for each business line that summarized all of the graphing values for that business line.</p>
<p>I&#8217;ve done similar work previously by building the first sheet using various lookup functions to retrieve values from other sheets, then duplicating the master sheet and, using the find and replace dialog, replacing references to the worksheet names first used with other names. This can be a tedious and time consuming job that requires some care.</p>
<h3>Develop off-sheet references quickly and correctly</h3>
<p>Instead, this time I used the Indirect function to handle the changing sheet names for me and I couldn&#8217;t believe how quick and easy the process of developing the values for my graphs became. I was honestly shocked.</p>
<p>I began the work by making it easy to build all of the range references I would need by separating the components. One cell held the name of the worksheet from which I wanted to retrieve the necessary values. Then three cells would contain the range to be used within that worksheet for each group of actual results, budget values, and forecast values.</p>
<p>That&#8217;s really all of the information that the Indirect function needs, but there&#8217;s one important if not critical point to discuss regarding the Indirect function.</p>
<p>Odds are that you&#8217;ve been using Excel for awhile, and are familiar with how Excel builds off-sheet references. For instance, if you need cell A5 on Sheet1 to be ten percent of the value in A5 on Sheet2, the formula you get is:</p>
<p><code>Sheet2!A5*0.1</code></p>
<p>If Sheet2&#8217;s name is &#8220;Budget Data&#8221; however, what you get is:</p>
<p><code>‘Budget Data'!A5*0.1</code></p>
<p>This distinction is important if we want our Indirect function to work reliably. Sheet names containing spaces must be enclosed with single quote marks, whereas sheet names without spaces must not include quote marks.</p>
<p>With the sheet name keyed into B1, the budget values range listed in B2 as $AQ$16:$BH500, the actual values range listed in B3 as $E$16:$V$500, and the forecast values range listed in B4 as $X$17:$AO$500, I set the formula for C2 as</p>
<p><code>=IF(ISERROR(FIND(" ",$B$1)),$B$1&amp;"!"&amp;B2,"'"&amp;$B$1&amp;"'!"&amp;B2)</code></p>
<p>C3 becomes</p>
<p><code>=IF(ISERROR(FIND(" ",$B$1)),$B$1&amp;"!"&amp;B3,"'"&amp;$B$1&amp;"'!"&amp;B3)</code></p>
<p>and C4 becomes</p>
<p><code>=IF(ISERROR(FIND(" ",$B$1)),$B$1&amp;"!"&amp;B4,"'"&amp;$B$1&amp;"'!"&amp;B4)</code></p>
<p>Finally, I included the Indirect function in a VLOOKUP formula similar to</p>
<p><code>=VLOOKUP(KeyValue,INDIRECT($C$2),ColumnOffset,FALSE)</code></p>
<h3>Combine the INDIRECT function with Monarch v10 exports</h3>
<p>One of the great new features in available in Monarch v10 is its new ability to export Summary in a different manner. Not a different file format, but a new level control has been introduced with which you can export data.</p>
<p>Experienced Monarch users will know that Monarch&#8217;s summaries offer the choice to group, and provide subtotals for, related data. Monarch v10 now allows you to export these groups individually. Well, not quite individually, per se, as you must export the entire summary, but where the exported data for each group goes is up to you.</p>
<p>You have two available options:</p>
<ul>
<li>1) You can create individual files for each group, or</li>
<li>2) You can create different tables for each group within a single file.</li>
</ul>
<p>What does this really mean? Let&#8217;s say that you&#8217;ve got data summarized for 26 products listed: Product A through Product Z, and you want to export to the Excel xls file format.</p>
<p>Option 1 will give you 26 files named &#8220;Product A.xls&#8221; through &#8220;Product Z.xls&#8221;.</p>
<p>Option 2 will give you 26 sheets within a single file, with a name of your choice, each sheet named &#8220;Product A&#8221; through &#8220;Product Z&#8221;.</p>
<p>You can export to any of the following file formats: accdb, db, dbf, htm, html, mdb, pdf, txt, wk3 (Seriously, who&#8217;s still using that? <img src='http://ExcelWithMonarch.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ), xls, xlsm, and xlsx.</p>
<p>I tested this new exporting technique with the model I discussed recently concerning using Monarch for <a href="http://excelwithmonarch.com/calcfield/fine-tune-monarch">organizing folder and file names</a>. In <strong>about five minutes</strong> Monarch created almost 350 xls files for me.</p>
<p>Let&#8217;s think about this for a moment. Do you need to share data electronically, but not everything should go to everyone? Do you often customize your data packages for your audience? How long does that take you?</p>
<p>Remember as well that these aren&#8217;t raw data dumps from the Table window. These are fully formatted custom summary views, complete with Excel&#8217;s outlining enabled and all the other bells and whistles that Monarch summaries offer, if that&#8217;s the format you use for exporting.</p>
<p>Your ROI for upgrading to Monarch v10 might just be met within a couple of hours by using this one single feature alone.</p>
<p>Just try doing that work without Monarch. Instead, do it purely with Excel. Oh, and I&#8217;ll be generous and even give you a whole ten minutes. Start now. I double-dog dare you. <img src='http://ExcelWithMonarch.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<h3>Nothing handles data like Excel paired with Monarch</h3>
<p>Once you master Excel&#8217;s Indirect function I&#8217;m confident that you&#8217;ll envision all manner of opportunities to capitalize on Monarch v10&#8217;s new exporting abilities. Finally, here&#8217;s a bonus for you for reading this far: an <a href="http://excelwithmonarch.com/FreeExcelTools/ExcelWithMonarch_Indirect_function_demo.xls">Indirect function demo file</a> (25kb).</p>
<p>Upgrade to Monarch v10 and now more than ever, you&#8217;ll excel with Monarch.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Smart Budgeting with Monarch</title>
		<link>http://ExcelWithMonarch.com/summaries/smart-budgeting-with-monarch</link>
		<comments>http://ExcelWithMonarch.com/summaries/smart-budgeting-with-monarch#comments</comments>
		<pubDate>Tue, 11 Nov 2008 13:00:03 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/summaries/smart-budgeting-with-monarch</guid>
		<description><![CDATA[With the end of the calendar year fast approaching, this also means that the end of the fiscal year is right around the corner for a number of companies too.
If that means that it’s time to develop budgets for next year, I have an idea that might save you some time. If your budget is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>With the end of the calendar year fast approaching, this also means that the end of the fiscal year is right around the corner for a number of companies too.</p>
<p>If that means that it’s time to develop budgets for next year, I have an idea that might save you some time. If your budget is already complete, no worries, you can always do this next time!</p>
<p>In these turbulent times especially, prudent managers will be looking wisely determine how to allocate for various expenses over the year. Certainly there will be certain mandatory, or fixed, costs, but there are always a number of areas wherein spending is optional, otherwise known as variable costs.</p>
<p>One way to assess what might be coming next year, especially if the manager is new to the business, or even the industry, is to review what the expenditures were in the past fiscal year – each and every one of them.</p>
<p>That could be a huge undertaking, and that’s where you come in. You want to make it easy for this person to be able to get a handle on where the dollars are going, regardless of the size of the business or the number of transactions.</p>
<p>Run a detailed general ledger report from your accounting system that displays all of the transactions posted to all of your GL expense accounts.</p>
<p>Now get yourself a fresh beverage and a fresh pad of sticky notes and set aside a couple of hours to meticulously review each of those hundreds or thousands of pages for the big expenditure items, using a different color highlighter pen for each of fixed and variable costs, taking notes of what you need to tell your budget manager.</p>
<p>Right…</p>
<p>Let’s try that again.</p>
<p>Open your Monarch model for that report. You do have one handy, don’t you? You’ll be able to create one in just a few minutes if you don’t have one already. Be sure that the model captures all of the fields and every detail line.</p>
<p>If your report doesn’t include the fiscal period for each expenditure item as part of the record, create a fiscal period field with a calculated field.</p>
<p>Now whip up two summaries. The first one has the GL account number and name as the leftmost key value. The fiscal period is an across key displayed at the top of the summary, and sums the net expenditure amount.</p>
<p>This gives the mile high view that lets your budget preparer see where the money went, and when.</p>
<p>Now duplicate that summary, and add the expenditure item description as the next key level. Sort the descriptions on a descending expenditure amount order.</p>
<p>Export each summary to a single Excel file, naming the sheets Summary and Detail. This facilitates the review and makes it easy to quickly copy and paste certain bits into an email message if the manager has to follow up with the accounting group. It also allows for a collaborative tool when the users sharing the work can add things like comments to specific cells in the workbook. Make the most of the digital tools available at every turn, and make it easy to use those tools.</p>
<p>Now in addition to being able to quickly see where most of the money went in a given account, you also have at least a partial answer to the question “How did we spend that much on…?” If nothing else, you’ve supplied enough information to be able to easily find more details should they be needed.</p>
<p>Your budget manager will be thrilled as a daunting task just became easier, and just might be more inclined to find room in the budget to accommodate your healthy pay increase. <img src='http://ExcelWithMonarch.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Save time. Save money. Heck &#8211; maybe even make money. Excel with Monarch!</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/summaries/smart-budgeting-with-monarch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Monarch to Build a Report with Both Details and a Summary</title>
		<link>http://ExcelWithMonarch.com/xlreport/use-monarch-to-build-a-report-with-both-details-and-a-summary</link>
		<comments>http://ExcelWithMonarch.com/xlreport/use-monarch-to-build-a-report-with-both-details-and-a-summary#comments</comments>
		<pubDate>Sat, 26 Apr 2008 05:40:58 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Excel Reporting]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/xlreport/use-monarch-to-build-a-report-with-both-details-and-a-summary</guid>
		<description><![CDATA[I was recently contact by a regular ExcelWithMonarch.com reader, Nigel Winton of England, who relayed how he used Monarch to create an interesting solution to a challenge given to him by a co-worker.
Here&#8217;s his story&#8230;
I have one person who is always requesting something new. You know the type: flexible goal posts with no fixed abode.
Recently [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was recently contact by a regular ExcelWithMonarch.com reader, Nigel Winton of England, who relayed how he used Monarch to create an interesting solution to a challenge given to him by a co-worker.</p>
<h3>Here&#8217;s his story&#8230;</h3>
<p>I have one person who is always requesting something new. You know the type: flexible goal posts with no fixed abode.</p>
<p>Recently he asked for a report which would include the required data, along with a summary of the data at the bottom of the report. He did not want the data and the summaries on separate pages, as would be the easy way with Monarch. He also wanted to be able to email the report, and asked that the report print on one page.</p>
<p>It would be possible to create this report with Excel if you have the patience to create many formulae using the SumIf function, but it would be time consuming and somewhat messy. Plus, as the data being summarised could change almost daily, the SumIf approach was difficult to keep up to date. Also, he did not want to see a line in the summary if there weren&#8217;t any non-zero values, so constant maintenance would be necessary.</p>
<p>So out comes the trusty old Monarch V9 tool now and I set to work.</p>
<p>I found that, providing I used the same data type, I could append summaries to the end of the exported table. The only proviso is that you must have the same title for the column you are appending to in your summary. That&#8217;s not a problem; use Monarch&#8217;s ability to change the column title in the summary from the default and it works.</p>
<p>You can set up calculated fields in the Table for things like the word Total that might not be anywhere in your data. Hide them in the table and use them in the Summary to make the presentation easier to read.</p>
<p>It is also useful for putting a total at the bottom of a table when exporting it. Just create a single line summary to total the spreadsheet and append this to the exported table. Make sure you have a character field available to the left of your numeric columns that you can use to put the word Total in, and there you have a table with totals.</p>
<p>If you have numeric fields that you are not totalling, you could do some calculations in a summary and append this under the total line. None of these exported fields will have formulae so they can keep the Monarch Table export look.</p>
<p>In the supplied example, you can see the way in which I have set up the various summary appends, then changed the column titles to make them fit onto the table. The colours are not compulsory, but they can be pleasing to the recipient of your work, who will think that you are being really nice by doing all of this extra formatting work for them.</p>
<p>You can append data from different reports and models providing you keep to the rule of same data type and field name. I have experimented with exporting with the Drill Down and Formula options set for the Monarch summaries, but will leave you to find your own way with those.</p>
<p>This set of files (please see the links below) is by no means up to the limit you can use, but will start you on a path that can bring a feeling of satisfaction that you have produced a meaningful and useful report.</p>
<p>You will need to save the files on your C: drive in a folder named ‘Monarch Demo&#8217; for the Monarch project file to work properly.</p>
<p>Please contact me via Sandy or a Private Message on the <a href="http://www.monarchforums.com/">Monarch forum</a> if you require further details.</p>
<h3>Shake It Up</h3>
<p>Nigel&#8217;s solution is a terrific example of what you can do when you use Monarch creatively. While the desired layout of the report he described could be created with Excel or by other means, by using Monarch he can regularly publish his report much more quickly and easily.</p>
<p>How will you apply his techniques to your own work and excel with Monarch?</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Links (Right click and select Save Target As):</strong></p>
<p><a href="http://excelwithmonarch.com/FreeExcelTools/demostart.prn" title="Demo report">Append Demo Report</a></p>
<p><a href="http://excelwithmonarch.com/FreeExcelTools/AppendDemo.xmod" title="Monarch Model">Append Demo Monarch Model</a></p>
<p><a href="http://excelwithmonarch.com/FreeExcelTools/Append%20Demo.xprj" title="Monarch Project">Append Demo Monarch Project</a></p>
<p><a href="http://excelwithmonarch.com/FreeExcelTools/Append%20Demo.xls" title="Append Demo">Append Demo Spreadsheet</a></p>
<p><a href="http://excelwithmonarch.com/FreeExcelTools/Append%20Spreadsheet.xls" title="Append Spreadsheet">Append Spreadsheet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/xlreport/use-monarch-to-build-a-report-with-both-details-and-a-summary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Monarch for Data Entry Validation</title>
		<link>http://ExcelWithMonarch.com/calcfield/using-monarch-for-data-entry-validation</link>
		<comments>http://ExcelWithMonarch.com/calcfield/using-monarch-for-data-entry-validation#comments</comments>
		<pubDate>Fri, 11 Apr 2008 22:48:54 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[Calculated Fields]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/calcfield/using-monarch-for-data-entry-validation</guid>
		<description><![CDATA[I was recently required to review a thousand page PDF file. This file contained hundreds of financial summaries for specific topics. The challenge was, and the need for the review, was that just because certain numeric values were permitted by the online system, the updates the users provided might have been incorrect, incomplete or otherwise [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was recently required to review a thousand page PDF file. This file contained hundreds of financial summaries for specific topics. The challenge was, and the need for the review, was that just because certain numeric values were permitted by the online system, the updates the users provided might have been incorrect, incomplete or otherwise in need of some adjustments.</p>
<p>For instance, as it was a financial system, during the review one could check for specific business rules or conditions that the online system was not programmed to flag, such as a higher than normal accounts receivable balance as compared to total revenue, or that the gross margins didn’t make sense for that specific type of transaction.</p>
<p>Well, rather than print the document and mark it up with comments and calcuations, or reviewing on-screen and taking copious notes, I wondered how I could make the most of Monarch’s ability to extract data from PDF files.</p>
<p>A few hours later, I had one of the largest, most comprehensive models I’d built in quite some time.</p>
<h3>Not All PDF Files are Created Equally</h3>
<p>Unfortunately, the challenge that Monarch users often see when using PDF reared its head once more for me. On the one hand, the software used to create the PDF file itself did create a document that Monarch could read, but Monarch didn’t quite create the exact image you’d see if you opened the file with, say, Adobe Reader. It tended to shift the values somewhat within the line. All of this made the exercise of creating the templates, regularly incorporating many of the advanced field properties, some fun in and of itself.</p>
<p>Then I needed to use some of the “slice and dice” techniques to separate four fields that I had no choice but to initially capture as a single field, because of the way the values were shifting within the line, and because of how many occurrences of those values that I treated as a single field appeared differently throughout the report. It just wasn’t consistent at all.</p>
<p>Finally, after much more effort that was initially foreseen, it was time for the real work: to do something useful with all of this extracted data and save myself what would likely be an enormous undertaking.</p>
<h3>1 or 0</h3>
<p>If you read that heading as “true or false” instead of “one or zero”, congratulations: you know what’s coming next! <img src='http://ExcelWithMonarch.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Since a major portion of the review was to essentially judge the integrity of the data (do these values make sense?) and to alert for specific trouble spots, all of which were based on numeric data, why not have Monarch perform all of these calculations for me, and let me know where the trouble spots are?</p>
<p>What I determined was that not only did I need to know where the trouble spots were, but I also had to know just how good, or bad, the data set was. Were the users supplying proper values overall, or did we need further training to reinforce our expectations of them? The only way I’d really know that would be to count how many problems I could find. Further, could I use this approach to determine more precisely where our main challenges lied, and where things were basically on track.</p>
<p>Finally, there were some business rules that wouldn’t generate error conditions so much as warnings, like margins were beginning to erode unexpectedly, but the user supplied values were just fine in and of themselves.</p>
<p>To help Monarch point out all of these indicators to me, I determined that I needed a few calculated fields that would return a value of 1 (true) when an error or a warning condition existed, and a zero value (false) when the data was acceptable.</p>
<p>To get started, I built about 20 of these calculated fields to model the various business rules. Then I added two more: one to indicate when any individual error exists within a record, and another to indicate when any warnings exist. Both of these return only a one or a zero value, not the count of the error or warnings.</p>
<p>Now with all of these indicators in place, I could begin some high level analysis.</p>
<p>First I built four simple filters which narrowed the table to show only those records:</p>
<ol>
<li>with errors,</li>
<li>without errors,</li>
<li>with warnings, and</li>
<li>without warnings.</li>
</ol>
<p>All of this made the final step both very easy and very powerful.</p>
<h3>Putting Monarch’s Aggregations to Work</h3>
<p>I concluded the model by building four summaries, each using one of the four filters. Within each of the summaries, I included the appropriate error or warning field as measures. In the case of the “Without” summaries, I use the “Count” aggregation instead of the “Sum” aggregation used in the other summaries.</p>
<p>The summaries included the ability to roll up to a high level department number, and to drill down to each level of business case within the department, grouped by the manager responsible. In this way we could review which managers and overall departments were maintaining the system well, and which needed a bit more guidance.</p>
<p>These few steps saved many hours of meticulous manual, likely error-prone review, just for this single review. If I did nothing else with Monarch all year long, as this is a monthly review process, this savings in time and effort alone would be worth investing in Monarch.</p>
<p>Do you have a similar review process with which you could save time and money, and would demonstrate how you excel with Monarch?</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/calcfield/using-monarch-for-data-entry-validation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Include a Summary for Reports with Totals</title>
		<link>http://ExcelWithMonarch.com/summaries/include-a-summary-for-reports-with-totals</link>
		<comments>http://ExcelWithMonarch.com/summaries/include-a-summary-for-reports-with-totals#comments</comments>
		<pubDate>Tue, 19 Feb 2008 05:16:18 +0000</pubDate>
		<dc:creator>Sandy</dc:creator>
				<category><![CDATA[General / Tips]]></category>
		<category><![CDATA[Summaries]]></category>

		<guid isPermaLink="false">http://ExcelWithMonarch.com/summaries/include-a-summary-for-reports-with-totals</guid>
		<description><![CDATA[When modeling a report that includes grand totals, always take an extra minute or two to build a summary that totals all of your extracted values to ensure that you&#8217;ve modeled the data as accurately as you think you have. You&#8217;ll be happy to see that the totals balance to the report.
But you&#8217;ll be thrilled [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When modeling a report that includes grand totals, always take an extra minute or two to build a summary that totals all of your extracted values to ensure that you&#8217;ve modeled the data as accurately as you think you have. You&#8217;ll be happy to see that the totals balance to the report.</p>
<p>But you&#8217;ll be thrilled to see that they don&#8217;t, when you thought you got it right the first time.</p>
<p>That little extra bit of development time is nothing when weighed against the thought that you might have started working with incorrect data, had you not checked your work.</p>
]]></content:encoded>
			<wfw:commentRss>http://ExcelWithMonarch.com/summaries/include-a-summary-for-reports-with-totals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

