Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've a problem with correct sum of column.
I would like sum A+B+C+D
A B C D E(A+B+C+D)
1 - 2 1 0 wrong value
1 2 3 1 7
1 0 2 3 7
2 - 4 1 0 wrong value
where fields value = NULL the equal = 0
Hi,
Use the rangesum function to solve this problem
=RangeSum(A,B,C,D)
Celambarasan
Hi,
Use the rangesum function to solve this problem
=RangeSum(A,B,C,D)
Celambarasan