Absence Tracker

VSeaver

New Member
Joined
Jul 6, 2017
Messages
5
I have created an absence tracker that tracks points accured on a rolling 12 month system. If an employee takes an unexcused absence he gets a point. After 12 months, a point will be taken back. I believe I have completed this with this formula in I5: =SUMIFS($F$5:$F$11,$D$5:$D$11,"<="&DATE(YEAR(C2),MONTH(C2),DAY(C2)),$D$5:$D$11,">="&DATE(YEAR(C2)-1,MONTH(C2),DAY(C2)))

My next step is what I am asking. I want to add to this if an employee takes an unexcused day and doesn't take another one for 6 months, then another point will be taken back as well. I may be over thinking this and maybe there is an easier way. I attached an HTML of what I have. This is the first time I tried Excel Jeanie so forgive me if doesn't work.

Main

BCDEFGHI
2Current Date:8/11/2017
3
4LastFirstDate of AbsenseConsecutive DatePointsAbsense or TardyDays UnexcusedTotal Points Used
5LastFirst7/2/2017 1 5
67/15/2017 1
77/22/2017 1
87/30/2017 1
98/8/2017 1
10
11

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:112px;"><col style="width:108px;"><col style="width:145px;"><col style="width:145px;"><col style="width:58px;"><col style="width:145px;"><col style="width:145px;"><col style="width:128px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
C2=TODAY()
I5=SUMIFS($F$5:$F$11,$D$5:$D$11,"<="&DATE(YEAR(C2),MONTH(C2),DAY(C2)),$D$5:$D$11,">="&DATE(YEAR(C2)-1,MONTH(C2),DAY(C2)))

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4



Thanks.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).

Forum statistics

Threads
1,215,647
Messages
6,126,006
Members
449,280
Latest member
Miahr

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