ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Summing a column with formula value... (https://www.excelbanter.com/excel-worksheet-functions/108818-summing-column-formula-value.html)

Jay

Summing a column with formula value...
 
The formula I have is the standard: =Sum(L35:L38), however, it generates a
"#Value!" error if cell L36 and L37 arblank or have no value. Any work
arounds out there? I know there has to be.

This formular works fine for the previous summing cell above the cell in
question: =If(Sum(L18:L34=0,"",Sum(L18:L34)), why not for the other?

Thanks

MarkN

Summing a column with formula value...
 
The formula below should solve the problem:
=IF(ISERROR(SUM(L5:L38)),"",SUM(L35:L38))
The value error is likely being generated by an error in the summed range,
meaning that the summed total will return the error.
--
Hope this helps,
MarkN


"Jay" wrote:

The formula I have is the standard: =Sum(L35:L38), however, it generates a
"#Value!" error if cell L36 and L37 arblank or have no value. Any work
arounds out there? I know there has to be.

This formular works fine for the previous summing cell above the cell in
question: =If(Sum(L18:L34=0,"",Sum(L18:L34)), why not for the other?

Thanks



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

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