View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Sumproduct or Sumif formula

Assuming your data is from A2 to C7, try the below

D2 = AccountNo
E2 = month end date

=SUMPRODUCT(--(A2:A7=D2),--(B2:B7=E2),--(C2:C7))

If this post helps click Yes
---------------
Jacob Skaria


"Peter" wrote:

Hi all

I am looking for a formula that looks at col a and col b and where the same
total col c.

Account No Month End Date Balance
INTE08 28/02/2009 £1,000.00
INTE08 28/02/2009 £1,000.00
INTE08 31/03/2009 £1,000.00
INTE08 31/03/2009 £1,000.00
INTE07 30/04/2009 £1,000.00
INTE07 30/04/2009 £1,000.00

So - where Account No and Month End = Inte08 and 28/2/09 then total balance
= £2000.

I have had a quick look at sumproduct formula but keep getting Value#
(array) or non array.

Any ideas would be greatly appreciated

Thanks

Peter