Thread: Critbinom
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 134
Default Critbinom

Is this a user defined function? Is a value for n 1030
valid? If not, test this value before you call the
function. If it is greater than 1030, take appropriate
action. If a value greater than 1030 is valid (and this is
a function you defined) the code for the function would be
necessary to debug.

Hope that helps!

Kevin
-----Original Message-----
Is there a easy workaround to the problems with critbinom
given an error when n 1030 in the equation:

CRITBINOM(n, p, alpha)
.