Caveman1964
Board Regular
- Joined
- Dec 14, 2017
- Messages
- 127
- Office Version
- 2016
- Platform
- Windows
I am attempting to get absentee points to fall off after 365 days.
My sheet has a row with the date.
A row with the points.
I have it totaling the points in the row but want the points to not be included if its been 365 days.
My formula does not work...I have attempted multiple variations with no luck.
=SUM(IF(DATEDIF(J4:FLX4,J4:FLX4+J6:FLX6,"yd")<=365,J6:FLX6,0))
Row 4 is the date.
Row 6 is the points
Row 5 is simply the hours off and it isn't blank, it places the points into the day which is row 6.
a screen shot is to give some reference as to what I am referring to.
Any help is much appreciated!
My sheet has a row with the date.
A row with the points.
I have it totaling the points in the row but want the points to not be included if its been 365 days.
My formula does not work...I have attempted multiple variations with no luck.
=SUM(IF(DATEDIF(J4:FLX4,J4:FLX4+J6:FLX6,"yd")<=365,J6:FLX6,0))
Row 4 is the date.
Row 6 is the points
Row 5 is simply the hours off and it isn't blank, it places the points into the day which is row 6.
a screen shot is to give some reference as to what I am referring to.
Any help is much appreciated!