Results 1 to 10 of 10

Thread: Excel Formula HELP please

  1. #1
    Rep Power
    0

    Dobber Sports Rookie

    Default Excel Formula HELP please

    I am looking to keep track of my roto league by myself on excel. I\'m not good with computers but I have managed to figure out how to rank teams based on the following formula.

    ex: 4 teams ranking PIM category
    A B C
    1 Team A 100 PIM =RANK(B1,B1:B4,1) = 3
    2 Team B 70 PIM =RANK(B2,B1:B4,1) = 4
    3 Team C 130 PIM =RANK(B3,B1:B4,1) = 2
    4 Team D 200 PIM =RANK(B4,B1:B4,1) = 1

    My question is what formula do I use if there is a tie.

    Ex:

    A B C
    1 Team A 100 PIM Forumla ??? = 3.5
    2 Team B 100 PIM Forumla ??? = 3.5
    3 Team C 130 PIM Forumla ??? = 2
    4 Team D 200 PIM Forumla ??? = 1

    Formula ????

    Thx in advance.

  2. #2
    GoHabsGo's Avatar
    GoHabsGo is offline
    Join Date
    Feb 2007
    Posts
    568
    Location
    Windsor, ON
    Rep Power
    0

    Dobber Sports Apprentice

    Default Excel Formula HELP please

    Well, I just tried it in newest excel(2007) and I\'m not sure what the issue is.
    A B C
    Team A 100 =RANK(B1,B$1:B$4,0) = 3
    Team B 100 =RANK(B2,B$1:B$4,0) = 3
    Team C 130 =RANK(B3,B$1:B$4,0) = 2
    Team D 200 =RANK(B4,B$1:B$4,0) = 1

    A B C
    Team A 100 =RANK(B1,B$1:B$4,0) = 3
    Team B 70 =RANK(B2,B$1:B$4,0) = 4
    Team C 130 =RANK(B3,B$1:B$4,0) = 2
    Team D 200 =RANK(B4,B$1:B$4,0) = 1

    A B C
    Team A 100 =RANK(B1,B$1:B$4,0) = 2
    Team B 70 =RANK(B2,B$1:B$4,0) = 4
    Team C 100 =RANK(B3,B$1:B$4,0) = 2
    Team D 200 =RANK(B4,B$1:B$4,0) = 1

    FYI the last parameter is for the order 0 is for decreasing and 1 is for increasing.

    Are you having an issue with a decimal showing up? May be you need to use =Trunc(RANK(B4,B$1:B$4,0)) - This will remove the decimal. It does not round, but trims the decimal off.

  3. #3
    Rep Power
    0

    Dobber Sports Rookie

    Default Excel Formula HELP please

    GoHabsGo wrote:
    [quote]Well, I just tried it in newest excel(2007) and I\'m not sure what the issue is.
    A B C
    Team A 100 =RANK(B1,B$1:B$4,0) = 3
    Team B 100 =RANK(B2,B$1:B$4,0) = 3
    Team C 130 =RANK(B3,B$1:B$4,0) = 2
    Team D 200 =RANK(B4,B$1:B$4,0) = 1
    [quote]

    GoHabsGo,

    I can get the rank you used but what formula to I use to get Team A and B who tied for 3rd to get 3.5 pts each instead of 3. In a roto-league there would be 7 pts available and each team would get 3.5 each instead of 3.

  4. #4
    Location
    Saint-Hyacinthe,
    Rep Power
    34

    Dobber Sports Giant

    Default Excel Formula HELP please

    Here\'s a link to Microsoft Knowledge base I\'ve found for you:

    http://support.microsoft.com/kb/828678/en-us

    I gave it a try on my computer and it\'s working

    Hope this help!

  5. #5
    lanky522's Avatar
    lanky522 is offline
    Join Date
    Feb 2007
    Posts
    6,557
    Location
    Maryland, U.S.A.
    Rep Power
    27

    Dobber Sports Icon

    Default Excel Formula HELP please

    lol... that looks like a better solution than what my recommendation would have been...

    =IF(AND($G$51=$G$52,$G$51=$G$53,$G$51=$G$54),G51+0 .25,
    IF(AND($G$51=$G$52,$G$51=$G$53),G51+0.33,IF(AND
    ($G$51=$G$52,$G$51=$G$54),G51+0.33,IF(AND
    ($G$51=$G$53,$G$51=$G$54),G51+0.33,IF($G$51=$G$52, G51+0.5,IF
    ($G$51=$G$53,G51+0.5,IF($G$51=$G$54,G51+0.5,G51))) ))))

    Mine\'s kind of complicated... :blush: Just goes to show that there are multiple ways (good and bad) to make things in excel work...
    12 Team Dynasty League w/ Salary Cap (Updated: 3/23/2011)
    (CBS Sports Commissioner's League)
    Maximum Salary Cap: 70.5 million
    Roster Limit(s):
    Total: 23 + 2 available IR slot
    Active: C, C, C, W, W, W, W, D, D, D, D, G, G
    23 + 1 Man Roster (69.62 million) - 17 Keepers
    - Crosby (IR), Carter, Tavares, Duchene, Anisimov, Desharnais
    - Ovechkin, Giroux, Downie, Hall (LTIR), Tanguay, Samuelsson, Whitney, Justin Williams, Zuccarello
    - Green, Phaneuf, Doughty, Letang, Carlson, Karlsson
    - Price, Halak, Neuvirth, Varlamov
    Scoring Setup: W, L, GA, Saves, SO
    G, A, PIM, PPG, PPA, SHG, SHA, SOG, GWG, HT, FOW

  6. #6
    Location
    Saint-Hyacinthe,
    Rep Power
    34

    Dobber Sports Giant

    Default Excel Formula HELP please

    lanky522 wrote:
    lol... that looks like a better solution than what my recommendation would have been...

    =IF(AND($G$51=$G$52,$G$51=$G$53,$G$51=$G$54),G51+0 .25,IF(AND($G$51=$G$52,$G$51=$G$53),G51+0.33,IF(AN D($G$51=$G$52,$G$51=$G$54),G51+0.33,IF(AND($G$51=$ G$53,$G$51=$G$54),G51+0.33,IF($G$51=$G$52,G51+0.5, IF($G$51=$G$53,G51+0.5,IF($G$51=$G$54,G51+0.5,G51) ))))))
    Well sorry to tell you this lanky, but I think so!

  7. #7
    lanky522's Avatar
    lanky522 is offline
    Join Date
    Feb 2007
    Posts
    6,557
    Location
    Maryland, U.S.A.
    Rep Power
    27

    Dobber Sports Icon

    Default Excel Formula HELP please

    Chicleteur wrote:
    lanky522 wrote:
    lol... that looks like a better solution than what my recommendation would have been...

    =IF(AND($G$51=$G$52,$G$51=$G$53,$G$51=$G$54),G51+0 .25,IF(AND($G$51=$G$52,$G$51=$G$53),G51+0.33,IF(AN D($G$51=$G$52,$G$51=$G$54),G51+0.33,IF(AND($G$51=$ G$53,$G$51=$G$54),G51+0.33,IF($G$51=$G$52,G51+0.5, IF($G$51=$G$53,G51+0.5,IF($G$51=$G$54,G51+0.5,G51) ))))))
    Well sorry to tell you this lanky, but I think so!
    Yeah... I\'m kind of a self tought excel user... :blink:

    +2 Karma for that site that you just linked though. It will help me a LOT (with all sorts of different functions), because while I can pretty much always figure out a way to make stuff work, I constantly find myself thinking, \"there\'s gotta be a better way to do this...\"
    12 Team Dynasty League w/ Salary Cap (Updated: 3/23/2011)
    (CBS Sports Commissioner's League)
    Maximum Salary Cap: 70.5 million
    Roster Limit(s):
    Total: 23 + 2 available IR slot
    Active: C, C, C, W, W, W, W, D, D, D, D, G, G
    23 + 1 Man Roster (69.62 million) - 17 Keepers
    - Crosby (IR), Carter, Tavares, Duchene, Anisimov, Desharnais
    - Ovechkin, Giroux, Downie, Hall (LTIR), Tanguay, Samuelsson, Whitney, Justin Williams, Zuccarello
    - Green, Phaneuf, Doughty, Letang, Carlson, Karlsson
    - Price, Halak, Neuvirth, Varlamov
    Scoring Setup: W, L, GA, Saves, SO
    G, A, PIM, PPG, PPA, SHG, SHA, SOG, GWG, HT, FOW

  8. #8
    Rep Power
    34

    Dobber Sports Master

    Default Excel Formula HELP please

    Thx alot Chic,

    I\'m too lazy to log off and log in with thepriceisright

    I had the right formula all along but I didn\'t insert o new column. I thought I could do it with one. It works now :woohoo:


    You\'ll get shot by the Karma slampa machina gun once it reloads.
    30 GM Commish Dynasty
    G A +/- PIM PPP SOG W GAA SV
    Start: 3C, 3LW, 3RW, 4D, 1Utl, 1G
    C:Savard,Filpulla,Arnott,Ott,Boyd,Weight,Rupp
    LW:Heatley,Morrow,Sullivan,Tambellini,Bissonnette, Pierro-Zabotel
    RW: Hemsky,Backes,Orr,Tikhonov,Artyukhin,Ortmeyer
    D:EJ,Ehrhoff,Hjalmarsson,Babchuk,Commodore
    G: M.A.Fleury,Deslauriers,Koskinen,Monnino

  9. #9
    Location
    Saint-Hyacinthe,
    Rep Power
    34

    Dobber Sports Giant

    Default Excel Formula HELP please

    NP guys! Yeah, I found how to do it in the help, but like you was trying to do it all at once.

  10. #10
    Rep Power
    34

    Dobber Sports Master

    Default Excel Formula HELP please

    yeah i found the correct formaula but tried to fit it into one. I\'ll just hide the other column. finished
    30 GM Commish Dynasty
    G A +/- PIM PPP SOG W GAA SV
    Start: 3C, 3LW, 3RW, 4D, 1Utl, 1G
    C:Savard,Filpulla,Arnott,Ott,Boyd,Weight,Rupp
    LW:Heatley,Morrow,Sullivan,Tambellini,Bissonnette, Pierro-Zabotel
    RW: Hemsky,Backes,Orr,Tikhonov,Artyukhin,Ortmeyer
    D:EJ,Ehrhoff,Hjalmarsson,Babchuk,Commodore
    G: M.A.Fleury,Deslauriers,Koskinen,Monnino

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •