Another sum Formula
Posted by LARS on August 21, 2001 11:33 AM
I have vlookup's in Column I, X, Y and in column Z i want all three added up. The problem is if I or X or Y are blank or return no value then the sum formula in column Z returns blank
here is the formula I have in column Z
=if(iserror(i6+x6+y6),"-"(i6+x6+y6))
What do I replace the "-" with to get a number in column Z if any one of the I6, X6 or Y6 is blank to still add the other two that have numbers. Maybe only one has a number I want that number in column Z even if the other two don't retunn a value from the lookup
Thanks
Lars