Trouble With Conditional Formatting, Rows, and In-Betweens

SpookyNoodle

New Member
Joined
Oct 16, 2017
Messages
2
So, before we get too far into this, I should say: Yes, I have done searching for this, and no, I haven't found any tutorials, guides, or tips that are helping me sort this out.

I'm working on a spreadsheet (obviously), and I want to conditionally format the entire row based on the data found in one column at the end of the row. Obviously, I had to do custom rules and formulas to achieve this, which I found out after some searching.

The problem is this: nothing is working the way it's supposed to (as far as I can tell).


oyVSx4i.png



The rules I'm trying to achieve are this:

If the H value is between 0 and 1600, I'd like the entire row to be green.

If the H value is over 1600, I'd like the entire row to be yellow.

If the H value is below 0, I'd like the entire row to be red.

Problem is, no order I've tried as made this work, and the only thing is a multi-colored mess.

What am I doing wrong or missing?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try these:

Green: =AND($H2>=0;$H2<=1600)
Yellow: =$H2>1600
Red: =$H2<0

In "Applies to", select the entire table for all three rules.

Godspeed!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,587
Messages
6,120,406
Members
448,958
Latest member
Hat4Life

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