Conditional Formatting for multiple cells based on other cell value

Benong

New Member
Joined
Mar 18, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Data value : A or B or blank
Range : A1 to Z6

Conditional Formatting
Range A11 to Z16
Change background colour A (Red), B (Blue)
A11 background colour will change base on A1 cell value.
A12 background colour will change base on A2 cell value.
A13 base on A3.
A14 base on A4.
A15 base on A5.
A16 base on A6….

Currently I create 2 rules (conditional formatting) for 1 cell. If I want to complete for all cells, I’ll have to create many rules. Is there an easy way to accomplish this task for so many cells?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Have you tried using the format painter? If that doesn't work, please post the rules you have for the top row of conditionally formatted cells? Or use the xl2bb add in to post a mini sheet (Link below). Thanks in advance.
 
Upvote 0
Welcome to the Board!

A11 background colour will change base on A1 cell value.
A12 background colour will change base on A2 cell value.
A13 base on A3.
A14 base on A4.
A15 base on A5.
A16 base on A6….
You haven't given us exactly what the rules are, but it is is easy to make cell A11 look at A1, A12, look at cell A2, etc, if you use the Formula option for Conditional Formatting rules.

For example, if you first selected cells A11:A16, and then enter a Conditional Formatting rule something like:
Excel Formula:
=A1
cell A11 will compare to cell A1,
cell A12 will compare to cell A2,
etc.

I doubt you want to check to see if the two cells are exactly equal, but since we do not know your exact logic/rule, I just chose this simple example for demonstration purposes.
 
Upvote 0
I’ve managed to solve it base on the other thread online with similar situation. Answer is without using the $ sign in my formula.
 
Upvote 0

Forum statistics

Threads
1,215,072
Messages
6,122,968
Members
449,095
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top