+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting Help

  1. #1
    Registered User
    Join Date
    06-18-2019
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    4

    Conditional Formatting Help

    Needing some assistance from the guru's, please!
    I have a spreadsheet with over 500 lines of stores stocktake results for 3 brands in one workbook.
    Example:
    Brands, A, B & C in column A
    In Column H I have their Shrinkage %
    Each brand has a different target.
    I need the entire row to be coloured, aside from manually colouring them, I am hoping there might be a nifty conditional formatting formula out there.
    Thank you in advanced.
    Jasmin
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    01-07-2025
    Location
    Iran
    MS-Off Ver
    2021
    Posts
    137

    Re: Conditional Formatting Help

    You can use these formulas in Conditional Formatting: (adjust the range according to your file)

    GREEN:
    PHP Code: 
    =OR(AND($A2="A",$H2<=0.5%),AND($A2="B",$H2<=2%),AND($A2="C",$H2<=1.5%)) 
    RED:
    PHP Code: 
    =NOT(OR(AND($A2="A",$H2<=0.5%),AND($A2="B",$H2<=2%),AND($A2="C",$H2<=1.5%))) 
    Attached Files Attached Files
    Life unfolds as we shape it.

  3. #3
    Registered User
    Join Date
    06-18-2019
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    4

    Re: Conditional Formatting Help

    Thank you so much!

+ 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] Conditional Formatting based on another cells Conditional Formatting
    By chriskay in forum Excel General
    Replies: 4
    Last Post: 08-22-2019, 05:33 AM
  2. [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
  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