Thanks Ron, but that just minuses the row number from the cell figure rather
than adding the row contents together then minusing it from the cell figure
> >Hi, I need a formula that will add all figures in a row except zero or blank
> >cells and then minus that figure from another cell figure - does anyone know
[quoted text clipped - 3 lines]
>
> --ron
piggin76 - 23 Dec 2007 13:56 GMT
managed to work it out - if anyone else needs it
=a2-(sum(c2:m2))
Ron Rosenfeld - 23 Dec 2007 15:02 GMT
>Thanks Ron, but that just minuses the row number from the cell figure rather
>than adding the row contents together then minusing it from the cell figure
[quoted text clipped - 6 lines]
>>
>> --ron
You're correct. Typo Alert:
Should have been:
=a2-sum(row(1:1))
--ron
Ragdyer - 23 Dec 2007 16:28 GMT
Also:
=A2-Sum(1:1)

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
>
> >Thanks Ron, but that just minuses the row number from the cell figure rather
[quoted text clipped - 15 lines]
>
> --ron
Ron Rosenfeld - 23 Dec 2007 18:46 GMT
>Also:
>=A2-Sum(1:1)
I really should stop posting without testing :-((
--ron