Hi! Yes i know that it works when you have the data like that but if you have
eg
citi 100
citi 100
citi 100
rabo 21
abn 50
abn 75
abn 50
then you get in c: null, null, 300, 300, null, null, 175....Pls note the
second 300, there is the problem but I have know idea how to solve it. pls
help me!!
"Roger Govier" skrev:
> Hi Arne
>
[quoted text clipped - 42 lines]
> >> >
> >> > Any help very much appreciated! Thanks alot!
Roger Govier - 17 Oct 2006 12:57 GMT
Hi Arne
With that same data in A1:B7
with =IF(A2=A1,"",SUMIF(A:A,A1,B:B))
in cell C1 and copied down, I get
Null, Null, 300, 21, Null, 175

Signature
Regards
Roger Govier
> Hi! Yes i know that it works when you have the data like that but if
> you have
[quoted text clipped - 65 lines]
>> >> >
>> >> > Any help very much appreciated! Thanks alot!