Posted on 23 August 2008
If you have followed this till now (silly me, if you’re reading this, you likely might’ve :-)), you’ve completed the first of the three important phases in the development of your dashboard. You may want to use these formulas to get your data up to scratch for the next important step – Data Modeling and the generation of pivot tables.
Generating a Pivot Table
Once your data has been properly scrubbed, cleaned for errors and filled up, its time to us ...
Continue Reading
Posted on 23 August 2008
60 useful excel formulas that are a good to know
DATE = Returns the serial number of a particular date
DATEVALUE = Converts a date in the form of text to a serial number
DAY = Converts a serial number to a day of the month
EOMONTH = Returns the serial number of the last day of the month before or after a specified number of months
MONTH = Converts a serial number to a month
NOW = ...
Continue Reading
Posted on 23 August 2008
20 Excel formulas you should know
DATEVALUE = Converts a date in the form of text to a serial number
DAY = Converts a serial number to a day of the month
MONTH = Converts a serial number to a month
YEAR = Converts a serial number to a year
LEFT = Returns the leftmost characters from a text value
LEN = Returns the number of characters in a text string
RIGHT = Returns the rightmost characters from ...
Continue Reading
Posted on 23 August 2008
Having our first view of the data
More often that not, dashboards get prepared with a large amount of data. Even if that’s not the case, it always makes send to have your data nicely laid out. That way, whenever you have to go back and check the accuracy of the data, it becomes so much easier.
Let’s work with an example. Suppose we've just been provided with one year’s worth of sales and target numbers for the regional and ...
Continue Reading
Posted on 22 August 2008
Also useful would be to arm yourself with some shortcuts, they can be a ton of help when working with large amounts of data. The idea is to just work with the keyboard without having to use the mouse....things work much faster that way.
Basic (and necessary)
Cut Ctrl + x
Copy = Ctrl + c
Paste = Ctrl + v
Minimize all = WinKey + m
Move to first row = Home
Move to last row = End
Ctrl + ...
Continue Reading
Posted on 22 August 2008
I'll be using excel 2002 and 2003 for most of this so many of the things that work on these versions may not work on some of the earlier ones.
There are certin excel "add-ins" that allow excel to do more things when they are turned-on when they are turned-off ! (Isn't that the case with everythign else though in life :-)) Please be sure to click on Tools -> Add-Ins... and in the add-ins box that appears, check/turn-on "Analysis ToolPak". ...
Continue Reading