The data is the result of the formula, so no, you can't
Clear the values in Columns B and C and use this Formula.
PHP Code:=IF(OR(B3="",C3=""),"",SUM(B3:C3))
The data is the result of the formula, so no, you can't
Clear the values in Columns B and C and use this Formula.
PHP Code:=IF(OR(B3="",C3=""),"",SUM(B3:C3))
Last edited by bakerman; 12-10-2013 at 08:24 AM. Reason: Tags added
Bookmarks