Spreadsheet smarts.Three laborsaving la·bor·sav·ing adj. Designed to conserve human energy in performing work or to decrease the amount of human labor needed. Adj. 1. Excel A full-featured spreadsheet for Windows and the Macintosh from Microsoft. It can link many spreadsheets for consolidation and provides a wide variety of business graphics and charts for creating presentation materials. functions. Although there's hardly a CPA (Computer Press Association, Landing, NJ) An earlier membership organization founded in 1983 that promoted excellence in computer journalism. Its annual awards honored outstanding examples in print, broadcast and electronic media. The CPA disbanded in 2000. who doesn't use a computerized computerized adapted for analysis, storage and retrieval on a computer. computerized axial tomography see computed tomography. spreadsheet spreadsheet Computer software that allows the user to enter columns and rows of numbers in a ledgerlike format. Any cell of the ledger may contain either data or a formula that describes the value that should be inserted therein based on the values in other cells. , surprisingly, most users take advantage of only a tiny fraction of the application's built-in tools. Those CPAs miss out on the software's many laborsaving and work-enhancing functions. This tutorial An instructional book or program that takes the user through a prescribed sequence of steps in order to learn a product. Contrast with documentation, which, although instructional, tends to group features and functions by category. See tutorials in this publication. focuses on three very powerful spreadsheet functions: Conditional Formatting, Subtotal subtotal /sub·to·tal/ (sub-to´t'l) less than, but often almost, complete. and Auto Filter. Although this article uses the more popular Microsoft Excel (tool) Microsoft Excel - A spreadsheet program from Microsoft, part of their Microsoft Office suite of productivity tools for Microsoft Windows and Macintosh. Excel is probably the most widely used spreadsheet in the world. Latest version: Excel 97, as of 1997-01-14. 97 to illustrate the functions, Lotus 1-2-3 has similar tools. Let's look at how these features work. CONDITIONAL FORMATTING Would you like a spreadsheet to alert you when two numbers that should agree with each other don't, or when a figure meets, exceeds or fails to meet conditions you set for it? An Excel function, Conditional Formatting, causes the appearance of cells to automatically change under circumstances CIRCUMSTANCES, evidence. The particulars which accompany a fact. 2. The facts proved are either possible or impossible, ordinary and probable, or extraordinary and improbable, recent or ancient; they may have happened near us, or afar off; they are public or the user specifies. The function is easy to set up and extremely useful in myriad Myriad is a classical Greek name for the number 104 = 10 000. In modern English the word refers to an unspecified large quantity. The term myriad is a progression in the commonly used system of describing numbers using tens and hundreds. applications. To illustrate, review the balance sheet shown in exhibit 1, at right. Notice that the number in Total Assets (C15) doesn't equal the number in Total Liabilities and Owners' Equity owners' equity The owners' interest in the assets of a business. Owners' equity includes the amount invested by the owners plus the profits (or minus the losses) in the enterprise. Owners' equity and liabilities are used to finance a firm's assets. (C32) and that both figures are highlighted in red. To get this to happen, you can set the Conditional Formatting function to display those numbers in red whenever they fail to equal each other. The user could have programmed the function to turn another color or to provide a different signal or to respond to another triggering circumstance Circumstance or circumstances can refer to:
[Exhibit 1 ILLUSTRATION OMITTED] Here's how to set up the function: Using exhibit 1 as an example, select cell C15 containing the Total Assets amount--$4,480,000--and then, holding down the Ctrl key, select cell C32 containing Total Liabilities and Owners' Equity--$4,540,000. Then click on the Format menu and select Conditional Formatting. Those steps will evoke e·voke tr.v. e·voked, e·vok·ing, e·vokes 1. To summon or call forth: actions that evoked our mistrust. 2. the Conditional Formatting screen, as shown in exhibit 2, at right. [Exhibit 2 ILLUSTRATION OMITTED] A user can define as many as three separate, simultaneous conditions that must be met to make selected cells change appearance. For this example, create just one. You can change the format of your selected cells when the cell value falls between two chosen values, which can be either a fixed number or linked to cells on your worksheets; or you can create a formula that, when the condition is "true," changes the format of the selected cells. For this example, click on the dropdown arrow in the Cell Value Is field and select the second option, Formula Is. Then define a formula that, when true, changes the format of the selected cells to indicate a problem. The simplest way to accomplish this is to click on the range button to the right of the formula field, select the Total Assets cell, type <> to denote de·note tr.v. de·not·ed, de·not·ing, de·notes 1. To mark; indicate: a frown that denoted increasing impatience. 2. "does not equal," select the Total Liabilities and Owners' Equity cell and press Enter. The formula should appear in the formula field as =$C$15<>$C$32. Translation: When C15 does not equal C32. Now click on the Format button to establish how the cells will appear when the formula is true--that is, when the cells don't balance (see exhibit 3, page 54). One good option is to set the Font Color to white and the Pattern to red for optimal contrast. Click OK and the Preview field will show how the cells will look when the formula is equal to true. Click OK again to complete the function. The cells for the dollar amounts for both the Total Assets and the Total Liabilities and Owners' Equity appear red with a white font, indicating that the formula is true--the two cells are out of balance. If you correct either number, bringing the two values into balance, the cells will return to their default formatting. [Exhibit 3 ILLUSTRATION OMITTED] When to employ it: You can use this function for many different situations--anytime you wish to compare one cell's value with another's. Two common examples: bank reconciliations and cash flow statements. Helpful tip: Changing the format of one of the selected cells, for example, by increasing the size of the font or applying a bold style, won't disturb the underlying Conditional Formatting formula. SUBTOTALS Nearly all spreadsheet users apply the Sum function (which adds a specified range of numbers). Few, however, use an even more powerful related function, Subtotals, which--in addition to simple adding--counts, multiplies, calculates an average selects the maximum or minimum of a set of numbers and calculates standard deviation In statistics, the average amount a number varies from the average number in a series of numbers. (statistics) standard deviation - (SD) A measure of the range of values in a set of numbers. or variance from the mean, The syntax syntax: see grammar. syntax Arrangement of words in sentences, clauses, and phrases, and the study of the formation of sentences and the relationship of their component parts. of this handy function is =subtotal (function_num,ref, ...) where the first parameter (1) Any value passed to a program by the user or by another program in order to customize the program for a particular purpose. A parameter may be anything; for example, a file name, a coordinate, a range of values, a money amount or a code of some kind. , function_num, represents a numeric numeric see numerical. numeric cluster see ten-key pad. value corresponding to the type of calculation the user wishes to perform. For example: 1. Calculates an average. 2. Counts. 3. Counts all values. 4. Returns the maximum. 5. Returns the minimum. 6. Multiplies. 7. Calculates the standard deviation. 8. Stuns. 9. Calculates the variance form a sample. 10. Calculates the variance From a population. Once you select a function type from the above list, you must select the second parameter, ref, which is the range on which you want to perform the chosen calculation. Exhibit 4, page 55, shows the Total Assets portion of exhibit 1, which was calculated by Subtotal. At first glance, you might conclude that Sum rather than Subtotal is the most efficient way to handle those numbers, since Subtotal requires a second parameter. However, when you use Subtotal within the range of another Subtotal formula--in other words, nest one Subtotal inside another--the resulting sum is not double-counted. For example, the formula in the Total Assets cell reads =Subtotal(9, C$7:C15), a range that includes Total Current Assets Current Assets Appearing on a company's balance sheet, it represents cash, accounts receivable, inventory, marketable securities, prepaid expenses, and other assets that can be converted to cash within one year. . As you can see, the Total Assets Subtotal ignored the Total Current Assets Subtotal in its calculation. [Exhibit 4 ILLUSTRATION OMITTED] AUTOFILTER One of the least-used functions, but possibly one of the handiest, is AutoFilter. With great simplicity it can analyze the various components of data in a table. Let's say you have a table of data that includes sales information for a computer parts distributor, listed by part type, division and region and sorted by date. If you want to see the sales totals for a particular division, you can * Sort the table and create a Sum function in a new column that adds up the cells containing the data for each division (option A). * Use Excel's Subtotal feature (option B). * Create a PivotTable (option C). * Use AutoFilter (option D). Option A will work, but if you need to add a row or if you switch the sort order of the table, you have to adjust all the formulas manually to reflect the correct range. Option A is not a handy solution. Option B requires you to sort your data according to according to prep. 1. As stated or indicated by; on the authority of: according to historians. 2. In keeping with: according to instructions. 3. how you want subtotals calculated or--in this example--by company division. Then, using Excel's Subtotal function, you have to insert a row after each division showing the totals for each division. Because the totals appear within your table, you technically no longer have a table, since there are rows that do not have values in each column. Although the ability to view each division's total directly beneath the final row for that division is somewhat useful, it does interfere with how you view the data, since Excel inserts a row for each subtotal. (This option is available from the Data menu, and is different from the Subtotal function described earlier.) Option C is a fairly good choice. However, you can't view the details for each division without clicking on each division to drill down to the detail, which is then displayed on a new worksheet. That leaves us with option 1)--Auto Filter--the best option. Here's why: * The data remain intact and unchanged. * Data details are always visible and available within the original table. * You never have to sort the data. To activate AutoFilter, highlight a cell in the spreadsheet (see exhibit 5, page 55) to which you want to apply the function. Choose the Data menu, then choose Filter and AutoFilter. Drop-down arrows appear next to the headings of each column (see exhibit 6, page 57). If you have a heading that stretches at least two rows deep, highlight the cells in the lowest row in your heading before activating AutoFilter. [Exhibits 5-6 ILLUSTRATION OMITTED] If you click on any of the drop-down arrows, you can select any of the values in that particular column, as well as All, Top 10 or Custom (see exhibit 7, at right). [Exhibit 7 ILLUSTRATION OMITTED] So if you want to see all values for the West region, click on the drop-down arrow in the Region column and select West. The table adjusts instantly to show only the West rows (see exhibit 8, at right). But even more important, note that the totals below the data table, which were created with the Subtotal function, automatically adjust to include only those visible cells in the calculation, so the displayed totals represent only the West region. If you now want to see the results for the Monitors division, click on the drop-down arrow in the Division column and select Monitors and the table adjusts along with the totals. You can apply filters to as many columns as you wish and the data will adjust accordingly. [Exhibit 8 ILLUSTRATION OMITTED] To remove AutoFilter, choose Data, Filter and clear AutoFilter. If you just want to restore the data table with no filters, but want to keep AutoFilter active, go back to Filter and select Show All. This is easier than choosing the All option from each filter, because if you had applied several filters, you would have to remove each to show the entire table. If you want to apply the AutoFilter function to one column only, select the cell containing the column heading and the one directly beneath it; then activate AutoFilter as described above. You will see the drop-down arrow appear only in the selected column. If you want to show the 20 largest sales, you first must be sure you're viewing all of the records in the table: A quick way to confirm that is to check that all the row numbers within the table are black; blue row numbers indicate that a filter is active (see exhibit 9, at left). Then select the AutoFilter arrow in the Total column and click on Top 10. Click OK. (Tip: From the Top 10 dialog box A movable window that is displayed on screen in response to the user selecting a menu option. It provides the current status and available options for a particular feature in the program. you can change the 10 to some other number.) This is a great function to assist auditors in defining strata for selecting samples. [Exhibit 9 ILLUSTRATION OMITTED] Another advantage: If you are using Subtotal to add a range of cells and you use AutoFilter to filter your data, the Subtotal formula will reflect only the unfiltered Please wikify (format) this article or section as suggested in the Guide to layout and the Manual of Style. Remove this template after wikifying. This article has been tagged since , visible cells. The Sum function does not adjust this way. These three functions--Conditional Formatting, Subtotal and AutoFilter--add power to your spreadsheet tools. They provide you with the ability to improve both the functionality and efficiency of your spreadsheet work. Use them and you'll be delighted with how they speed your work. EXECUTIVE SUMMARY * THIS TUTORIAL FOCUSES on three underused but very powerful spreadsheet functions: Conditional Formatting, Subtotal and AutoFilter. Although we use Microsoft's Excel 97 to illustrate these functions, Lotus 1-2-3 also has similar tools. * CONDITIONAL FORMATTING alerts you when numbers don't meet predetermined pre·de·ter·mine v. pre·de·ter·mined, pre·de·ter·min·ing, pre·de·ter·mines v.tr. 1. To determine, decide, or establish in advance: conditions, such as when they don't agree with each other. The Excel function causes cells to change their appearance automatically when they meet certain circumstances. You can use this function for many different applications, including bank reconciliations, cash flow statements and as a confirming tool. * SUBTOTAL IS A FAR more powerful tool than the Sum function. In addition to simple adding, Subtotal also counts, multiplies, calculates an average, selects the maximum or minimum of a set of numbers and calculates standard deviation or variance from the mean. * ONE OF THE LEAST-USED functions, but possibly one of the handiest, is AutoFilter. With great simplicity it can analyze the various components of data in a table without changing the underlying table. JUSTIN D. STEIN Stein , William Howard 1911-1980. American biochemist. He shared a 1972 Nobel Prize for pioneering studies of ribonuclease. , CPA, is a manager in the tax technology consulting group at Arthur Andersen For the U.S. Supreme Court case commonly known as Arthur Andersen, see . Arthur Andersen LLP, based in Chicago, was once one of the "Big Five" accounting firms (the other four are PricewaterhouseCoopers, Deloitte Touche Tohmatsu, Ernst & Young and KPMG), performing , LLP LLP - Lower Layer Protocol , in New York New York, state, United States New York, Middle Atlantic state of the United States. It is bordered by Vermont, Massachusetts, Connecticut, and the Atlantic Ocean (E), New Jersey and Pennsylvania (S), Lakes Erie and Ontario and the Canadian province of . His e-mail address See Internet address. e-mail address - electronic mail address is justin.d.stein@us.arthurandersen.com. |
|
||||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion