P
paulkaye
"" generates a zero-length string, not a truly empty cell. This is
causing problems elsewhere. I'd like to find an output for an IF
statement that will give me a truly empty cell. The current formula
is:
=IF(COUNT(C24:C29)>0,SUM(C24:C29),"")
Any ideas? If it involves a macro (as I think it might, having read
other posts), please explain how to implement it.
Thanks!
causing problems elsewhere. I'd like to find an output for an IF
statement that will give me a truly empty cell. The current formula
is:
=IF(COUNT(C24:C29)>0,SUM(C24:C29),"")
Any ideas? If it involves a macro (as I think it might, having read
other posts), please explain how to implement it.
Thanks!