Thread
:
how do i calculate minumum but 0 (zero) must not show as the min
View Single Post
#
2
Posted to microsoft.public.excel.misc
Bob Phillips[_3_]
external usenet poster
Posts: 2,420
how do i calculate minumum but 0 (zero) must not show as the min
=IF(MIN(rng)=0,"",MIN(rng))
--
__________________________________
HTH
Bob
"minimum" wrote in message
...
Reply With Quote
Bob Phillips[_3_]
View Public Profile
Find all posts by Bob Phillips[_3_]