ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Multiplication of cells returns value error (https://www.excelbanter.com/excel-worksheet-functions/268530-multiplication-cells-returns-value-error.html)

bbheli

Multiplication of cells returns value error
 
Hello I am new here and new to excel so I hope that I am posting this is the right place and explain it correctly.

I need to create the following

a1*d1 however in some of the rows A may be empty and this returns a #value error in the f column which will be summed and prevents a total where rows contained the value error. I do not want the spread sheet user to have to type 0 in the a fields each time. So it is desirable that if A is empty I don't get a value error

wickedchew

Quote:

Originally Posted by bbheli (Post 962597)
Hello I am new here and new to excel so I hope that I am posting this is the right place and explain it correctly.

I need to create the following

a1*d1 however in some of the rows A may be empty and this returns a #value error in the f column which will be summed and prevents a total where rows contained the value error. I do not want the spread sheet user to have to type 0 in the a fields each time. So it is desirable that if A is empty I don't get a value error

=IF(ISERROR(A1*D1),"",A1*D1)


All times are GMT +1. The time now is 01:27 AM.

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