Reporting on hours within a set date range.
I'm looking for a way to set up a calculated field for the number of hours logged during a set period of time (between two dates that I'd like to hard code) within a project. I'm getting hung up on combining an if statement to limit by entry date with a sum statement that totals the hours that qualify. Eventually, I'd like to have four of them per project that would give me a constant reference for how many hours were logged per quarter. Has anyone else come across this? (I might well be severely overcomplicating things). Thanks in advance!