+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting with Formulas

  1. #1
    Registered User
    Join Date
    09-24-2015
    Location
    London, England
    MS-Off Ver
    Office 2013
    Posts
    31

    Conditional Formatting with Formulas

    Hello, ExcelForum

    I'm trying to use Conditional Formatting to format a row when a tick box (VBA) is not selected.
    I've managed it for one row but how can I replicate this down the whole table without creating individual rules for each line?

    The TRUE or FALSE in column A is just an ISBLANK formula based on whether there is a name in the Name column.

    Help would be hugely appreciated!!
    Thank you
    Attached Images Attached Images

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Conditional Formatting with Formulas

    You don't need the TRUE/FALSE values in column A. First clear your existing rule.

    Select B7:C10 (or however far down your data can go) > Conditional Formatting > New Rule > Use a formula

    =AND($B7<>"",$G7="")

    Format: Fill red > OK > OK

    This will give the cells in columns B and C red fill when there is a value in column B and there is not a value in column G (assuming column G is your "Name" column).

  3. #3
    Registered User
    Join Date
    09-24-2015
    Location
    London, England
    MS-Off Ver
    Office 2013
    Posts
    31

    Re: Conditional Formatting with Formulas

    Thank you, 63!!
    That's amazing and works absolutely perfectly

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Conditional Formatting with Formulas

    Quote Originally Posted by hilton426 View Post
    Thank you, 63!!
    That's amazing and works absolutely perfectly
    Great! Happy to help.

    Thanks for the rep!

+ 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 Formulas
    By Vortilon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2017, 09:50 AM
  2. [SOLVED] Conditional formatting and formulas
    By Arkman in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-05-2014, 02:32 PM
  3. [SOLVED] Formulas in conditional formatting?
    By codonnell73 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-16-2014, 07:51 PM
  4. Conditional Formatting Formulas
    By Ricky:)1947 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2014, 03:05 PM
  5. Conditional Formatting and Formulas
    By lea313 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-19-2013, 07:18 AM
  6. [SOLVED] conditional formatting with formulas
    By barelyadraft in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-18-2012, 02:57 PM
  7. Replies: 1
    Last Post: 09-14-2010, 03:45 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