View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nigel Nigel is offline
external usenet poster
 
Posts: 98
Default Excel - count if a number falls within an array in a column & add

Trying to write a formula that creates a count if a number in a cell in an
array (a column) falls within a certain range, and then adds them up: e.g.
1.9
1
3.2
0.5

I want to count if a number is greater (or equal) to 0.5 but less than 2,
and then add them up to return a value (3). I've tried IF, COUNTIF, AND, OR
but can't get it to work - Any ideas? Nigel.