To track status of a project or tasks, RAG (Red, Amber, Green) report is commonly used. Given below is a sample RAG report as on 04-Jun-09 The following logic is used for creating the report For Open tasks: Red: SCD – today()+1 is -ve Amber: SCD – today()+1 is 0 Green: SCD – today()+1 [...]
Posts Tagged ‘Conditional formatting’
Preparing a RAG report
Posted in Reporting, tagged choose, Conditional formatting, sign, today(), weekday on June 4, 2009 | 2 Comments »
10 tips for great formatting
Posted in Formatting, Printing, tagged Conditional formatting, Formatting, Printing, Toggle Grid on May 29, 2009 | Leave a Comment »
Here is a list of 10 formatting tips that would help make your excel worksheet look great Toggle grid – After you have done your analysis, make the gridlines disappear from your worksheet. It gives a much cleaner look and is very eye friendly. Here is how you do it – Add Form toolbar – [...]
Cows and Bulls
Posted in Game, tagged array function, Conditional formatting, count, match, mid, rand(), row on May 21, 2009 | Leave a Comment »
Here is how you can play the game Cows and Bulls in excel The objective of the game is to guess the secret number (which is hidden from the player). The player can guess the number as many times. If the matching digits are on their right positions, they are “bulls”, if on different positions, [...]
Identifying duplicates in a list
Posted in Uncategorized, tagged Advanced Filter, array, Conditional formatting, countif, max on June 26, 2008 | Leave a Comment »
Tips for identifying duplicates in a list Lets say the list is Tip#1: Conditional formatting Go to conditional formatting box and enter “Formula is” =COUNTIF($A$1:$A$8,A1)>1 Format the box with a different colour (yellow in above) Format paint for all cells A1 to A8 with ‘format painter’ brush Tip#2: Array formula Enter an array formula {=IF(MAX(COUNTIF(A1:A8,A1:A8))>1,”Duplicates”,”No [...]