> Definitely FALSE.
>
[quoted text clipped - 11 lines]
> >
> > Is this true and/or is there a way round it?
The limit is 1024 (when in R1C1 reference style).
You could use:
=sum(sum(a1,b1),sum(e1,g1),sum(q1,v1)
You can use 30 arguements in each sum().
If the cells that are in the range are non-numeric, you can still use:
=sum()
It'll ignore those text entries.
> Hello Bill,
> I,m trying to analyse a 'phone bill so they are straight additions but not
[quoted text clipped - 26 lines]
> > >
> > > Is this true and/or is there a way round it?

Signature
Dave Peterson
Bob Phillips - 27 Jun 2005 16:42 GMT
> The limit is 1024 (when in R1C1 reference style).
>
> You could use:
>
> =sum(sum(a1,b1),sum(e1,g1),sum(q1,v1)
A little more simply with
=SUM((a1,b1,c1, etc),(e1,g1, etc))
that is group them within the SUM itself