Hello All,
I cant figure out how to correctly populate my workbook to deduct a value when it passes 90 days. For example, if an employee left early 90 days go and incurred 0.5 points for it, tomorrow that 0.5 points should fall off the total score since its past 90 days.
The total number of points minus any credits or drop offs over 90 days should be in cell DC. The formula I have in there is:
=(SUM(COUNTIF(INDEX($A3:DB3,MAX(1,COLUMN(DB3)-90)):INDEX($A3:DB3,COLUMN(DB3)-1),{"LE","Call_Off","Late","NCNS","Excused"})/{2,1,2,0.5,1000}))+DE3
The formula I have in a "day" cell (it pulls over data from another sheet) is:
=IFERROR(INDEX(Attendance!$E:$E,MATCH(1,INDEX(($A3=Attendance!$A:$A)*(DA$1=Attendance!$C:$C),0),0))&"","")
I cant attach the spreadsheet as its too big to attach here..
I add a column daily as well.
Help!
Bookmarks