+ Reply to Thread
Results 1 to 3 of 3

Help : Conditional Formatting

Hybrid View

  1. #1
    Registered User
    Join Date
    11-09-2018
    Location
    Australia
    MS-Off Ver
    2016
    Posts
    1

    Help : Conditional Formatting

    Hi Guys,

    I'm hoping to reach out and get a bit of help with conditional formatting.

    I have thee columns all in a little row - if the three don't match - then I need to highlight them red. The contents is alpha numeric and I need all three columns to highlights.

    So if A does not equal B AND not equal C the rows the cells in A, B and C need to highlight (this needs to include if there is a blank in there as well). I need to apply this from row 2 through to row 2848.

    I've tried ands, ifs, ors, <> and =... I've $ and no $... and I'm just having no luck.

    Any help would be most appreciated.

    Thanks,

    The N00b

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Help : Conditional Formatting

    Highlight the entire range you need, then try something like this...
    =COUNTIF($P21:$R21,$P21)<>3

    Adjust the row number as needed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,944

    Re: Help : Conditional Formatting

    SELECT A2:C2848 and use below formula
    =AND($A2<>"",$A2<>$B2,$A2<>$C2)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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] Override conditional formatting (in general, without changing the conditional formatting)
    By Stormin' in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-21-2017, 07:15 AM
  2. Replies: 1
    Last Post: 12-08-2016, 03:14 PM
  3. Conditional Formatting Removing Previous Conditional Formatting?
    By CravingGod in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2016, 01:02 PM
  4. Replies: 6
    Last Post: 01-08-2016, 06:44 PM
  5. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  6. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  7. Replies: 3
    Last Post: 05-15-2012, 04:13 PM

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