View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Countif using the min function

=SUMPRODUCT((F12:L120)/COUNTIF(F12:L12,F12:L12&""))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"bsnapool" wrote in
message ...

Hi All

Come stuck on a formulae and hoping some one might be able to help me
out.

I am trying to count numeric values within a range, and then bring back
the smallest number, so here is what i have so far:

=COUNTIF('1'!$F12:$L12,"0")

the problem I am having is that if for e.g. 5, 5, 5 is entered within
the range, it counts this as three times, but i would only like the
formulae to count it once no matter how many numeric values are
entered.

Hope this makes sense.

Thanks

Andrew


--
bsnapool
------------------------------------------------------------------------
bsnapool's Profile:

http://www.excelforum.com/member.php...o&userid=36115
View this thread: http://www.excelforum.com/showthread...hreadid=559862