+ Reply to Thread
Results 1 to 4 of 4

Function/Formula for Staggered Injury Rate

  1. #1
    Registered User
    Join Date
    03-13-2009
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    98

    Function/Formula for Staggered Injury Rate

    Hi All,

    I have a scenario where I am trying to generate a table to show what the Injury rate of a player is in a particular month based on how I manually enter the rate.

    I have attached an example of how I have done (I have used a lot of IF Statements, however if I expand the table out/list this is a big tedious task).

    In the sheet attached:

    ROW 2 (Column B - H) = Months
    ROW 3 (Column B - H) = How many players are going to be playing per month (however in Month 1 I have 8 players in month 2 I have 16 players so 8 new players joined in month 2)
    ROW 4 (Column B - H) =Injury rate per month (So a new player joining's injury rate in Month 1 is 0.1, in Month 2 0.2 etc etc)

    ROWs 10-14 = this is the table using the above to show what the injury rate of the players is month on month

    E.g 8 Players joined Month 1 = Injury Rate Month 1 is 0.1, Month 2 is 0.2 etc etc

    Another 8 players Joined Month 2 = So their Injury Rate in Month 2 is 0.1, and Month 3 is 0.2 etc etc

    In Columns J to R is the Injury Rate of each player month on Month (I have used IF Statements to show this)

    The idea is to be able to expand the table if I increase the number of months and number of player.

    Any help will be appreciated.

    Thanks

    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Function/Formula for Staggered Injury Rate

    Please try at L2
    =(B$4-N(A$4))*($J2<=B$3)+N(K2)

    copy over the table
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-13-2009
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    98

    Re: Function/Formula for Staggered Injury Rate

    Hi,

    Thanks for the reply and the solution.

    This solution works really well if the Injury rate is linear i.e 0.1, 0.2,0.3,0.4 etc month on month

    However if there is a big change i.e. from 0.5 to 1.0 in one of the months the players further down do not start with an injury rate of 0.1.
    Attached Files Attached Files

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Function/Formula for Staggered Injury Rate

    Please try at L2
    =IFERROR(INDEX($B$4:B$4,1/(1/(COLUMNS($L2:L2)-SUMPRODUCT(--(ROWS(V$2:V2)>$B$3:B$3))))),0)
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. one formula for staggered results
    By stephme55 in forum Excel General
    Replies: 2
    Last Post: 12-17-2015, 01:44 PM
  2. Staggered sum product formula
    By IronCladRooster in forum Excel General
    Replies: 3
    Last Post: 03-05-2015, 05:25 AM
  3. Staggered rent formula
    By macy liew in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-17-2014, 10:29 AM
  4. Replies: 2
    Last Post: 10-22-2013, 11:41 AM
  5. [SOLVED] rate function formula??
    By Jerry W. Lewis in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 07:05 AM
  6. [SOLVED] rate function formula??
    By Jerry W. Lewis in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2005, 04:05 AM
  7. [SOLVED] rate function formula??
    By maaritkk in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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