Conditional Formatting Question

jemchong93

New Member
Joined
Jun 26, 2018
Messages
2
Hi experts,

I have a conditional formatting problem I need help with;

Context: I work in an manufacturing company and I want to check if my actual product dimensions are within the tolerance range. The excel sheet looks a little like this:

Column
1 A B C
2 Dimension Tolerance Product
3 0.30 ±0.01 0.2972


Basically, I want to use conditional formatting to check if my product dimension (column C - 0.2972) is within the dimension's tolerance (0.3±0.01). However, the problem is the ± symbol. I am not sure how to work with it.

Without the ± symbol, my formula for conditional formatting would be =OR(C3> A3 + B3, C3 < A3 - B3), which works without the ± symbol.

I have tried =OR(C3> A3 + abs(B3), C3 < A3 - abs(B3)), but it didnt work.

Would appreciate some help. Thank you!

Cheers
Jeremy
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Sorry guys, I messed up on the excel sample. Basically, Column A is "Dimension" (0.30), Column B is "Tolerance" (±0.01) and Column C is "Product" (0.2972). And the formulaes should be row 2 instead of 3. Hope you guys understand what I'm saying!

Thank you
Jeremy
 
Upvote 0

Forum statistics

Threads
1,215,494
Messages
6,125,137
Members
449,207
Latest member
VictorSiwiide

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