I feel like I'm almost there with this, but just can't figure it out. I'm trying to determine a Sales Rate (money/hours) per Estimator, per month (date range).
My column headings are: Ops Start Date, Estimator, Scope Hr, and Contract Amount.
I think the problem is using a date range within a SUMIFS formula. I know its possible within excel just like I have it below, but not within SS. Does anyone have a suggested workaround?
=SUMIFS(Contract Amount:Contract Amount, Ops Start Date:Ops Start Date, ">="&DATE(2018,1,1),Ops Start Date:Ops Start Date, "<"&DATE(2018,1,31), Estimator:Estimator, "Nathan")