Bradford Factor Dilemma

mistersteve

Board Regular
Joined
Aug 18, 2014
Messages
110
Office Version
  1. 365
Hello all.

I am wondering if anyone can solve my problem regarding the Bradford Factor.
I record in the "Planner Page" Sick/Absence "S" as in BF1, and is shown in the "Stats Page" BF2

My issue is with the Occurrence part.
I decided I needed to amend the formula to ignore Sat and Sun.
But then I realised if "S" is recorded on Fri, Sat, Sun, Mon, and the formula and Sat and Sun is ignored the the Occurrence will be 2, but actually it should be 1.
Therefore, I need the formula to ignore Sat and Su if they dont have a Weekday with them, but consider them if a weekday is part of the "S".
Currently the formula is:
=SUMPRODUCT((Planner!F14:CR14="S")*(Planner!G14:CS14<>"S"))+SUMPRODUCT((Planner!F34:CR34="S")*(Planner!G34:CS34<>"S"))-(IF(AO36=2,AO36-1))+SUMPRODUCT((Planner!F54:CS54="S")*(Planner!G54:CT54<>"S"))-(IF(AP36=2,AP36-1))+SUMPRODUCT((Planner!F74:CR74="S")*(Planner!G74:CS74<>"S"))-(IF(AQ36=2,AQ36-1))

I hope this all made sense, as i found it difficult to explain, and thank you in advance.
 

Attachments

  • BF 1.PNG
    BF 1.PNG
    29.8 KB · Views: 14
  • BF 2.PNG
    BF 2.PNG
    10.4 KB · Views: 12

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top