Help 2nd request (sumif formula of similar 17-04-08)

J

Joco

Hi
Is anybody able to help me with the way to create a formular, originally
posted on the 17-04-08, this post contains the full details of my question

Thanks Joco (London)
 
M

Mike H

Hi,

If ive understood correct try this for monthly balance
=SUMPRODUCT((MONTH(C2:C1000)=1)*(YEAR(C2:C1000)=2008)*(F2:F1000))
and for yearly
=SUMPRODUCT((YEAR(C2:C1000)=2008)*(F2:F1000))

In both cases i've included the month and year in the formula but thay could
be cell references
Mike
 
J

Joco

Mike hi,

Thanks for your reply, but it's not quite what I am looking for, this would
give me a net value of the months total transaction, asuming each line had a
date entry, which they do not.

Column (F) has all sorts of names in it, with Receipts in column (G) and
payments in column (H) for example

F G H
Rates 200.00
* Abbey National 150.00
Credit Card 300.00
* Nationwide 200.00
* Ings 100.00
Insurance 150.00
* HSBC 250.00

What I am looking to do is produce a value for the items shown with *, of
200.00 posative which is the net value of my savings in the period. Any
formular would have to be based on line numbers, as only the 1st entry of
each day has a date in column C

My current sumif produces the correct answer, but is difficult to control
due to the large number of names it needs to produce a value for

I would like to put the names in a seperate column, and have any formular or
macro refer to the additional names

Hope this makes my problem clearer

Thanks Joco (London)
 

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