Thread: #NUM!
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
bcmiller[_12_] bcmiller[_12_] is offline
external usenet poster
 
Posts: 1
Default #NUM!

Hi Gregor,

You can use an if and iserror statement on your worksheet to test i
your array formula returns an error. Where it does substitute th
system error message for your user defined error message.

ie: =if(iserror(array_formula),"",array_formula)

This is an easier way than trying to manipulate through code.

HTH

Cheers,

B

--
Message posted from http://www.ExcelForum.com