Say your data is in columns A & B. In C1 we have:
Apr
In D1 enter:
=SUM(B1:INDIRECT("B" & MATCH(C1,A1:A100,0)))
this displays 6258

Signature
Gary''s Student - gsnu200780
> Hi i hope some one can give me a hand i have this example in excel where i
> have the month in this example its Apr and then i have the table below it and
[quoted text clipped - 20 lines]
> Jan 783
> Feb 785
Sandy Mann - 18 Apr 2008 16:18 GMT
Or without the volatile INDIRECT() function:
=SUM(B1:INDEX(B1:B14,MATCH(C1,A1:A14,0)))
But I get 6250, I assume that the 8 was a typo.

Signature
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk
> Say your data is in columns A & B. In C1 we have:
> Apr
[quoted text clipped - 29 lines]
>> Jan 783
>> Feb 785