Thread: Range problem
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default Range problem

Hi
If data is in A1:A8 then

=MIN(IF(A1:A80,A1:A8,""))

and enter as an array formula using Ctr+shift+enter

regards
Paul

On Apr 2, 5:16*pm, ace wrote:
Guys,

i have a data set thus,
20
21
21.5
27
24
0
0
19.5

Now the range formula will take 27-0 and give me the answer as 27
but if I want the zeros to be discounted from the range formula is it
possible??
that is i want the range formula to take the max as 27 and in this case the
minimum as 19.5, can it be done??