I have a formula that sums multiple statements, but the one I have I need help with is the one that references a range in dates.
=SUMIFS({Reference Hours}, {Reference Drafter}, [Primary Column]@row, {Reference Rework}, Rework1, {Date}, >=DATE(2023, 10, 26), {Date}, <=DATE(2023, 11, 1))
I want to be able to make the dates be updated using a cell.
I have two columns, one for Start Date and one for End Date, I want those to be the ones that drive the date range, otherwise I have to edit the formula every time.
How can I reference the cells on those columns inside the DATE formula?