+ Reply to Thread
Results 1 to 7 of 7

Calculating a Bradford score from a list of dates.

Hybrid View

jcborland Calculating a Bradford score... 10-25-2018, 01:35 PM
6StringJazzer Re: Calculating a Bradford... 10-25-2018, 02:41 PM
jcborland Re: Calculating a Bradford... 10-26-2018, 04:49 AM
XLent Re: Calculating a Bradford... 10-26-2018, 05:37 AM
jcborland Re: Calculating a Bradford... 10-29-2018, 09:30 AM
XLent Re: Calculating a Bradford... 10-29-2018, 10:12 AM
jcborland Re: Calculating a Bradford... 10-30-2018, 09:40 AM
  1. #1
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: Calculating a Bradford score from a list of dates.

    Given the revised data (i.e. all expected days included) a single-cell {Frequency} calc, per Associate, will be simpler -- however I confess I'm pushed for time so, using sample file:

    Formula: copy to clipboard

    D2: =IF($A2<>$A1,1,N(D1)+($C2<>$C1)*$C2)
    E2: =IF($A2=$A3,"",($D2^2)*COUNTIFS($A$2:$A2,$A2,$C$2:$C2,TRUE))
    copied down


    the above would generate your expected results, I think... if you want to make more elegant post back -- alternatively one of the other contributors can provide for you.

    Hope that helps.

    edit: in answer to your question...

    The 1 in O2 is that the employee number? The '0001011 if P2 does that represent Thursday some how?
    Yes, the 1 was to denote the ID... the 7 digit string (prefixed with apostrophe) is used to record binary value for Mon-Sun, where a 0 represents a working day
    {this allows NETWORKDAYS.INTL to calculate working days between two dates relative to any work week permutation}

    the above isn't required given revised data-set.
    Last edited by XLent; 10-29-2018 at 10:15 AM.

+ 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. IF formula help on calculating a score
    By liqt in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-22-2018, 09:35 AM
  2. [SOLVED] Calculating Differences between dates for a Waiting List Calculation
    By richiev86 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-14-2014, 12:42 PM
  3. Calculating bradford factors (array formula?)
    By demonfly100 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-07-2012, 09:28 AM
  4. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  5. Register with Bradford Score
    By mattdrake in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-12-2009, 03:01 PM
  6. Rank list from top score to low score
    By ladnermd in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-24-2008, 05:05 PM
  7. Calculating the closest score
    By AussieM8 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-24-2007, 08:21 PM

Tags for this Thread

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