Thread
:
Counting data in a range
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_]
external usenet poster
Posts: 896
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
Reply With Quote
Jarek Kujawa[_2_]
View Public Profile
Find all posts by Jarek Kujawa[_2_]