Friday, 7 February 2014

Excel business usage and context

We generally start using excel without really knowing how it revolutionized 'analysis'. In practical terms, it doesn't matter whether you know its history or not. However, with some knowledge, you can understand the power of the tool and why it is so prevalent in the current business environment. It is one tool which is the most underrated but mastering it can save a lot of time. Thanks to my B-school, I learnt very advanced usage of excel without realizing its necessity in the context.

Excel has existed in some form since 1961 and has its roots in practices used for ledger keeping. The excel in the current context is mainly used for 'data storage, table based, quick analysis' with limited data.

When I was younger, my school used to keep a record for attendance like the one below

A general ledger for Student attendance in schools
The teacher populated this ledger everyday and at the end of the month provides a summary information to parents and also the school management. With excel, the preparation of summary report including total number of days present, % of attendance, specific day attendance is done within few minutes. There is also benefit in formatting to make the sheets look more effective.

The above example is the most basic function of excel.

The school management used to post a customized attendance letter/ SMS to each parent with their kids performance. The students attendance is in one table, and the students address, parents name, parents phone number is in another table. In a manual scenario, the teacher will have to look for address of each student, draft a letter with his performance and post it. This is again a tedious and error prone process. With excel, the table with attendance performance and table with personal details can be linked with basic formulae like VLOOKUP. The job can be done in 5-10 minutes.

In my view, 40%-50% people using excel, would use it for a business context similar to above.

The advanced excel users are typically consultants, analysts and investment bankers who run scenarios, financial modeling, financial estimations etc.

There is pretty much nothing, that you cannot do with excel and the associated VBA (this is the programming language that excel runs on). But the complicated the analysis, the bigger the data, the importance of data security will change the tool that you are going to use. For ad-hoc analysis (which is almost 60%-70% of employee usage), excel works fine.

PS: PS: please feel free to drop you excel/ word/ power point queries to mad.exceltips@gmail.com. I will try and respond as soon as I can. The more curious your question, the faster I respond.

Monday, 27 January 2014

Frequently used Excel Shortcuts

Some of the frequently used shortcuts of Excel are (highly useful shortcuts in my view are highlighted)

WORKING WITH WORKSHEETS
Move to the next sheet in the workbookCTRL+PAGE DOWN
Move to the previous sheet in the workbookCTRL+PAGE UP
DATA ENTRY
Start a new line in the same cellALT+ENTER
Insert a hyperlinkCTRL+K
Insert a commentSHIFT+F2
Repeat the last actionF4
MOVE AND SCROLL WITHIN WORKSHEETS
Move to the beginning of the worksheetCTRL+HOME
Move to the last cell on the worksheet, in the bottom-most used row of the rightmost used columnCTRL+END
Move one screen to the rightALT+PAGE DOWN
Move one screen to the leftALT+PAGE UP
FORMATTING
Apply the General number formatCTRL+SHIFT+~
Apply the Number format with two decimal places, thousands separator, and minus sign (–) for negative valuesCTRL+SHIFT+!
Apply the Currency format with two decimal places (negative numbers in parentheses)CTRL+SHIFT+$
Apply the Percentage format with no decimal placesCTRL+SHIFT+%
Apply the outline border to the selected cellsCTRL+SHIFT+&
Remove the outline border from the selected cellsCTRL+SHIFT+_
BORDERING - in the FORMAT CELLS dialog box (CTRL+1)
Apply or remove the top borderALT+T
Apply or remove the bottom borderALT+B
Apply or remove the left borderALT+L
Apply or remove the right borderALT+R
If cells in multiple rows are selected, apply or remove the horizontal dividerALT+H
If cells in multiple columns are selected, apply or remove the vertical dividerALT+V
Apply or remove the downward diagonal borderALT+D
Apply or remove the upward diagonal borderALT+U

PS: please feel free to drop you excel/ word/ power point queries to mad.exceltips@gmail.com. I will try and respond as soon as I can. The more curious your question, the faster I respond.