Results 1 to 14 of 14

Absence Tracker with rolling 6 months Bradford Factor

Threaded View

paulanderson Absence Tracker with rolling... 12-16-2019, 06:29 PM
avk Re: Absence Tracker with... 12-17-2019, 12:01 AM
paulanderson Re: Absence Tracker with... 12-17-2019, 06:30 AM
JeteMc Re: Absence Tracker with... 12-19-2019, 01:01 AM
paulanderson Re: Absence Tracker with... 12-19-2019, 08:43 AM
JeteMc Re: Absence Tracker with... 12-19-2019, 10:16 AM
paulanderson Re: Absence Tracker with... 12-19-2019, 04:57 PM
JeteMc Re: Absence Tracker with... 12-20-2019, 06:26 PM
paulanderson Re: Absence Tracker with... 12-21-2019, 04:27 AM
JeteMc Re: Absence Tracker with... 12-23-2019, 01:01 PM
paulanderson Re: Absence Tracker with... 12-26-2019, 11:53 AM
paulanderson Re: Absence Tracker with... 02-07-2020, 08:39 AM
JeteMc Re: Absence Tracker with... 02-07-2020, 10:11 AM
paulanderson Re: Absence Tracker with... 02-07-2020, 12:11 PM
  1. #13
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,904

    Re: Absence Tracker with rolling 6 months Bradford Factor

    Assuming that any letter entered in a cell is an absence that should be counted try the following array entered formula:
    Formula: copy to clipboard
    =SUM(IF(FREQUENCY(IF((B4:NC4<>"")*(B$2:NC$2>=EDATE(TODAY(),-6))*(B$2:NC$2<=TODAY()),COLUMN(B4:NC4)),IF((B4:NC4="")*(B$2:NC$2>=EDATE(TODAY(),-6))*(B$2:NC$2<=TODAY()),COLUMN(B4:NC4))),1))

    Let us know if you have any questions.
    Edit: If on the other hand you only want to count certain letters such as S, L and HD then try:
    Formula: copy to clipboard
    =SUM(IF(FREQUENCY(IF(((B4:NC4=NQ$5)+(B4:NC4=NQ$6)+(B4:NC4=NQ$7))*(B$2:NC$2>=EDATE(TODAY(),-6))*(B$2:NC$2<=TODAY()),COLUMN(B4:NC4)),IF((B4:NC4="")*(B$2:NC$2>=EDATE(TODAY(),-6))*(B$2:NC$2<=TODAY()),COLUMN(B4:NC4))),1))
    Last edited by JeteMc; 02-07-2020 at 10:51 AM. Reason: Added second formula

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rolling 12 months - Bradford Factor results
    By firzon in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-28-2019, 10:10 AM
  2. Calculating absence period triggers in 6 & 12 rolling months
    By Cyberstu101 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-30-2019, 09:27 AM
  3. staff absence tracker inc rolling year
    By BIDD in forum Excel General
    Replies: 4
    Last Post: 09-16-2019, 02:58 PM
  4. [SOLVED] Sickness tracker with a rolling 12 months
    By sophie-edge24 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-05-2019, 12:59 AM
  5. [SOLVED] Sickness tracker with a rolling 12 months
    By sophie-edge24 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-04-2019, 04:30 PM
  6. Replies: 9
    Last Post: 09-22-2015, 08:47 AM
  7. Bradford Factor
    By francesjan48 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-03-2012, 09:02 AM

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