Wow!!!, Thank You :)

Wow, I am really overwhelmed by the support and encouragement you all have shown when I announced that I am quitting my day job to pursue PHD as a full time venture. Thank you. Thank you so much. I have received 68 comments (they are still pouring) and almost 100 emails from our readers telling […]

Quarterly totals when you have multi-year data [SUMPRODUCT again]

In yesterdays post – Find Quarterly Totals from Monthly Data, we have learned how to use SUMPRODUCT formula to find totals by Quarter from a set of monthly values. The approach is fine, but has one glaring draw back. It only works when you have data for one year. In that post, Martin said, … […]

Find Quarterly Totals from Monthly Data [SUMPRODUCT Formula]

Here is a problem we face very frequently. You have a list of values by months. And you want to find out the totals by Quarter. How do you go about it? There are 2 options: You can make a pivot report from the data and then group dates in that to find totals by […]

SUMIF works in 2D too [quick tip]

We all know that SUMIF formula can be used to find the sum of values meeting a criteria. Like this, But I was pleasantly surprised to realize that SUMIF works equally well for 2D ranges too, like this: During a recent consulting work with a client I had a requirement to sum up values that […]

Childhood Dream comes true [personal story]

Some of you know that I have a full time job as a business analyst with one of the largest IT companies in the world. I help insurance companies do their IT better in that job. Almost a week ago, I have resigned from my day time job. Back story: As far back as I […]

What are your favorite colors for charts?

Ok, it is Friday again. That means poll time. I would like to know what color choices you prefer for your charts?
My Favorite Colors for Charting are,

These are the colors I use when making charts in Excel 2007 (it has capability to set any color for chart elements).

Making a Dynamic Dashboard in Excel [Part 3 of 4]

In this post we are going to look at a simple example of the VBA behind the Dynamic Dashboard. Essentially we will learn to write macros for doing this. Read the rest of this post to find code samples and downloadable files to play with.