H
Hawk
I am trying to sum a range of cells (A1:A5). The cells
will contain one of the following values:
0
1
#Value!
For example:
A1 - 1
A2 - 1
A3 - 0
A4 - 1
A5 - #Value!
=sum(A1:A5) returns the following:
#Value!
I would like it to return 3...
I'm sure there is a simple solution, but I cannot seem to
figure one out. TIA
will contain one of the following values:
0
1
#Value!
For example:
A1 - 1
A2 - 1
A3 - 0
A4 - 1
A5 - #Value!
=sum(A1:A5) returns the following:
#Value!
I would like it to return 3...
I'm sure there is a simple solution, but I cannot seem to
figure one out. TIA