+ Reply to Thread
Results 1 to 4 of 4

Register with Bradford Score

  1. #1
    Registered User
    Join Date
    06-12-2009
    Location
    plymouth
    MS-Off Ver
    Excel 2003
    Posts
    5

    Register with Bradford Score

    Hello,

    I'm trying to create a register, where it will calculate the Bradford Score (episodesOfSick^2*numberOfDays).

    This would be easy to do if all the cells of working days were next to each other. However, as shown on the attached file i need rows separating weeks and months. So if someone's sickness is carried from one week to the next the spreadsheet counts it as two episodes of sick and not one.

    Is there a solution?

    Thanks in advance

    Matt
    Attached Files Attached Files

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Register with Bradford Score

    The easy answer is to get rid of the in-between rows -- it's bad spreadsheet design. You can tally hours by week in a separate column.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    06-12-2009
    Location
    plymouth
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Register with Bradford Score

    OK,

    but if someone is sick for a day either side of a holiday then this would still get counted as two periods rather than one.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Register with Bradford Score

    after removing totals between days then if a person is sick mon and friday put an s in saturday and sunday that will block them into groups
    to calculate days sick (not counting sat and sun use)
    =SUMPRODUCT(--(C11:C42<>"sat"),--(C11:C42<>"sun"),--(E11:E42="s"))
    to count blocks you can utilise offset
    like this
    =SUMPRODUCT(--(OFFSET(C12:C42,-1,0)<>"s"),--(C12:C42="s"))
    see attached
    also i added the last day of previous month at top this is to stop blocks being counted twice from month to month
    Attached Files Attached Files
    Last edited by martindwilson; 06-12-2009 at 03:28 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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