+ Reply to Thread
Results 1 to 11 of 11

Bradford Points automatic counter

  1. #1
    Forum Contributor
    Join Date
    07-26-2017
    Location
    west midlands
    MS-Off Ver
    365
    Posts
    182

    Bradford Points automatic counter

    Hi,
    I am trying to build a spreadsheet that records staff sickness. I have made a spreadsheet (example supplied) that captures days off and a column at the end that will conditionally format the colours to display the current level, eg.. green, amber, red in a cell dependant on points accrued. Hope this is making sense??
    I can send an example of the spreadsheet if anyone can assist.

    Thanks everyone!!

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Bradford Points automatic counter

    It sounds straight-forward. I don't see your example.

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need.

    Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Forum Contributor
    Join Date
    07-26-2017
    Location
    west midlands
    MS-Off Ver
    365
    Posts
    182

    Re: Bradford Points automatic counter

    Hi 63falcondude,
    I have never attached a file to this forum before as I am new to this and excel, hopefully this has worked.

    Thanks for your assistance!

    Tony
    Attached Files Attached Files

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Bradford Points automatic counter

    You're sample sheet is not clear.

    Are the desired results based on this sample shown in rows 8, 9, and 10 (specifically in cells S8, U9, and U10)?

    If so, how do you get 3x3x3, 5x5x5, and 7x7x7 for AM4, AM5, and AM6 respectively?

    Keep in mind that I do not know what a Bradford score is.

  5. #5
    Forum Contributor
    Join Date
    07-26-2017
    Location
    west midlands
    MS-Off Ver
    365
    Posts
    182

    Re: Bradford Points automatic counter

    Hiya,
    Bradford points are based like this:

    B is the Bradford Factor score
    S is the total number of spells (instances) of absence of an individual over a set period
    D is the total number of days of absence of that individual over the same set period[2]

    The 'set period' is typically set as a rolling 52-week period.

    For example, this is how 10 days absence could be shown:
    1 instance of absence with a duration of ten days (1 × 1 × 10) = 10 points
    3 instances of absence; one of one, one of three and one of six days (3 × 3 × 10) = 90 points
    5 instances of absence; each of two days (5 × 5 × 10) = 250 points
    10 instances of absence; each of one day (10 × 10 × 10) = 1000 points

    I know this sounds complicated but I am just trying to get Excel to add the points up into cell AM04 based on this criteria. Maybe I am looking at it completely wrong, I`m not sure as I say I am just a novice to Excel.
    Sorry!!

    Best regards,
    Tony

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Bradford Points automatic counter

    I wasn't asking for an explanation of Bradford Scores but thank you for taking the time to explain them to me anyway.

    Can you now explain why (based on your example from post #3) AM4 should be 3x3x3? Where do the 3's come from as the only thing in F4:AI4 is 1.0 in cell H4.

    I have the same questions for why AM5 should be 5x5x5 and why AM6 should be 7x7x7.

  7. #7
    Forum Contributor
    Join Date
    07-26-2017
    Location
    west midlands
    MS-Off Ver
    365
    Posts
    182

    Re: Bradford Points automatic counter

    This was just an explanation - not an example. Sorry if this is confusing, I was just trying to explain the criteria. I guess I want excel to work out the Bradford formula (based on the Bradford system)and drop it into cell AM4 (if that makes sense?)
    I am starting to confuse myself now lol

  8. #8
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Bradford Points automatic counter

    Please go back and re-read post #2.

    Please create a representative sample of your data along with the desired results of the formula (manually entered) based on that data.

  9. #9
    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: Bradford Points automatic counter

    AK
    AL
    AM
    AN
    AO
    3
    Occasions
    Days
    Points
    4
    0
    0
    0
    AK4: {=SUMPRODUCT(--(FREQUENCY(IF(F4:AI4="S", COLUMN(F4:AI4)), IF(F4:AI4<>"S", COLUMN(F4:AI4))) > 0))}
    5
    1
    1
    1
    6
    4
    6
    96
    Entia non sunt multiplicanda sine necessitate

  10. #10
    Forum Contributor
    Join Date
    07-26-2017
    Location
    west midlands
    MS-Off Ver
    365
    Posts
    182

    Re: Bradford Points automatic counter

    Hi shg,
    This is EXACTLY what I was getting at, WOW you soon figured this out.
    The only other question I would ask,is how will excel know how many days per occasion are taken? how can I capture this? do you know what I mean?
    Thanks a million,

    Best regards,
    Tony

  11. #11
    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: Bradford Points automatic counter

    If you watch the formula evaluate, that's what the FREQUENCY function generates.

+ 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. Counter number automatic
    By R0CKY in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-15-2016, 07:06 PM
  2. automatic emails from google spredsheet based on value of counter
    By ptkhisti in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-15-2014, 04:20 PM
  3. Automatic table generation and points allocation based on weight
    By a1exd in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-19-2013, 08:21 AM
  4. Bradford Factor Points Sheet
    By budvegas in forum Excel General
    Replies: 1
    Last Post: 11-13-2012, 05:18 AM
  5. Automatic counter
    By guiradha in forum Excel General
    Replies: 3
    Last Post: 12-17-2008, 12:42 PM
  6. [SOLVED] Automatic Inclusion of Comments on Chart Data Points??
    By Mike P. from KC in forum Excel General
    Replies: 0
    Last Post: 04-06-2006, 11:40 AM
  7. How to create an automatic global counter?
    By sho ryu ken in forum Excel General
    Replies: 0
    Last Post: 03-02-2005, 01:43 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