+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : count highlighted cells

  1. #1
    Registered User
    Join Date
    10-07-2009
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2003
    Posts
    3

    count highlighted cells

    I have a spread sheet for a weekly office nfl football pool
    I Have the teams that are playing in the far left column then in the columns there after are the teams players pick to win I want to hilite the winning team in yellow then I want all the teams that people picked that won hilited in yellow automatically then at the bottom of the screen I want the sum of all hilited cells counted to show how many winning picks they got
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: count highlighted cells

    You don't really outline where you want your final output to reside ?

    I want to hilite the winning team in yellow then I want all the teams that people picked that won hilited in yellow automatically
    Can you not just base this off the score which I am presuming is what is appearing in the row below... eg if you select range D3:Q34 you can apply a Conditional Format rule of:

    =AND(ISNUMBER($A4),INDEX($A3:$C3,1+2*($C4>$A4))=D3)
    set fill to yellow

    This should highlight all correct predictions.

    As I say I'm not quite sure I follow in terms of where you wish to output the total correct picks.

    Your life would be a lot (lot) easier if you stored the winning team in a common cell on each row (eg inserted column D and used formula to return the winning team name for each fixture).

  3. #3
    Registered User
    Join Date
    10-07-2009
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: count highlighted cells

    When I get to work later on tonight I'll set up a dumby sheet so I we can better understand each other

  4. #4
    Registered User
    Join Date
    10-07-2009
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: count highlighted cells

    COuldn't log into the site yesterday i poseted a new link of where I want the out comes to come

    http://warlokian.tripod.com/spread/

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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