I am using this formula in Google Sheets:
=sumifs('Fieldwork Log'!M:M,'Fieldwork Log'!G:G, ">="&date(2022,8,1),'Fieldwork Log'!G:G,"<="&date(2022,8,31))It returns the sum of time durations for each month. Here is a link to the sheet: Fieldwork Tracker
I would like to drag the formula down a column but have the dates inside the ">="&date(2022,8,1) and "<="&date(2022,8,31)) move forward chronologically. Can anyone help? Cant find any answers anywhere on the web and I have others using the worksheet on their own with zero experience with spreadsheets.