+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting based on Value

  1. #1
    Registered User
    Join Date
    11-03-2014
    Location
    Seattle, WA
    MS-Off Ver
    2007
    Posts
    2

    Conditional Formatting based on Value

    I am having trouble figuring out how to do the following...

    I need a formula/conditional formatting to format a cell so that it highlights in a certain color when that cell is within 30% or 10% of another cell's value. I am working with currency values, if that information helps.

    For example: Highlight N14 in orange when N14 is within 30% of the value in A15 ... and... highlight N14 in red when N14 is within 10% of the value in A15.

    Thank you!!

  2. #2
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    633

    Re: Conditional Formatting based on Value

    Your first condition should be:

    =$N14>=(0.3*$A$15) format to orange

    second condition should be:

    =$N14=(0.1*$A$15)
    If I've helped U pls click on d *Add Reputation

+ 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 Formatting Based on Another Conditional Formatting
    By mkoaao in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-04-2015, 07:59 PM
  2. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  3. Conditional Formatting via VBA: Change formatting in range based on value of each cell
    By ralphjmedia in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-12-2013, 10:37 AM
  4. Replies: 4
    Last Post: 02-25-2013, 06:43 PM
  5. Replies: 4
    Last Post: 01-06-2012, 05:07 PM
  6. conditional Formatting based on existing formatting
    By jomili in forum Excel General
    Replies: 18
    Last Post: 02-18-2011, 10:17 AM
  7. Replies: 2
    Last Post: 08-26-2010, 07:46 AM

Tags for this Thread

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