Is there a way for me to change up this formula so I don't have to come in each month and change the dates in the cells to pull the right data? This is a summary field with the formula calculating hours being worked that would end this month. Right now im going in each month and updating the dates but hoping to find a way for it to automatically do it so I never have to touch the formula again if at all possible.
=SUMIFS([Hours / Week]:[Hours / Week], [Product]:[Product], HAS(@cell, "XXX"), [End Date]:[End Date], >=DATE(2024, 2, 1), [End Date]:[End Date], <=DATE(2024, 2, 29), PM:PM, "person")