Question Pertaining to Conditional Formatting

Joined
Feb 24, 2011
Messages
10
Hello community! This is my first question~

I am trying to highlight an entire row if the data corresponding to that row in the column I created for "Percent of Profit/Cost" is over 50%.

So basically what I have done is gone into Conditional Formatting--->
Formula is =F$13>=.5

and then formatted the cell's background to be highlighter yellow if that happens.

For some reason, cells that do not have ANY data in them are highlighted yellow, but if you manually input a cost that makes the Profit/Cost % < 50%, then they drop the highlight.

Logically it doesnt make any sense, because a cell without any data in it should be = 0. And 0 is definitely < 50.

Any suggestions?
Thanks!
 
Last edited:

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.
Welcome to the Board!

If you have multiple rows, the formula would be =$F13>=.5. Also note that if your range doesn't start at row 13, then the 13 needs to be the starting row of your range. E.G. A1:H20 would be =$F1>=.5

HTH,
 
Upvote 0
In this case there is no need to put Formula for conditional formatting, you can use cell value (Formal only cells that contain)>0.5
 
Upvote 0
abmati is right there is no need to use formula driven conditional formatting. Simply use "highlight cells rules" -> "Greater Than" and then 0.5 or whatever figure you need
 
Upvote 0

Forum statistics

Threads
1,223,248
Messages
6,171,027
Members
452,374
Latest member
keccles

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