so, I am trying to make a simple formula from returning a 0 and want it just to be blank.. I am not working the if iserror very well.. formula is =sum('Week 1'!D31:H31) I am tired of looking at the zeros and just want it to be blank if there is answer to the formula is 0.
if(iserror(sum('Week 1'!D31:H31))," ",sum(('Week 1'!D31:H31)) is not returning the correct info.
if(iserror(sum('Week 1'!D31:H31))," ",sum(('Week 1'!D31:H31)) is not returning the correct info.