Hi There,
I'm working with this formula:
=SUMIFS({Weekly Sheet - Company Name Range 1}, {Weekly Sheet - Company Name Range 2}, ="Initiative Name", {Weekly Sheet - Company Name Range 3}, >=DATE(2023, 10, 1), {Weekly Sheet - Company Name Range 3}, <=DATE(2023, 10, 31))
This formula pulls from a another sheet and says if it's this initiative name and between these dates sum the time column.
I'm trying to figure out how to enhance this formula to instead of naming the initiative in the formula, instead saying something like if the initiative name in my current sheet @ this row matches the initiative name from the other sheet, and is between these dates, it will sum the time column.
I'd also like to enhance this formula to point to a cell that I can change the date range on that would then change it where ever referenced, instead of having to change the date range each fiscal on every single formula - if that make sense.
Appreciate any assistance in advance!