Conditional Format can this be done?

june131977

New Member
Joined
Jan 20, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet I am working on and I need it to highlight cells depending on data from other cells. Here is an example to make it clearer:
I want cell D4 to highlight yellow if the following conditions are met.

If B4 is greater than C3 and less than E3 turn D4 yellow.
Is it possible to achieve this in excel?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi and welcome to MrExcel

Try

Dante Amor
ABCDE
1
2
379
48
Hoja6
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D4Expression=AND($B$4>$C$3,$B$4<$E$3)textNO
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,974
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