Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) "Mike H" wrote: Hi, If ive understood correct try this for monthly balance =SUMPRODUCT((MONTH(C2:C1000)=1)*(YEAR(C2:C1000)=20 08)*(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 "Joco" wrote: 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) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif formula or similar | Excel Discussion (Misc queries) | |||
similar to sumif() but for averages | Excel Discussion (Misc queries) | |||
A formula maxif, similar with sumif or countif | Excel Worksheet Functions | |||
Is there a MAXIF formula similar to the SUMIF formula? | Excel Discussion (Misc queries) | |||
sumif with similar cells | Excel Worksheet Functions |