+ Reply to Thread
Results 1 to 4 of 4

Conditional format rule(s)

  1. #1
    Registered User
    Join Date
    07-06-2018
    Location
    Los Angeles
    MS-Off Ver
    2016
    Posts
    1

    Conditional format rule(s)

    Hello,

    I want to set up a conditional format rule for the following rule:

    The bias calculated for each value is to be no greater than ±0.005 or ±5% of the known value (as an example the known value will be 0.030), whichever is greater.

    How would I set up a conditional format rule(s) like that?

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Conditional format rule(s)

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Conditional format rule(s)

    Hi,

    Assuming formula in Post #2 follows your logic requirements, no need for the IF:

    =AND(ROUND(A1,4)>=ROUND(0.03*(1+0.05),4),A1<=0.3*(1-0.05))

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Conditional format rule(s)

    Or:
    =ABS(ROUND(A1,4))<=ROUND(0.03*1.05,4)
    Quang PT

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Conditional format with more than one rule
    By maymano in forum Excel General
    Replies: 3
    Last Post: 08-29-2013, 05:21 PM
  2. Copying a Conditional Format Rule from One Row to Many Rows
    By wongc61 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-25-2012, 06:11 PM
  3. Excel 2007 : Copying Conditional Format Rule
    By BishopS in forum Excel General
    Replies: 5
    Last Post: 05-31-2011, 11:21 AM
  4. Replies: 0
    Last Post: 05-20-2011, 08:55 AM
  5. Replies: 5
    Last Post: 02-13-2011, 01:01 PM
  6. Adding to TODAY() in a conditional format rule
    By jdog85 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-26-2011, 09:42 AM
  7. Conditional Format - Formula Rule
    By 2709236 in forum Excel General
    Replies: 2
    Last Post: 09-15-2009, 06:17 PM
  8. Replies: 2
    Last Post: 04-18-2009, 02:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1