ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Ignore blanks in multiplication formula (https://www.excelbanter.com/excel-worksheet-functions/200301-ignore-blanks-multiplication-formula.html)

ag10

Ignore blanks in multiplication formula
 
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!

Glenn

Ignore blanks in multiplication formula
 
ag10 wrote:
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)

T. Valko

Ignore blanks in multiplication formula
 
Try this:

=PRODUCT(A1:A10)

--
Biff
Microsoft Excel MVP


"ag10" wrote in message
...
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!




ag10

Ignore blanks in multiplication formula
 
Well that was easy. :) Thanks.

T. Valko

Ignore blanks in multiplication formula
 
You're welcome!

--
Biff
Microsoft Excel MVP


"ag10" wrote in message
...
Well that was easy. :) Thanks.





All times are GMT +1. The time now is 09:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com