Thursday, May 26, 2016

Deleting Old Records

There are often times in the real world when you want to update your databases or tables by deleting data that is no longer pertinent to your operation. Let’s say that you work in the HR department of your company and you want to tidy up your records to show only your Present Employees.  How can you do this without a great deal of effort?

Here is Fabulous way to select rows (or columns, cells, etc) in a database that contain a Key Word, and Delete Them All at Once. In our example the records you wish to delete all have the word Grohowski (who found greener pastures in another company) included in one of the cells.

Here is What You Do:
 
1)  Choose any cell in the database, and press Ctrl+F on your keyboard
2)  Type the Key Word (“Grohowski” in our example) in textbox and click the Find All button
3)  Now Select an item in the list, and press Ctrl+A to select the entire list
4)  Go to the Home tab, click the down-arrow on Delete (in the Cells group on the ribbon), and then click Delete Sheet Rows
5)  Voila!  Your unwanted records are history!

This remarkably simple trick can save you a great deal of work and help you maintain up-to-date records in your database. Try it out some time!

Thursday, May 19, 2016

A Dashboard Parable

There once was an Excel professional, (you may have known him or her), who would create wonderful, detailed reports that went on and on and on for many pages in the professional’s workbook. The professional’s work was impeccable. All the information was there, every bit of it! So why (Oh, Alas, Alas…) did it Not get Used and Appreciated like it should? 

The problem with this fine professional’s work was it was not Concise, Convenient, or Controllable. 

The solution is to create what has become popularly known as a
Dashboard. A key part of the definition of a Dashboard is that they can fit on a single computer screen so it can be monitored at a glance. 

Dashboards can be linked to complex (or even relatively simple) formulas that work in the background gathering information from a centralized database. The formulas may be comprised of Database functions, Boolean arrays, IF functions, or several others. 

Here are 7 Key Features you should strive for in your Dashboard: 
1. The data is the Star, but keep in mind the other elements 
2. Make it Interactive with dropdowns, spinners, scrollbars, etc. 
3. Keep your audience in mind (it’s Their Dashboard…) 
4. Don’t clutter the screen with unnecessary components 
5. Make it attractive enough to hold your audience’s interest, but… 
6. Don’t make it so stylized it muddles the message 
7. Avoid 3-D charts (fancy, but 2-D tend to be more functional) 

A truly fine Excel professional will always make a Dashboard that is Concise, Convenient, and Controllable. It's all about Information, not just the data. A dashboard is only as valuable as the Information that can be obtained from it!

Thursday, May 12, 2016

Subtotals Rock!



As I often say, there are so many great tools in Excel that get surprisingly little notice. The built-in Subtotal feature can save you an enormous amount of time and give you a remarkably easy way to Organize Your Data.  The really great thing is that it takes practically no effort. Here are 3 Reasons Why you should put Subtotals in your Excel tool belt:

1. Flexibility: As you would expect, Subtotals are able to Summarize your data by SUM. But that’s not all! Your data can also be reviewed by Count, Average, Max, Standard Deviation, as well as other functions.

2. Energetic: On the fly accessibility whenever you need to control your data and fields at your fingertips, you have the ability to slice and dice your information in real time!

3. Sharable: Often what an analyst or manager wants is a “Quick and Dirty” way of reviewing their data in a logical manner. Moreover, however, it is typically desirable to share the information (“Informationas I always say is clearly an analyst’s goal, rather than presenting mere “Data”) with others. Subtotals are a sharp, concise way of doing exactly that!

Subtotals are often misunderstood, ignored, or simply overlooked. Important Tip: Since you need to initially sort your data according to what you wish to summarize, it might be a good idea to save it to a Practice File before first trying this out. It is always good to have a backup.

Subtotals. Another example of a Fine Excel Tool that you should test out soon!

Thursday, May 5, 2016

Leading Zeros

By default, when keying data with the first digit being a zero, Excel will always drop the leading zero (or series of zeros).  But suppose that you have a range of zip codes, account numbers, phone numbers, or other type of data – What do you do then?

Here are Three Different Ways to Handle this Type of Situation:

1.   Place an apostrophe (AKA a tick mark) initially, and then add the leading zero. 

2.   Format Cells by selecting Custom/Type:  Choose 10 zeros (if you have, for example,10-digit account numbers) and hit Okay.

3.   The third method (I recommend this for most cases…) is to format the cell range as Text.  This automatically corrects this potentially annoying problem.

That’s all there is to it!  The next time you want to keep your Leading Zeros, remember these simple tricks.