Jump to content
Server Maintenance This Week. ×

Plus or minus 5%


This topic is 2879 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a field that has a set point of 100.  The second field is a reading we enter, in this case say 80.  I want the third field to turn red if it's +/- 5% off.  With 80 it should turn red.  At 96 its ok, hence not red.  

Edited by cterrell16
Link to comment
Share on other sites

36 minutes ago, cterrell16 said:

I have a field that has a set point of 100.

I trust that 100 is only an example, and that the field can have other values? Otherwise, why would you need it at all?

Anyway, If the first field is named Reference and the second field is named Value, you can base your conditional formatting on the formula =

Abs ( Value / Reference - 1 ) > .05

 

Edited by comment
Link to comment
Share on other sites

This topic is 2879 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.