I have the following formula in a worksheet that uses data entered into cells found in another worksheet within the same workbook:
=SUM('1-1'!C4/'1-1'!B4)-1
Since no one has entered data into the cells in the other worksheet, the formula is returning a result of #DIV/0! instead of remaining blank. How do I make it so these cells are blank until data is entered into the other worksheet calculating a real result?
Bookmarks