Results 1 to 15 of 15

Conditional Formatting

Threaded View

douggie Conditional Formatting 03-22-2018, 07:40 PM
protonLeah Re: Conditional Formatting 03-22-2018, 08:10 PM
ben_hensel Re: Conditional Formatting 03-22-2018, 08:12 PM
douggie Re: Conditional Formatting 03-22-2018, 09:32 PM
protonLeah Re: Conditional Formatting 03-22-2018, 11:27 PM
douggie Re: Conditional Formatting 03-22-2018, 11:56 PM
protonLeah Re: Conditional Formatting 03-23-2018, 12:26 AM
douggie Re: Conditional Formatting 03-23-2018, 12:41 AM
ben_hensel Re: Conditional Formatting 03-24-2018, 02:03 PM
protonLeah Re: Conditional Formatting 03-24-2018, 11:37 PM
protonLeah Re: Conditional Formatting 03-25-2018, 03:26 PM
douggie Re: Conditional Formatting 03-25-2018, 05:37 PM
douggie Re: Conditional Formatting 03-26-2018, 09:25 PM
JeteMc Re: Conditional Formatting 03-29-2018, 10:43 AM
protonLeah Re: Conditional Formatting 03-30-2018, 01:33 PM
  1. #10
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,953

    Re: Conditional Formatting

    Named ranges used:
    MaxAndMins =Test!$K$3:$L$35
    MaxVals =Test!$K$3:$K$35
    MinVals =Test!$L$3:$L$35
    supplier_1 =Test!$D$3:$D$35
    supplier_2 =Test!$E$3:$E$35
    supplier_3 =Test!$F$3:$F$35
    supplier_4 =Test!$G$3:$G$35
    supplier_5 =Test!$H$3:$H$35

    Each row of the sample data has a max and a min value. Use two helper columns to extract the max and mins for each row, then use
    =SUMPRODUCT(--(INDIRECT(M4)=INDEX(MaxAndMins,,ISEVEN(COLUMN())+1)))
    M4:V4 supplier names referring to ranges
    ISEVEN(COLUMN())+1) calculates the column of the max/min table/array to use


    Modify, reduce your conditional format formulas (choose four colors)
    highlight min/max for each column:

    =D3=MIN(INDEX($D$3:$H$35,,COLUMN(A1)))
    =D3=MAX(INDEX($D$3:$H$35,,COLUMN(A1)))

    highlight min/max for each ROW:
    =D3=MIN(INDEX($D$3:$H$35,ROW(A1),))
    =D3=MAX(INDEX($D$3:$H$35,ROW(A1),))
    Attached Files Attached Files
    Last edited by protonLeah; 03-25-2018 at 02:43 PM.

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