Since your formula matches your subject line ... what's the question?

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
>
> A1 Credits, B1 Debits , C1 Total of A1-B1
> then next line A2-B2 +C1
>
> Thanks for any Help.....Bob
Bob V - 20 Jun 2007 02:01 GMT
Sorry if A2 and B2 don't have any data C2 should be blank........Thanks Bob
> Since your formula matches your subject line ... what's the question?
>>
>> A1 Credits, B1 Debits , C1 Total of A1-B1
>> then next line A2-B2 +C1
>>
>> Thanks for any Help.....Bob
Roger Govier - 20 Jun 2007 07:48 GMT
Hi Bob
One way
=IF(COUNT(A2:B2)=0,"",A2-B2 +C1)

Signature
Regards
Roger Govier
> Sorry if A2 and B2 don't have any data C2 should be
> blank........Thanks Bob
[quoted text clipped - 4 lines]
>>>
>>> Thanks for any Help.....Bob
Bob V - 20 Jun 2007 23:28 GMT
Thanks Roger worked great
Bob
> Hi Bob
>
[quoted text clipped - 9 lines]
>>>>
>>>> Thanks for any Help.....Bob