E
ezuk
Hello,
I'm making a budget spreadsheet. This is before-the-fact accounting -
you budget everything and _then_ spend the money.
Each line contains an expense description, and a category for th
expense.
I want to make a neat list of the total sum in each category.
This would be easy to do using SumIf, if not for one thing: I want t
make it easy to add new categories.
Meaning, if the user inputs a category which doesn't exist yet in th
"category list", it will be recognized as a "new category" and will ge
its own cell with SumIf and everything.
Any ideas on how to implement it? I'm starting to think VBA is the wa
to go... But I don't like it so much.
What do you think?
Thank you
I'm making a budget spreadsheet. This is before-the-fact accounting -
you budget everything and _then_ spend the money.
Each line contains an expense description, and a category for th
expense.
I want to make a neat list of the total sum in each category.
This would be easy to do using SumIf, if not for one thing: I want t
make it easy to add new categories.
Meaning, if the user inputs a category which doesn't exist yet in th
"category list", it will be recognized as a "new category" and will ge
its own cell with SumIf and everything.
Any ideas on how to implement it? I'm starting to think VBA is the wa
to go... But I don't like it so much.
What do you think?
Thank you