Row formula help please

  • Thread starter Thread starter piggin76
  • Start date Start date
P

piggin76

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
how to do that please? thanks
 
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
how to do that please? thanks


=a2-row(1:1)


--ron
 
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
 
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

You're correct. Typo Alert:

Should have been:

=a2-sum(row(1:1))



--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top