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 quali...