Help needed with personal finance tool

MoneyPlanters

New Member
Joined
Apr 9, 2011
Messages
41
Hello,
I am trying to create a personal finance calculator which takes inputs for :
1. Datewise Income with category and
2. Datewise Income with category

Category list for both needs to be modifiable.

And then I need a dashboard where I can get answers like :

Monthly expense trends for fuel/power/transport etc
% of income spending trends for fuel/transport etc
monthwise cash balance
monthwise investments
annual dividend income
annual stock investments

Anything like this possible ?

Thanks.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Probably possible. Would be helpful if you posted some sample data. Also, what is the difference between 1 and 2 listed in your request.
 
Upvote 0
Thanks for your reply.
Difference between 1 and 2 would be Income and Expenditure. Mistake on my post.
Sample data attached. I made two tables, one for datewise and category wise income and another for expense. Categories are setup with data validation. Cant get the pivot chart part.
Expenditure
DateDescriptionAmount
1-Jun-14Conveyance22.00
1-Jun-14Grocery58.00
1-Jun-14Others1,500.00
2-Jun-14Conveyance89.00
2-Jun-14Food90.00
2-Jun-14Cigarettes85.00
3-Jun-14Cigarettes85.00
3-Jun-14Grocery40.00

<colgroup><col><col><col></colgroup><tbody>
</tbody>

<colgroup><col><col><col></colgroup><tbody>
</tbody>


Income
DateDescriptionAmount
1-Jun-14Gifts3,000.00
4-Jun-14Interest325.00

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0
I would do it like this:

One table. Make the expenses negative and the income positive. Create a pivot table and with date and category in the row area and the numbers in the column area. Group the PT on Months. This will give you a summary of all income and expenses by category by month. Once you have done this, click on the pivot chart icon and Excel will automatically create a chart for you.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,070
Messages
6,128,615
Members
449,460
Latest member
jgharbawi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top