Database problem

M

Mark

I have set up a spread sheet to keep a track of my spending. Column A is
formatted to dd/mm/yyyy and columns B, C, D, E, & F are my expenses with
column G being income and column H being the balance.
I am trying to set up a seperate worksheet where a single cell will give me
the total spending based upon a calendar month.
Many thanks in advance for all those who have helped.
 
F

FSt1

hi
i have a similar database. here is the formula i use..
=SUMPRODUCT((MONTH(B$3:B500)=7)*(E$3:E500))
in my db, column B is the month and column E is expenses.
you will need a fomula like above for each months.
you can sum the months for year total.
jan = 1, feb = 2, etc.

regards
FSt1
 
M

Mark

Hi
What would I need to add into the formula seperate by month and year as my
db starts April 07 thru to December 2010?
Thank you.
 

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

Similar Threads


Top