I have a Google Sheet with two columns:
- A date in the form dd/mm/yy
- The number of people who have registered that day
I have a second sheet in the same workbook also with two columns:
- The month in the form of mmmm yy
- The number of people who have registered that month
How do I use SUMIF, without creating additional columns, to fill in the monthly column?
CodePudding user response:
The simpliest way is to create a pivot table