SumIfs with Rolling Calendar

haleyarmstrong

New Member
Joined
Oct 27, 2014
Messages
1
Employee ID #
First Name
Last Name
Team
Date of Occurrence
Type of Occurrence
Occurrence Points
111111
Haley
G
Test
1/1/14
Absent
1
111111
Haley
G
Test
4/1/14
Absent
1
111111
Haley
G
Test
7/1/14
Absent
1
111111
Haley
GTest
10/1/14
Absent
1
111111
Haley
G
Test
1/1/15
Absent
1
111111
HaleyG
Test
4/1/15
Absent
1
111111
Haley
G
Test
7/1/15
Absent
1

<tbody>
</tbody>

I am working to create an attendance tracking system for work. At work, we assign points for every occurrence which you are absent/tardy/leave early & these points are totaled on a 6 month rolling calendar. Each employee has a unique ID number which is what I have been using as a criteria for the SumIf function.

However, now that we have the rolling calendar in place, I need to have points that expire after 6 months to roll off & not be included in the SumIf calculation while still evaluating employee ID number. I am not sure how to go about this. I would think that adding date ranges as criteria would work but I do not know how to do this. I have created a table of sample data. Any help would be greatly appreciated, thank you .
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
how about just expiring the point in the table after 6 months ?

maybe something like =IF(TODAY()-E2>180,0,1) in the Occrrence Points column ?

obviousely though the points for 2015 wouldn't be valid
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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