Posts Tagged ‘excel formula’

Introduction to Excel Formulas Conditional Formatting

Monday, May 23rd, 2011

Conditional formatting is a very powerful and fairly simple to use Excel feature; fairly simple, that is, after the extensive overhaul the user interface received in Excel 2007, which made it much simpler and easy to use.

Conditional Formatting allows you to change the format of a cell: background and foreground colors, fonts, and etcetera.  This makes it much easier to find specific information in a large table; for example, finding the top or bottom percent of a range of values, finding duplicate values, or marking specific dates.

Top Hat Trick

Let’s see what the executives of the (fictitious) XYZ Widget company has dreamed up for us this time. The attached Excel file contains the monthly sales report for a few of the sales persons:

The V.P. want to see at a glance which are the three best sales persons. Reordering the lists is not an option as they should be kept in the same order for good unknown reasons (or so they claim). So, we’ll use conditional formatting to highlight the top three total sales cells. (more…)

Microsoft Excel Formula Tutorial

Tuesday, October 6th, 2009

Recently take over a job to give assignment to a group of people weekly. Instead of manual, I decided to automate it using Excel. Of course la, I’m IT guy and you know IT guy always lazy ma. :)

Frankly, I seldom use Excel and forgot how to use those formulas. Anyway, it is not too hard at all after some search on Internet.

Excel Lookup Formula

Basically I just need 2 function in Excel datasheet. First, able to tell the their latest assignment date in a row of date start and completion. Second, tell me which is their latest assignment.

I know it is easy for a programmer but I’m not. It took me some time to understand the tutorials. The two functions are as below: (more…)