Conditional format depending on a cell value range

SimonJensenAus

New Member
Joined
Jan 18, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hello,
I was trying to create a conditional formatting rule dependent on the value in column A.
ie:
if values in Row 3 B5-G5 go above 1
if values in Row 4 B5-G5 go above 2
if values in Row 5 B5-G5 go above 10
But it doesn't seem to be working, any ideas on how I can achieve this as in the picture?
 

Attachments

  • conditional formatting.png
    conditional formatting.png
    35.2 KB · Views: 13

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Based on exactly how it appears in the screen capture, try the following - Select the bottom option "Use a formula..." and in the formula box type:
VBA Code:
=G8>$A8
Select your preferred formatting - light green background, etc. Then keep clicking ok until you're back at the worksheet. How you've selected the cells in this screen capture is important because you will see that amongst the selected cells the bottom right is in white? That's why I've used G8 in the formula. Let me know how it goes!
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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