Hi everyone,I am trying to create a spread sheet that adds up my staff's hours worked for a rolling 119 day period, sounds easy but I have to ignore any day that they have taken as leave but still include a 119 day period. For example if I had a member of staff who took 6 days off in that 119 day period I would need to add in the extra 6 days at the end, so I would need a 125 day period to be calculated.Is this possible? At the moment I have the rolling 119 day sum and a countif to tell me how many days leave (input as L) and then I manually add the extra cells to the formula. So my formula reads =SUM(C2:DQ2)+SUM(DR2:DW2) as my employee has taken 6 days leave. Many ThanksStu