View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Roy Roy is offline
external usenet poster
 
Posts: 53
Default counting days in a range

Hi,

I need to count days that an item is open e.g. 0-15 days, 16-30, 31-60,61+.
I can get the 0-15 and 61+ using this formula

=SUMPRODUCT(--(COUNTIF(A2:A10,"<15"))

How can I count the items that are open 16-30 and 31-60 days.