+ Reply to Thread
Results 1 to 3 of 3

Is there a way to highlight a cell if a value is < > or = to

  1. #1
    Registered User
    Join Date
    01-05-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Is there a way to highlight a cell if a value is < > or = to

    If this is the wrong place to post this question please let me know.
    I would like to make a cell turn red if the value is less than a Value between two separate cells.
    Thank you

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Is there a way to highlight a cell if a value is < > or = to

    welcome to the forum. giving cell references & numbers as egs would help a lot (a sample excel file even better). say A1 is 10, B1 is 12. and you would like C1 to be highlighted if A1 is less than B1. try:
    select the range you want to apply to (say from C1:C10)
    go to Home -> Conditional Formatting -> New Rule -> Use a formula to determine which cells to format -> Format values where this formula is true:
    =A1<B1

    if C1 has another number like 8 & you only want to highlight when both of them is lesser than C1. then:
    =AND(C1<A1,C1<B1)

    format the colour

    Edit: you might want to ask the admins/moderators to help move this thread to General or Formulas/Functions
    Last edited by benishiryo; 01-05-2014 at 09:38 PM.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Is there a way to highlight a cell if a value is < > or = to

    Done Ben. Thanks.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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. Macro to search and highlight a cell prior to the searched cell
    By gjccks in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-15-2013, 01:51 PM
  2. [SOLVED] Highlight active cell, un-highlight when no longer active?
    By cdterry in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-20-2013, 02:39 PM
  3. [SOLVED] Locating Duplicate Cell Data with a Cell Counter and Highlight
    By garrett.grillo in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-30-2012, 01:46 AM
  4. Replies: 3
    Last Post: 04-14-2012, 12:08 AM
  5. Replies: 5
    Last Post: 05-27-2005, 02:05 PM

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