+ Reply to Thread
Results 1 to 3 of 3

Condtional format to entire row based on two difference cell value.

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    713

    Condtional format to entire row based on two difference cell value.

    hello,

    I am trying like this.

    1) If cell value is greater than 2 in any of the cell in column ZX, then i want entire row from A to L filled in Red color.

    2) However, if user update the L column cell value to "Done", then it become unfilled.

    Can we do it via conditional formatting?
    Last edited by shiva_reshs; 09-04-2014 at 10:46 AM.
    Keep the Forum clean :


    1. Use [ code ] code tags [ /code ]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
    2. Show appreciation to those who have helped you by clicking * Add Reputation below their posts.
    3. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Condtional format to entire row based on two difference cell value.

    Select A1

    Conditional Formatting
    New Rule
    Use a formula to determine...

    =(COUNTIF(ZX1:ZX100,">2")<>0)
    format as red

    Use Format painter (paintbrush icon) to copy to other cells
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    07-17-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    713

    Re: Condtional format to entire row based on two difference cell value.

    Thanks,,.,

+ 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. [SOLVED] Condtionally format an entire row based on adjacent cell values
    By Martinp217 in forum Excel General
    Replies: 8
    Last Post: 05-24-2013, 01:54 PM
  2. Conditional Format Entire Row Based On One Cell In Row
    By Spencer in forum Excel General
    Replies: 4
    Last Post: 08-22-2011, 09:21 PM
  3. Replies: 3
    Last Post: 02-21-2011, 11:29 AM
  4. Format entire row based on cell contents
    By Timja in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-13-2008, 11:54 AM
  5. [SOLVED] Can I format an entire row based on the value of a single cell?
    By LTShelley in forum Excel General
    Replies: 1
    Last Post: 08-11-2005, 03: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