Conditional Formatting -- Ignore "less than" (<) sign

Tryintouseexcel

New Member
Joined
Aug 7, 2020
Messages
11
Office Version
  1. 365
Platform
  1. Windows
I am trying to set up conditional formatting to flag all cells below 0.5. I am finding that cells with a less than (<) sign get flagged even if they are less than 0.5. For example when I set up conditional formatting to flag everything below 0.5 a cell with the value <0.0030 will be flagged.

How do I make excel ignore the less than sign when doing conditional formatting.

Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
What rule are you using?
 
Upvote 0
I misspoke in my first post. I am trying to get excel to flag values that are greater than 0.5. But excel is flagging values that are less than 0.5 if they have a < sign. For example the value, <0.0030 would be flagged even though it is not greater than 0.5.

How do I make excel ignore the < sign?
 
Upvote 0
That didn't work. I may not have applied that formula correctly...

There is an option to use the conditional formatting>highlight cells rule>greater than, and then go to manage rules and add a new rule... But I don't know.

Here is a screen shot. Excel flagged the Cyanide value of <0.0030 even though <0.0030 is not greater than 0.5. How do I make excel ignore the < sign? Thanks.
1597861273631.png
 
Upvote 0
OK, it worked for that cell. Thank you.

I have a whole bunch of cells I need to apply this or a similar conditional formatting to. Is there a varient that would allow me do this without inputting this formula on every single cell?

I applying the formula to multiple cells with this modification ( =AND(ISNUMBER(B2,B12,B22,B32),B2,B12,B22,B32>0.5) It did not work... I need to do this for cells representing 4 sampling events per year at 7 different sampling locations. I am hoping for something that will be a little faster. If it's not to much trouble...
 
Upvote 0
If you just want it to look at the Cyanide values, select B2 to last row in B & then use this formula
=AND(LEFT(A2,7)="Cyanide",ISNUMBER(B2),B2>0.5)
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,072
Latest member
DW Draft

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