Is there a way to switch it so that instead of listing the dates in the SUMIFS formula [ =SUMIFS($F:$F,$A:$A,">=1/1/19",$A:$A,"<=1/26/19") ] when totaling the value between two dates to make it so I can put the beginning and end dates in cells and having the formula refer to the cells? It gives the correct value but it since I'm entering so many of these I thought it would be easier to have the formula refer to a cell instead of typing it out. I tried replacing the dates with the cell locations [=SUMIFS($F:$F,$A:$A,>=MonthEndCloseDates!B14,$A:$A,<=MonthEndCloseDates!C14) ] but it gave 0 as the result instead of the correct value.