Bill,
Here's my actual scenario...
A1+A5+A10+A15
What can I do with that?
Thanks!
--Randy
> Use the SUM function:
>
[quoted text clipped - 19 lines]
>>
>> --Randy Starkey
Peo Sjoblom - 09 Oct 2007 16:38 GMT
As previously stated use SUM
=SUM(A1,A5,A10,A15)
or the somewhat unnecessary
=N(A1)+N(A5)+N(A10)+N(A15)

Signature
Regards,
Peo Sjoblom
> Bill,
>
[quoted text clipped - 31 lines]
>>>
>>> --Randy Starkey
Pete_UK - 09 Oct 2007 16:42 GMT
Try this:
=sum(A1,A5,A10,A15)
Hope this helps.
Pete
By the way, it was Biff, not Bill !!
On Oct 9, 4:30 pm, "Randy Starkey"
<randy.starkeyNOS...@NOSPAMvictorychurch.com> wrote:
> Bill,
>
[quoted text clipped - 37 lines]
>
> - Show quoted text -
Randy Starkey - 10 Oct 2007 04:55 GMT
Cool. Thanks everyone!
--Randy Starkey
> Try this:
>
[quoted text clipped - 51 lines]
>>
>> - Show quoted text -
Pete_UK - 10 Oct 2007 09:39 GMT
You're welcome.
Pete
On Oct 10, 4:55 am, "Randy Starkey"
<randy.starkeyNOS...@NOSPAMvictorychurch.com> wrote:
> Cool. Thanks everyone!
>
[quoted text clipped - 61 lines]
>
> - Show quoted text -