From a project sheet (with additional columns added) I'm trying to tally up the number of days by resource assigned to each quarter. So I want to specify a Q3 date range between 6/1/15 and 8/31/15, for example, as one of the SUMIFS criteria so that I only toal the number of days during that time frame.
Something like so:
=SUMIFS(Days1:Days47, ResourceName1:ResourceName47, "Name", FinishDate1:FinishDate47, [DATE RANGE?])
I found a post online with an equation that does this in Excel:
=SUMIFS(B2:B8,A2:A8,">=2014-03-04",A2:A8,"<=2014-05-10"
Is there something similar in Smart Sheet?
Much thanks!