I am trying to create an IF/OR Function which will give a grand total if one or more of the cells contains a number and will leave the calculated cell blank if there are no numbers in any of the cells. The formula looks right to me but, instead of leaving the calculated cell blank if there are no numbers in the specified cells, it puts a 0 (zero). What am I doing wrong?
IF(OR(S8>0,T8>0),SUM(TOTAL!L4306:L4346)+SUM('2NDTOTAL'!L1829:L1869)+$AW54,"")
IF(OR(S8>0,T8>0),SUM(TOTAL!L4306:L4346)+SUM('2NDTOTAL'!L1829:L1869)+$AW54,"")