need template to track college expenses & payments

G

Guest

Hi,
You can create 2 simple worksheets.
1st sheet having columns such as Date, Expense Nature, Expense, Income, then
remarks (if you want). Then keep on entering data.
2nd sheet can have columns such as expense nature, Expense & income column
Then use sumif() formula to find total expense / income
create range names such as expense nature range from b4:b500, expense from
c4:c500 & income from d4:d500
put at c5 =sumif(expense_nature,b5,expense)
put at d5 =sumif(expense_nature,b5,income)
or create a pivot table which is very easy & changable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top