I have a very simple formula that is adding up certain columns within a worksheet, =SUM(AY3+BF3+BM3+BT3+CP3+CW3+DD3+DK3+EG3+EN3+EU3+FB3+FX3+GE3+GL3+GS3)
The issue is, if any of these cells contain text (which is always "Inst. Unavailable") it returns a value of "#VALUE!" .. to explain more, Within the worksheet, all the cells have number values, but randomly one of them could be "Inst. Unavailable"
I've tried using commas instead, =SUM(AY3,BF3,BM3,BT3,CP3,CW3,DD3,DK3,EG3,EN3,EU3,FB3,FX3,GE3,GL3,GS3) but the formula only returns a value of "0" when using this.
I've tried using "N", for instance, =SUM(N(AY3)+N(BF3)+N(BM3)+N(BT3)+N(CP3)+N(CW3)+N(DD3)+N(DK3)+N(EG3)+N(EN3)+N(EU3)+N(FB3)+N(FX3)+N(GE3)+N(GL3)+N(GS3) but again, the formula only returns a value of "0" hen using this.
The issue is, if any of these cells contain text (which is always "Inst. Unavailable") it returns a value of "#VALUE!" .. to explain more, Within the worksheet, all the cells have number values, but randomly one of them could be "Inst. Unavailable"
I've tried using commas instead, =SUM(AY3,BF3,BM3,BT3,CP3,CW3,DD3,DK3,EG3,EN3,EU3,FB3,FX3,GE3,GL3,GS3) but the formula only returns a value of "0" when using this.
I've tried using "N", for instance, =SUM(N(AY3)+N(BF3)+N(BM3)+N(BT3)+N(CP3)+N(CW3)+N(DD3)+N(DK3)+N(EG3)+N(EN3)+N(EU3)+N(FB3)+N(FX3)+N(GE3)+N(GL3)+N(GS3) but again, the formula only returns a value of "0" hen using this.