+ Reply to Thread
Results 1 to 7 of 7

Another Unique min value excluding zeros conditional formatting question :-/

  1. #1
    Registered User
    Join Date
    02-24-2012
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    4

    Another Unique min value excluding zeros conditional formatting question :-/

    Hello all!

    I am new to this form, as well as somewhat new to excel. After searching and trying to trouble shoot this formatting issue, i am still stumped.

    Here is what I would like

    To conditional highlight lowest value in a column only if it is unique, excluding 0

    Here is what is happening:

    With other answers I have found it is either not highlighting, or not highlighting at all. I have included a copy of my work sheet here:

    Golf League.xlsm

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Another Unique min value excluding zeros conditional formatting question :-/

    you can use the following formula in your conditional formating, and it shoudl provide the desired result.

    you will need to make sure G7 is the first cell selected when entering the formating.

    =AND(G7=SMALL(G$7:G$54,COUNTIF(G$7:G$54,0)+1),COUNTIF(G$7:G$54,G7)=1)

  3. #3
    Registered User
    Join Date
    02-24-2012
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Another Unique min value excluding zeros conditional formatting question :-/

    Thanks that worked like a charm!

    Would it be possible to send the final score of a player to another sheet based on the team number assigned to match sheet 1 that I posted? Perhaps using index/match?

  4. #4
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Another Unique min value excluding zeros conditional formatting question :-/

    you could use a vlookup but it depends on your exact circumstances. could you add where you are looking to put the final score?
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  5. #5
    Registered User
    Join Date
    02-24-2012
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Another Unique min value excluding zeros conditional formatting question :-/

    I would like to take the finals scores from match 1 sheet and put them into the corresponding spots in the infoRaw sheet. The only problem I can't wrap my brain around (due to inexperience) is that the team set up in match 1 sheet will not be the same week to week. The workbook is set up to take the team number as a first to enter in basis, so it recalls their Names and handicap.

  6. #6
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Another Unique min value excluding zeros conditional formatting question :-/

    you can use the bellow formula, in cell D7 and fill down. if you would like to continue for other matches (i assume on different sheets) you just need to modify the sheet reference

    =VLOOKUP(B7,'Match 1'!C:P,14,0)

  7. #7
    Registered User
    Join Date
    02-24-2012
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Another Unique min value excluding zeros conditional formatting question :-/

    Thanks again! Starred!
    Last edited by stephenraghunath; 02-25-2012 at 01:09 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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