Thread: Range problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ace ace is offline
external usenet poster
 
Posts: 19
Default Range problem

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??