Here’s an overview of using Conditional Formatting based on another cell range.
We have two data tables. The first table has Sales values for different years for some products and the second table contains Order Date, Delivery Date and Sales for some items of a company.
Method 1 – Conditional Formatting Based on Another Cell Range with the Equal to Operator
We will highlight the cells of the Sales of 2019 column based on the cell ranges of the Sales of 2018 column. For Conditional Formatting, the condition would be that the cells of the Sales of 2019 column will be Equal to the cell ranges of the Sales of 2018 column.
Step 1:
- Select the cell range on which you want to apply the Conditional Formatting (We have selected the column Sales of 2019).
- Go to the Home tab, select Conditional Formatting, and choose New Rule.
The New Formatting Rule Wizard will appear.
- Select Use a formula to determine which cells to format.
- Click on Format.
The Format Cells dialog box will open up.
- Select the Fill tab.
- Choose any Background Color.
- Click on OK.
The Preview will be shown.
Step 2:
- Use the following formula in the Format values where this formula is true box:
=$D5=$C5
When the cells of Column D are Equal to the corresponding cells of Column C, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Read More: How to Do Conditional Formatting Based on Another Cell in Excel
Method 2 – Conditional Formatting Based on Another Cell Range for Not Equal to
You can apply Conditional Formatting to the cells of the Sales of 2019 column by using Not Equal to Operator.
Steps:
- Follow Step 1 of Method 1.
You will get the following New Formatting Rule dialog box.
- Use the following formula in the Format values where this formula is true box.
=$D5<>$C5
When the cells of Column D are Not Equal to the corresponding cells of Column C, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Read More: Conditional Formatting Based on Multiple Values of Another Cell
Method 3 – Conditional Formatting Based on Another Cell Range with a Greater than Operator
We will highlight the cells of the Sales of 2019 column which will be Greater than the corresponding cell ranges of the Sales of 2018 column.
Step 1:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule dialog box.
- Use the following formula in the Format values where this formula is true box:
=$D5>$C5
When the cells of Column D are Greater than the corresponding cells of Column C, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Read more: Excel Highlight Cell If Value Greater Than Another Cell
Method 4 – Using the Less than Operator for Conditional Formatting Based on Another Cell Range
You can apply Conditional Formatting to the cells of the Sales of 2019 column by using Less than Operator.
Step 1:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule dialog box.
- Use the following formula in the Format values where this formula is true: Box
=$D5<$C5
When the cells of Column D have a value Less than the corresponding cells of Column C, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Read more: How to Compare Two Columns Using Conditional Formatting in Excel
Method 5 – Conditional Formatting Based on Another Cell Range with the Greater than Or Equal to Operator
We will highlight the cells of the Sales of 2019 column which are Greater than or Equal to the corresponding cell ranges of the Sales of 2018 column.
Step 1:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true box.
=$D5>=$C5
When the cells of Column D are Greater than or Equal to the corresponding cells of Column C, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Method 6 – Using the Less than Or Equal to Operator for Conditional Formatting Based on Another Cell Range
You can apply Conditional Formatting to the cells of the Sales of 2019 column by using Less than or Equal to Operator.
Step 1:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true box:
=$D5<=$C5
When the cells of Column D are Less than or Equal to the corresponding cells of Column C, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Method 7 – Conditional Formatting for Multiple Conditions Using the AND Function
We want to highlight the cells of the Sales of 2019 column whose values are greater than the corresponding values of the cells of the Sales of 2018 column and the Sales of 2020 column.
Steps:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true: Box
=AND($D5>$C5,$D5>$E5)
When the cells of Column D are Greater than the corresponding cells of Column C and Column E, then the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Method 8 – Conditional Formatting for Multiple Conditions Using the OR Function
We’ll highlight the cells of the Sales of 2019 column whose values are greater than the corresponding values of the cells of the Sales of 2018 column or the Sales of 2020 column.
Steps:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true box:
=OR($D5>$C5,$D5>$E5)
When the cells of Column D are Greater than the corresponding cells of Column C or Column E, the Conditional Formatting will appear in that cell of Column D.
- Press OK.
Result:
Method 9 – Conditional Formatting Based on Another Cell Range for Empty Cells
We want to highlight the Order Dates corresponding to the Delivery Dates which are empty.
Step 1:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box (We have changed the Background Color and selected the Order Date column for Conditional Formatting).
- Use the following formula in the Format values where this formula is true box:
=$D5=""
When the cells of Column D are Equal to Blank, the Conditional Formatting will appear to the corresponding cells of Column C.
- Press OK.
Result:
Read More: How to Apply Conditional Formatting for Blank Cells in Excel
Method 10 – Conditional Formatting Based On Another Cell Range for Non-Empty Cells
We’ll highlight the Order Dates corresponding to the Delivery Dates which are non-empty.
Steps:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true box:
=$D5<>""
When the cells of Column D are Not Equal to Blank, the Conditional Formatting will appear to the corresponding cells of Column C.
- Press OK.
Result:
Method 11 – Conditional Formatting Based on Another Cell Range for Texts
We’ll highlight the cells of the Sales column for Jacket2 (or any other item name) in the Item column.
Steps:
- Follow Step 1 of Method 1 (We have selected the Sales column for Conditional Formatting).
- You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true box:
=$B5="Jacket2"
When the cells of Column B are Equal to “Jacket2”, the Conditional Formatting will appear to the corresponding cells of Column E.
- Press OK.
Result:
Read more: Excel Conditional Formatting with Formula If Cell Contains Text
Method 12 – Conditional Formatting Using the SEARCH Function for Texts
We’ll use a partial match Jacket in the Item column to highlight the corresponding cells in the Sales column.
Steps:
- Follow Step 1 of Method 1. You will get the following New Formatting Rule Dialog Box.
- Use the following formula in the Format values where this formula is true box:
=SEARCH("Jacket",$B5)>0
When the cells of Column B contain “Jacket”, the Conditional Formatting will appear to the corresponding cells of Column E.
- Press OK.
Result:
Download the Workbook
Further Readings
- VBA Conditional Formatting Based on Another Cell Value in Excel
- Change Font Color Based on Value of Another Cell in Excel
- How to Apply Conditional Formatting to the Selected Cells in Excel
<< Go Back to Conditional Formatting with Multiple Conditions | Conditional Formatting | Learn Excel
Get FREE Advanced Excel Exercises with Solutions!
Hello – See below.
F G H
Category Sub-Amount Amount
Entertain $53.00
Household:Groceries $175.67
Household (cigarettes) $145.65
Household:Groceries $20.25
Entertain $10.59
Household $26.14
Recreation – BofA 3613 $20.32
Household:Groceries $19.52
Household:Groceries $30.00
Auto:Repair $256.99
Entertain – BofA 3613 $46.00
Household – BofA 3613 $8.98
Home Maint $37.52
Household:Groceries – BofA 3613 $83.00
Recreation $25.00
I have conditional formatting set up to change the font and fill colors for column F (which is also a named range, “Category”) to highlight any cell that has the text “”BofA”. I am trying to set up conditional formatting for column H (also a named range, “Amount” to reflect the same font & fill colors as column F. The only thing I can get to work is a specific cell reference in column F (in my experimenting $F12=”Recreation – BofA 3613), but it doesn’t ‘translate’ to other cells with the same text (not referenced here).
Any suggestions? Thanks
Hello David Silberberg,
To apply the conditional formatting in column H based on the data of column F and it’s formatting you need to follow the steps given below:
To highlight the entire column H.
Go to the Home tab >> click Conditional Formatting >> select New Rule.
Choose Use a formula to determine which cells to format.
Enter the formula =ISNUMBER(SEARCH(“BofA”, $F2)).
To Set Formatting:
Click on Format.
Set the font and fill colors to match those used in column F for “BofA”.
Then, select OK to apply the formatting.
Again, click OK to apply the rule.
By following this step, any cell in column H will automatically reflect the same font and fill colors as column F when the corresponding cell in column F contains “BofA”.
Download the Excel file:
Copy Conditional Formatting.xlsx
Regards
ExcelDemy