Thread: If #REF! Use 0
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Slave2Six Slave2Six is offline
external usenet poster
 
Posts: 1
Default If #REF! Use 0


You may want to try adding a column for the IF statement. Example:

Column A: [Data Entry 1]
Column B: [Data Entry 2]
Column C: =A1*B1
Column D: =IF(ISERROR(C1), 0, C1)

Hide column C.

If either column A or B is deleted, the formula in C will result in an
error thus rendering a 0.


--
Slave2Six
------------------------------------------------------------------------
Slave2Six's Profile: http://www.excelforum.com/member.php...o&userid=36904
View this thread: http://www.excelforum.com/showthread...hreadid=567233