+ Reply to Thread
Results 1 to 4 of 4

Conditional format formula based on two cell values

  1. #1
    Registered User
    Join Date
    01-22-2015
    Location
    England
    MS-Off Ver
    Microsoft Office 365
    Posts
    92

    Conditional format formula based on two cell values

    Hi all

    I'm am trying to write a formula to conditionally format a cell to turn red when Cell A2 has the text 'High' in it and when cell B2 is blank.

    Any suggestions?

    Thanks,
    V.Cell

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Conditional format formula based on two cell values

    use a conditional formatting formula

    =AND(A2="high", B2="")

    OR

    =AND(A2="high", isblank(B2))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    01-22-2015
    Location
    England
    MS-Off Ver
    Microsoft Office 365
    Posts
    92

    Re: Conditional format formula based on two cell values

    Great, thank you!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Conditional format formula based on two cell values

    your welcome

    if my assistance has helped, and only if you wish to , there is a reputation icon * on the left hand side - you can add to my reputation here

+ 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. How to conditional format with colour scale based on values in another cell
    By rachel1504 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-22-2015, 04:02 AM
  2. Replies: 8
    Last Post: 06-27-2015, 03:21 PM
  3. [SOLVED] Conditional Format of cells based on other cell values
    By hamidxa in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-18-2015, 01:02 PM
  4. [SOLVED] Conditional Format entire row but based on a cell containing a formula
    By C_P in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-11-2014, 10:51 AM
  5. Replies: 5
    Last Post: 10-24-2013, 05:34 PM
  6. [SOLVED] Conditional format for duplicate values based on criteria in a different cell
    By excelheaven in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-04-2012, 11:34 AM
  7. Replies: 3
    Last Post: 07-18-2011, 02:39 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