+ Reply to Thread
Results 1 to 10 of 10

Conditional Formatting Question

  1. #1
    Registered User
    Join Date
    02-02-2018
    Location
    St ALbans
    MS-Off Ver
    2000
    Posts
    5

    Conditional Formatting Question

    Hi all

    I have one row of five columns. Each cell of the five will have a number placed in it, and I want the highest three numbers of the five to have a red background.

    Example would be A1, B1, C1, D1, E1, each cell could have say, 25, 30, 36, 19, 21. In this scenario I would want C1, B1 and A1 to have a red background.

    My problem is: What formula do I place in the Conditional Formatting Box. If the numbers change, I want the red background to always be with the three highest.

    If anybody can attempt to explain I would be very grateful.

    Excel 2000

    Thanks

    Robert

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Conditional Formatting Question

    I was going to suggest...
    =A1>=LARGE($A$1:$E$1,3)

    But then I realized LARGE function isn't available for Excel 2000...

    Sorry, I'm only familiar with 2003 & up.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Conditional Formatting Question

    likewise with large but i believe median exists in 2000 and the median in this instance will be the 3rd highest value

    =A1>=median($A$1:$E$1)

    hopefully will work

  4. #4
    Registered User
    Join Date
    02-02-2018
    Location
    St ALbans
    MS-Off Ver
    2000
    Posts
    5

    Re: Conditional Formatting Question

    Thanks for your help, but I haven't been specific enough. I thought the example I gave could be adjusted, but I was wrong and still cant do it.

    The actual cells I want to conditionally format are: D26, F26, H26, J26, L26. I had some success with the Median formula, but the cells in between those given above went red, the ones with my numbers in stayed white.

    Also what item do I select where it says "between" "not between" "equals or greater than" etc. etc.

    Thanks again

    Robert

  5. #5
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Conditional Formatting Question

    Then I suppose you need to apply CF to each cell separately (or check against Column Index).

    For D26:
    =D$26>=MEDIAN(D$26,F$26,H$26,J$26,L$26)

    Copy to each of other cells.

  6. #6
    Registered User
    Join Date
    02-02-2018
    Location
    St ALbans
    MS-Off Ver
    2000
    Posts
    5

    Re: Conditional Formatting Question

    Excuse my ignorance, but what is CF. Sorry, I know what CF is, Ive been trying this for so long now I'm half asleep. What do you mean by check column index?

    The problem I seem to have now is I put your formula in the cell, then I cant enter a figure. Im getting a bit lost to be honest
    Last edited by The Shadowman; 02-02-2018 at 01:35 PM.

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: Conditional Formatting Question

    Both function: LARGE() and MEDIAN() exist in Ex'97 so they are exist in Ex2000 for sure

    largemedian.jpg
    Last edited by sandy666; 02-02-2018 at 01:44 PM.

  8. #8
    Registered User
    Join Date
    02-02-2018
    Location
    St ALbans
    MS-Off Ver
    2000
    Posts
    5

    Re: Conditional Formatting Question

    Attachment 559390 This image help

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Conditional Formatting Question

    Invalid Attachment specified.

  10. #10
    Registered User
    Join Date
    02-02-2018
    Location
    St ALbans
    MS-Off Ver
    2000
    Posts
    5

    Re: Conditional Formatting Question

    That's odd it opens for me.

    I think I will have to give up. One other question though. The first formula ie LARGE in the second post seems to work, But is the formula in each of the cells the same or do I need to adjust for each one

+ 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. Conditional Formatting Question.
    By Losguapos1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-16-2017, 05:03 PM
  2. Conditional Formatting question
    By slarrow in forum Excel General
    Replies: 2
    Last Post: 07-21-2011, 04:41 PM
  3. conditional formatting question
    By ezdizzy in forum Excel General
    Replies: 1
    Last Post: 12-26-2008, 03:08 PM
  4. conditional formatting question
    By buachille in forum Excel General
    Replies: 2
    Last Post: 04-06-2006, 04:15 PM
  5. Conditional formatting question
    By Dodo in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2005, 02:05 PM
  6. Conditional formatting question
    By Carl Imthurn in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  7. [SOLVED] Conditional formatting question
    By Carl Imthurn in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

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