View Single Post
  #12   Report Post  
JE McGimpsey
 
Posts: n/a
Default

True. Thanks for the correction!

In article .com,
"Harlan Grove" wrote:

IF X is a number, the 3rd IF call, IF(ISNUMBER(rng),rng,0), is
unnecessary and should be replaced with just rng. Note that this relies
on the obscure fact that FALSE evaluates greater than any number value.