+ Reply to Thread
Results 1 to 8 of 8

Best Bowling Figures

Hybrid View

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

    Re: Best Bowling Figures- Help Please!!

    I would refer to an earlier thread:

    http://www.excelforum.com/excel-2007...e-columns.html

    Using your example:

    Stats sheet

    P16:
    =MAX(IF(Inputs!$B$2:$B$387=$A16,Inputs!$Z$2:$Z$387))
    confirmed with CTRL + SHIFT + ENTER (enter alone will not suffice)
    copied down to P27
     
    Then
     
    O16:
    =IF(MOD(P16,1),INT(P16)&"-"&ROUND((1-MOD(P16,1))*1000,0),"n/a")
    confirmed with Enter copied down to O27
    The reason we use P is to avoid performing the array twice over.

    Other suggestions:

    Stats sheet

    B16:
    =SUMIF(Inputs!$B:$B,$A16,Inputs!$C:$C)
    copied down to B27
     
    C16:
    =SUMIF(Inputs!$B:$B,$A16,Inputs!P:P)
    copied across matrix C16:G27
     
    K16:
    =SUMIF(Inputs!$B:$B,$A16,Inputs!V:V)
    copied across matrix K16:N27

  2. #2
    Registered User
    Join Date
    05-21-2011
    Location
    NZ
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Best Bowling Figures

    The other additions were pretty cool, thanks for that. Makes the formulas much simpler! However, I tried the best bowling formulas (and cnahged the Z's to U's) and it cam eup with n/a for each player. Have I done something wrong? I've attached the edited version.
    Attached Files Attached Files

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

    Re: Best Bowling Figures

    Quote Originally Posted by kasablur View Post
    ...I tried the best bowling formulas (and cnahged the Z's to U's) and it cam eup with n/a for each player. Have I done something wrong?
    The best bowling formula on Stats sheet utilised the BB formula on Inputs sheet. In your most recent version you have adapted your Inputs sheet and removed the BB formula (previously column Z) - hence the n/a returns.

    Adapt your latest version as follows:

    Inputs
    AA1:
    BB
    
    AA2:
    =IF(Q2=0,"",U2+(1-MAX((0&T2)+0,0.1)/1000))
    copied down to AA387
    Then

    Stats
    P16:
    =MAX(IF(Inputs!$B$2:$B$387=$A16,Inputs!$AA$2:$AA$387))
    confirmed with CTRL + SHIFT + ENTER (Enter alone will not suffice)
    copied down to P27
    If the array is set correctly the above will appear encased within { } [these can not be typed]
    If the above have been added correctly the Stats results will be as follows:

    2-10
    3-31
    1-10
    0-15
    0-40
    0-31
    n/a
    5-27
    0-8
    0-19
    1-1
    0-0

+ 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