+ Reply to Thread
Results 1 to 6 of 6

Conditional Formatting with multiple conditions

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,887

    Re: Conditional Formatting with multiple conditions

    This solution employs a helper column (V), which may be hidden for aesthetic purposes.
    The formula that populates the helper column is:
    Formula: copy to clipboard
    =IFERROR(IF(ISNUMBER(MATCH(A4,'Store volume code'!B$2:B$16,0)),INDEX('Store volume code'!E$2:E$7,MATCH(C4,'Store volume code'!D$2:D$7,0)),IF(MATCH(A4,'Store volume code'!B$18:B$28,0),INDEX('Store volume code'!E$18:E$23,MATCH(C4,'Store volume code'!D$18:D$23,0)),"")),"")
    The conditional formatting rule for column H is:
    Formula: copy to clipboard
    =AND(H4<>"",V4<>"",H4<=V4)
    Note: to get the conditional formatting to work I first chose the font color, on the fill tab I first selected the "No Color" button and then chose a color.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. multiple conditions conditional formatting
    By cholo4u2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-05-2015, 05:29 PM
  2. Multiple conditions in conditional formatting
    By hagap in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2015, 06:51 AM
  3. conditional formatting with multiple conditions
    By henk400 in forum Excel General
    Replies: 5
    Last Post: 03-23-2015, 07:15 AM
  4. Multiple Conditions for Conditional Formatting
    By b1769847@rmqkr.net in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-28-2014, 11:29 AM
  5. Conditional Formatting with multiple conditions
    By naaz in forum Excel General
    Replies: 5
    Last Post: 06-05-2012, 03:21 AM
  6. Conditional Formatting with multiple conditions
    By Tink in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-11-2009, 01:37 PM
  7. Multiple Conditions for Conditional Formatting
    By horton in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-03-2008, 02:58 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