Conditional Formatting
1. How to apply Conditional Formatting -
Ans: Select Cells →Home Tab→ Conditional Formatting from Styles
group → Choose Formatting Condition → Choose Fomatting Style→ok
3
2. Clearing Conditional Formatting -
Ans: Select Cells →Home Tab→ Conditional Formatting → Clear Rules
→ Clear Rules from Selected Cells / Entire Cells.
Types of Conditonal Format -
1. Highlight Cell Rules 2. Top / Bottom Rules -
3. Data Bars
4. Color Scales 5. Icon Sets
6. Custom Formula & Advance Formatting Mode (More Rule)
Formula Exp : $B5=$G$3
Product List= Product Name Cell
Conditional Formatting Rules Manager -
*From This Dialog Box we can – Edit Condition/Rule, Delete Rules.
Excel Cell Reference –
More Custom Formula – Conditional formatting
1. Highlight Error/Blanks – A1 = 1st Cell of Selected Range
=OR(ISBLANK(A1),ISERROR(A1))
Process-
Select Range (Where you want to apply Conditional Formatting) → Home
tab→ Conditional formatting→ New Rule→ Use Formula to Determine……→ Input
the Custom Formula → Change color Format→ ok.
2. Hide Cell Data – 0 (Zero) Value
=E2=0
Result
3. Highlight Every Other Column & Other Row –
i. Highlight alternate even rows: =ISEVEN(ROW())
ii. Highlight alternate odd rows: =ISODD(ROW())
iii. Highlight every 3rd row: =MOD(ROW(),3)=0
=ISEVEN(ROW())
=MOD(ROW(),3)=0