I have an worksheet with expenses for different items with name, date, receipt no., total etc.
I need to create a top 10 list of expenses but when I sort I get only the Top 10 INDIVIDUAL receipts while I need all receipts under the same name to be added together and then listed.
For eg.
Name of expense(Column A) Cost (Col.B)
Transport $1000
Gas $2000
Transport $800
Food $1100
Transport $500
Electricity $700
I have 100 lines per sheet like this with many more names, when I do a top 10 I get -
1.Gas - $2000
2.Food - $1100
3.Transport - $1000
etc.
Whereas Transport should be on top as it costs added up is more than the others.
It will help monitor the highest cost which is done manually right now. The data is sorted but not able to get a top 10 list!
Your help is much appreciated in advance!
Thank you!
I need to create a top 10 list of expenses but when I sort I get only the Top 10 INDIVIDUAL receipts while I need all receipts under the same name to be added together and then listed.
For eg.
Name of expense(Column A) Cost (Col.B)
Transport $1000
Gas $2000
Transport $800
Food $1100
Transport $500
Electricity $700
I have 100 lines per sheet like this with many more names, when I do a top 10 I get -
1.Gas - $2000
2.Food - $1100
3.Transport - $1000
etc.
Whereas Transport should be on top as it costs added up is more than the others.
It will help monitor the highest cost which is done manually right now. The data is sorted but not able to get a top 10 list!
Your help is much appreciated in advance!
Thank you!