I have a formula which runs between two dates, the first of these dates is:
=Date()-Choose(DatePart(“w”,Date()),4,5,6,0,1,2,3)-7″)
Currently, this returns 8/29/01.
I would like to report on the number of entries made before this date. I have a field called ‘DateStarted’ but can’t get anything to count every entry made before this date.
Any ideas?