Ignore blanks in multiplication formula

A

ag10

I've got a column of ten cells that I want multiplied together, i.e.,
=A1*A2*...*A9*A10. A couple of these cells are blank, and I want to ignore
those cells. For instance, say cells A3, A4, and A7 are blank, then I want
the product to come out =A1*A2*A5*A6*A8*A9*A10 rather than just zero. In the
next column, maybe B1 and B8 are blank, and then I want those cells ignored
for the product of their column.

Is there any formula for this? Thanks!
 
G

Glenn

ag10 said:
I've got a column of ten cells that I want multiplied together, i.e.,
=A1*A2*...*A9*A10. A couple of these cells are blank, and I want to ignore
those cells. For instance, say cells A3, A4, and A7 are blank, then I want
the product to come out =A1*A2*A5*A6*A8*A9*A10 rather than just zero. In the
next column, maybe B1 and B8 are blank, and then I want those cells ignored
for the product of their column.

Is there any formula for this? Thanks!


=PRODUCT(A1:A10)
 

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

Top