I have a report summarizing different expense types that is grouping individual expense accounts on a downloaded report on a different sheet into general types using a sumifs function.
Is there a way to add a subtotals of those individual expense types as a 2nd sub-category without upsetting the range of larger sumifs function? I'm trying to avoid adding multiple sumifs so that when I update the reference column being summed on a monthly basis I only have to update it in the first cell of the sumifs range like I do today.
If that's not clear, below is what I have now and where I'm trying to go.
"Column B" would be where the sumifs are, and ideally I'd be able to insert the subtotals for expense categories 2, 3, 4, etc. without upsetting the ranges in the expense type formula or adding another helper column / formula in my data sheet since right now the categories only "exist" where the subtotal would be inserted.
Thanks!
Current
Future
Is there a way to add a subtotals of those individual expense types as a 2nd sub-category without upsetting the range of larger sumifs function? I'm trying to avoid adding multiple sumifs so that when I update the reference column being summed on a monthly basis I only have to update it in the first cell of the sumifs range like I do today.
If that's not clear, below is what I have now and where I'm trying to go.
"Column B" would be where the sumifs are, and ideally I'd be able to insert the subtotals for expense categories 2, 3, 4, etc. without upsetting the ranges in the expense type formula or adding another helper column / formula in my data sheet since right now the categories only "exist" where the subtotal would be inserted.
Thanks!
Current
Expense Category 1 | |
Expense Type A | $100 |
Expense Type B | $200 |
Expense Type C | $300 |
Expense Category 2 | |
Expense Type D | $400 |
Expense Type E | $500 |
Expense Type F | $600 |
Total Expenses | $2,100 |
Future
Expense Category 1 | $600 |
Expense Type A | $100 |
Expense Type B | $200 |
Expense Type C | $300 |
Expense Category 2 | $1,500 |
Expense Type D | $400 |
Expense Type E | $500 |
Expense Type F | $600 |
Total Expenses | $2,100 |