Thread: If #REF! Use 0
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default If #REF! Use 0

Or even change it to:

=IF(ISERROR(P483)=TRUE,0,P483)

(But I'd use your suggestion, too.)

Slave2Six wrote:

Remove ="True" from your statement.

The function should be =IF(ISERROR(P483),0,P483)

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


--

Dave Peterson