View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default Counting data in a range

try this array formula

=SUM(IF((C173:E187=200)*(C173:E187=<224),1,0))

needs to be inserted with CTRL+SHIFT+ENTER