I am trying to create an automated summary page to evaluate household expenses, which are recorded individually. In my spreadsheet, I have a tab for each utility (Natural Gas, Electricity, Internet, Water, phone, etc ) For the first sheet, I am trying to have a summary sheet of all these expenses by month. I have had limited success with "=vlookup(a21,electricitydateamt,2)", where a21 is the date. The challenge is coming in two situations: When 2 payments are made in the same month (for example, April 1 and April 30)... and when the bill is every 2 months (water bill).
summary looks like below (Underlined numbers are wrong)
date electricity nat gas water internet TOTAL
jan 2012 25 20 10 30 85
feb 2012 40 28 13 30 111
march 2012 45 38 13 30 121
April 2012 45 35 30 110
Elec sheet shows
payment date payment amount ... and some more specific usage info for charting
Jan 25 2012 25 ....
Feb 25, 2012 40 ....
April 2, 2012 45 ....
April 30, 2012 55
Electricity does not sum 2 pymts made in April. and repeats something in March when nothing paid
Water sheet shows
Payment date payment amount
Jan 15 2012 10
March 15 2012 13
Water is only every other month, so the formula that I've used puts the same amount in 2 months rather than skipping a month as is actual.
I have the dates in the summary as the end of month, which works fine for monthly, single payments.
I am thinking that I may need to break the date column into 2 so I can use a 1st of month and end of month to sum 2 payments in one month or to skip a month where no payment is made.
I've watched countless videos on dates and searches of various kinds. But cannot find an obvious solution.
Any Thoughts? Thanks in advance.
summary looks like below (Underlined numbers are wrong)
date electricity nat gas water internet TOTAL
jan 2012 25 20 10 30 85
feb 2012 40 28 13 30 111
march 2012 45 38 13 30 121
April 2012 45 35 30 110
Elec sheet shows
payment date payment amount ... and some more specific usage info for charting
Jan 25 2012 25 ....
Feb 25, 2012 40 ....
April 2, 2012 45 ....
April 30, 2012 55
Electricity does not sum 2 pymts made in April. and repeats something in March when nothing paid
Water sheet shows
Payment date payment amount
Jan 15 2012 10
March 15 2012 13
Water is only every other month, so the formula that I've used puts the same amount in 2 months rather than skipping a month as is actual.
I have the dates in the summary as the end of month, which works fine for monthly, single payments.
I am thinking that I may need to break the date column into 2 so I can use a 1st of month and end of month to sum 2 payments in one month or to skip a month where no payment is made.
I've watched countless videos on dates and searches of various kinds. But cannot find an obvious solution.
Any Thoughts? Thanks in advance.