Conditional formatting

Erantes

New Member
Joined
Dec 27, 2023
Messages
32
Office Version
  1. 365
Platform
  1. Windows
Hi how do you mirror colour change on two different sheets in the same workbook.
Eg Sheet 1 cell A1 changes colour from say black to orange depending on certain rules i have created.
How would i get say Sheet 2 cell A1 to mirror this and also change from black to orange at same time. Thanks in advance.
 
You must create 4 conditional formatting rules:
On sheet1:
- 1 ruler for black
- 1 ruler for orange.
On sheet2:
- 1 ruler for black
- 1 ruler for orange.

For example:
Sheet1
DANTE AMOR
AB
1
2
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=$A$1<>"Hello"textNO
A1Expression=$A$1="Hello"textNO


Sheet2
DANTE AMOR
AB
1
2
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=Sheet1!$A$1<>"Hello"textNO
A1Expression=Sheet1!$A$1="Hello"textNO


Note: Adjust the rules and colors to your needs.

🤗
 
Upvote 0
You must create 4 conditional formatting rules:
On sheet1:
- 1 ruler for black
- 1 ruler for orange.
On sheet2:
- 1 ruler for black
- 1 ruler for orange.

For example:
Sheet1
DANTE AMOR
AB
1
2
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=$A$1<>"Hello"textNO
A1Expression=$A$1="Hello"textNO


Sheet2
DANTE AMOR
AB
1
2
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=Sheet1!$A$1<>"Hello"textNO
A1Expression=Sheet1!$A$1="Hello"textNO


Note: Adjust the rules and colors to your needs.

🤗
Thanks Dante
You must create 4 conditional formatting rules:
On sheet1:
- 1 ruler for black
- 1 ruler for orange.
On sheet2:
- 1 ruler for black
- 1 ruler for orange.

For example:
Sheet1
DANTE AMOR
AB
1
2
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=$A$1<>"Hello"textNO
A1Expression=$A$1="Hello"textNO


Sheet2
DANTE AMOR
AB
1
2
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=Sheet1!$A$1<>"Hello"textNO
A1Expression=Sheet1!$A$1="Hello"textNO


Note: Adjust the rules and colors to your needs.

🤗
 
Upvote 0
You must create 4 conditional formatting rules:
On sheet1:
- 1 ruler for black
- 1 ruler for orange.
On sheet2:
- 1 ruler for black
- 1 ruler for orange.

For example:
Sheet1
DANTE AMOR
AB
1
2
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=$A$1<>"Hello"textNO
A1Expression=$A$1="Hello"textNO


Sheet2
DANTE AMOR
AB
1
2
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1Expression=Sheet1!$A$1<>"Hello"textNO
A1Expression=Sheet1!$A$1="Hello"textNO


Note: Adjust the rules and colors to your needs.

🤗
Thanks Danteamor so how would the formula be written in sheet 2 thanks.
 
Upvote 0
Thanks Danteamor so how would the formula be written in sheet 2 thanks.

The example on sheet 2 shows how you should write the formulas:
1739114172880.png


😇
 
Upvote 0

Forum statistics

Threads
1,226,884
Messages
6,193,502
Members
453,804
Latest member
Daniel OFlanagan

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