You can add a Formula field for the Year (from the entry Date), with the YEAR()
function, and then Group by that too.
Sorry, I didn’t do a great job explaining what I’m attempting. Here’s a screen shot of the Table sorted by volunteer name. I want to be able to create a view that shows just the names and the Sum (circled in red).

Otherwise I need to scroll through the list at the end of the work season and create a spreadsheet manually. I set up a fresh new Base for every season, since we only report annually but want to save the work hours year to year.
Cosmo
Sorry, I didn’t do a great job explaining what I’m attempting. Here’s a screen shot of the Table sorted by volunteer name. I want to be able to create a view that shows just the names and the Sum (circled in red).

Otherwise I need to scroll through the list at the end of the work season and create a spreadsheet manually. I set up a fresh new Base for every season, since we only report annually but want to save the work hours year to year.
Cosmo
You can add the Year field, and then Group by year as I said, or create Views for every year. You can collapse the Groups from the settings.
Original:

Gruped by Year and with totals per Volunteer:

Views by Year:


Got it. thanks! Any way to collapse the groups for the entire table at once, or do I need to go through and manually collapse each person?
You can add the Year field, and then Group by year as I said, or create Views for every year. You can collapse the Groups from the settings.
Original:

Gruped by Year and with totals per Volunteer:

Views by Year:


