View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ardus Petus Ardus Petus is offline
external usenet poster
 
Posts: 718
Default Can I use a formula that finds the smallest number that occurs twice in a column?

=MIN(999,FALSE) returns 0, but your formula works as expected!

Regards,
--
AP