View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Trav Trav is offline
external usenet poster
 
Posts: 5
Default Counting Consecutive Numbers

I need to count consecutive numbers,


0 0 0 0 0 0 0 0 0 0 0 (ie this would = 6)

countif(range, "=0") unless there is a blank and then reset the counter.


Thanks for any help