Hi,
I’m trying to do a rolling count by week. Similar to the formula I have below.
I would really appreciate any help I can get in converting the monthly formula below to weekly.
*Also, if there is a way I can get the average Daily/Weekly/Monthly/Yearly
Thank you for your time and help
Corey
I’m trying to do a rolling count by week. Similar to the formula I have below.
I would really appreciate any help I can get in converting the monthly formula below to weekly.
*Also, if there is a way I can get the average Daily/Weekly/Monthly/Yearly
Code:
Reviewed10M: Sum(IIf([MyField] Between DateSerial(Year(Date()),Month(Date())-10,1) And DateSerial(Year(Date()),Month(Date())-9,0) And [MyField] Is Not Null,1,0))
Thank you for your time and help
Corey