+ Reply to Thread
Results 1 to 2 of 2

Excel for football

  1. #1
    Registered User
    Join Date
    05-03-2006
    Posts
    1

    Excel for football

    I use microsoft excel for work and school and in my personal life I use it for my fantasy football league. With that being said this is what I am trying to do:
    - have a list of all nfl players in a sheet
    - setup a draft board in a different sheet, or the same sheet it doesn't matter
    - enter players names into the draft board and have them disappear (or be deleted, or get a strikethrough) from the list of all nfl players.

    I am trying to eliminate the tedious task of entering the drafted players into excel and then going to the sheet where I have all players listed and finding the player I just entered, selecting the cell, and then deleting the name. If anyone has any insight into what I can do or if you need more of an explanation please feel free to email me at: anthony.serafini@us.bosch.com
    thank you for your time.

  2. #2
    Forum Expert
    Join Date
    01-03-2006
    Location
    Waikato, New Zealand
    MS-Off Ver
    2010 @ work & 2007 @ home
    Posts
    2,243
    Hi Anthony,

    This can be easily done using another column, eg if your lists are in column A, enter the following in cell B2 of the "all NFL Players" sheet & copying it down:
    =COUNTIF('Draft Board'!$A$1:$A$4,'All NFL Players'!A2)

    Using conditional formatting directly is a little harder b/c if they are on separate sheets but it can be done using a named range eg enter this in cell A2 of the ALL NFL Players sheet:
    =COUNTIF(DraftList,'All NFL Players'!A2)>0
    Where "draftlist" is a defined name that contains all of the cells in the list on the "Draft Board".

    sorry, am off to bed - hope I have included enough detail?

    hth,
    Rob Brockett
    NZ
    Always learning & the best way to learn is to experience...

+ 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