Skip to main content

What Is Conditional Formatting & How To Use

How To Create Formatting In Microsoft Excel

Conditional formatting is easy and it can make your report effective and also an important feature of Excel. Conditional formatting provides a style of your data. You can set a condition of your data,
Let suppose we have a data of school attendance sheet and we want it shows separate color with Absent, Present and Leave. We can make it by Conditional Formatting.
Path >>>> Home >> Conditional Formatting >>> New Rules
Short Cut Key :   Alt + H + L + N

In this example, we have data of student's attendance absent and present of one week. We want to highlight the absent fields only. Let suppose we want to highlight all absent as yellow. Follow the path Home >> Conditional Formatting >>> New Rules  or use the short cut key Alt + H + L + N . The first step is to select the data where you want to apply the conditional formatting. Then go to Conditional Formatting and click New Rule as the image below.
Follow the image-1 below for more clarification.

Conditional Formatting
Image: 1
















After clicking New Rule one dialog window will be open "New Formatting Rule" window, select "Format Only Cells That Contain" then select Specific Text and in the input space we will type only "A" (Because we marked absent as A) then click Format Button (Follow Image - 2 red highlighted arrows).



Conditional Formatting
Image : 2


Once we click Format Button, One dialog box will be open Format Cells. From Format Cells dialog box we can choose a color for cells. Then select Fill and choice the color and click  OK.
Follow the red highlighted arrows.



Conditional Formatting
Image : 3


Once we click Ok the conditional formatting will start effecting. We will get the result. All absent fields will be reflected as yellow. See the output in image-4.




Conditional Formatting
Image : 4


My suggestion is to prepare the same data and follow the image 1 to 4, hope you can understand easily. You can add more colors to different categories. You can also mark present cells as green or any color following the same procedure. Practics, again and again, to make your doubt clear.

Please like or comment for more excel queries.

 MS Excel Complete Tutorial - Click Here




Comments

Popular posts from this blog

How To Use “RANK” & “RANK.AVG” Function in MS Excel.

Use of “ RANK ( ) ” , “ RANK.EG ( ) " and “ RANK.AVG ( ) ” Function Rank formula in MS Excel is very commonly use.It is easy and useful. In this article, we will describe the functionality of the RANK formula for example. We have many Rank formulas in MS Excel and here you will fill in all details about Rank Function. We will learn here:  How to use Rank(). How To Apply Rank() In Excel. What is RANK.EG() Function. Function “ RANK  () ” and “ RANK.EG ( ) " Syntex:       =RANK(number,ref,[order])    &    =RANK.EG(number,ref,[order]) Explanation: Now you can see two different formulas of Rank. One Rank() and Rank.EG() formula. So the question is what is the difference between both of them. We can say both are the same function and the output is also same. The  the difference is RANK.EG() is not supporting with the new version of Microsoft Excel 2010. Let suppose if we have some student data ...

How To Use Microsoft Excel Formula "CONCATENATE"

Use of  "CONCATENATE" Formula Formula :  " CONCATENATE ” In Microsoft Excel, CONCATENATE is a function, by which we can join two or more strings into a single cell. It can be used to combine text strings, numbers, or cell references, and can be useful for creating longer strings of text or for formatting data in a specific way. The syntax for the CONCATENATE function is as follows: =CONCATENATE (TEX1,TEX2, TEX3, TEX4 ................) Explanation: CONCATENATE is a very useful function in Microsoft Excel. We can join up to 30 texts together at a time. We can use CONCATENATE within the sheet, different sheets, and different workbooks. Let's suppose we have huge data with employees' names and we want to add Mr. Ms. Miss etc, before the names. It is not easy and time consuming to add Mr. or Miss. one by one. But there is a formula named CONCATENATE, could help to reduce time taking work do your work easily and very quickly. In order to understand ...

How To Use "LEFT" & “ RIGHT" Formulas in MS Excel.

Uses and explanation of "LEFT" & “ RIGHT Formulas. MS Excel formulas: Easiest way to understand Syntax and usage : Formula:  A: "RIGHT”     B:   “LEFT” =RIGHT(Text,[num_chars]) Explanation:    RIGHT formula is used to split the value inside the cell. In a cell we have a name like "John Abraham", but we don't need the full name, as per client requirement, we want only last name from the tab. In this case, we can use Right formula in MS Excel. Example:   Let suppose we have the name “Mark Henry” in a cell A:1. We would like to take only “Henry” from the cell. See below, how can we pull the last name by the RIGHT formula.  =RIGHT ( E9 , 6 ) You can see in the above table that we can separate Hanery name with using RIGHT formula. Name: Mark Hanery. Query:  We want to separate the last name only.  Formula = Right(E9,6)  Result: Hanery E9 is the cell reference and 6 is the number of...