View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Change cells inside a function

Hi all:

I'm writing a function, that search into a given range, 4 cells that
standard deviations is better, and returns it...

=DESVESTMIN(A1:A8;4)

I would like to mark the used cells and here is the problem. It seems that I
cannot change anything inside a function, is it right ?

Thanks

Manel