Excel Sum function - Don't return 0 if a range is blank -


i using excel 2013. using sum function find sum of range of cells. if entire range blank, 0 should displayed. help

use count see if there numbers in range, e.g.

=if(count(b1:b10),sum(b1:b10),"") 

Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

php - mySQL problems with this code? -

C# MVC AngularJS -