Forum

Notifications
Clear all

How many times in the last 365 Days

5 Posts
3 Users
0 Reactions
160 Views
(@paul-sanft)
Posts: 35
Trusted Member
Topic starter
 

Morning/Afternoon All,

We have a job sheet with employee names in one column and dates they performed a specific task in another column. What I am struggling with is how to identify how may times an individual has completed the task in the last 365 days.

 

I was trying and IF with a COUNTIF but no glory.

 

Guidance greatly appreciated

 

Regards

 

Paul

 
Posted : 06/12/2023 3:24 pm
(@paul-sanft)
Posts: 35
Trusted Member
Topic starter
 

Almost have it, just need to exclude anything after 365 Days

 

=COUNTIFS(Personnel Names Column,Individuals Name Cell, Dates Column, "<="&TODAY())

 
Posted : 06/12/2023 3:56 pm
(@keebellah)
Posts: 373
Reputable Member
 

what it instead of TODAY() you use the serial data for the last day of the current year,?

 
Posted : 07/12/2023 3:08 am
Riny van Eekelen
(@riny)
Posts: 1185
Member Moderator
 

I believe that would be:

=COUNTIFS(Personnel Names Column,Individuals Name Cell, Dates Column, ">="&EDATE(TODAY(),-12))

You'll find a working example in the attached sheet.

 
Posted : 07/12/2023 10:11 am
(@paul-sanft)
Posts: 35
Trusted Member
Topic starter
 

Riny,

 

Works perfectly.

 

Thanks

 
Posted : 07/12/2023 2:26 pm
Share: