I have a sheet that has rows added to it each month (10,000 and growing). I have a module that copies the rows for each State to it's own sheet. I'm trying to add a Totals sheet that has each State's row total. It needs to automatically update when rows are added to All States sheet. I have attached examples of what I have and what I'm trying to achieve. Attachments, (1) All States sheet, (2) Arizona, (3) California, (4) New Mexico. And (5), Totals sheet, I'm trying to add. All States sheetArizonaCalifoniaNew MexicoTotals Sheet
I've tried permutations of Sheet.Rows.Count in a For loop, but it hasn't come out right yet.